質問編集履歴

2

誤字修正

2023/12/06 06:44

投稿

himana-mario
himana-mario

スコア9

test CHANGED
File without changes
test CHANGED
@@ -82,7 +82,7 @@
82
82
 
83
83
  ```
84
84
 
85
- ###上記の出力結果
85
+ ### 上記の出力結果
86
86
  ```
87
87
  reset_index
88
88
  train_test_split

1

出力結果の追記

2023/12/06 06:44

投稿

himana-mario
himana-mario

スコア9

test CHANGED
File without changes
test CHANGED
@@ -82,6 +82,33 @@
82
82
 
83
83
  ```
84
84
 
85
+ ###上記の出力結果
86
+ ```
87
+ reset_index
88
+ train_test_split
89
+ (3177, 824)
90
+ (795, 824)
91
+ (3177, 3)
92
+ (795, 3)
93
+ 2023-12-06 15:37:18.009341: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
94
+ To enable the following instructions: SSE SSE2 SSE3 SSE4.1 SSE4.2 AVX AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
95
+ Model: "sequential"
96
+ _________________________________________________________________
97
+ Layer (type) Output Shape Param #
98
+ =========================================
99
+ dense (Dense) (None, 1024) 844800
100
+ dense_1 (Dense) (None, 512) 524800
101
+ dropout (Dropout) (None, 512) 0
102
+ dense_2 (Dense) (None, 3) 1539
103
+ =========================================
104
+ Total params: 1371139 (5.23 MB)
105
+ Trainable params: 1371139 (5.23 MB)
106
+ Non-trainable params: 0 (0.00 Byte)
107
+ _________________________________________________________________
108
+ Epoch 1/5
109
+ Backend TkAgg is interactive backend. Turning interactive mode on.
110
+
111
+ ```
85
112
  ### 試したこと
86
113
  model.compile の見直し、再入力
87
114
  最初の model.add にて、 input_shape を input(824) に書き換えても状況が変わりません。