質問編集履歴

1

<code>を修正

2018/11/02 07:26

投稿

omeko24
omeko24

スコア13

test CHANGED
File without changes
test CHANGED
@@ -4,11 +4,11 @@
4
4
 
5
5
  今現在訓練用に1クラス100枚程度検証用に40枚程度です。
6
6
 
7
- githubのクラス分類のコード実行してみましたが結果を見るとこのようになっていて、、、
7
+ githubの2クラス分類のコード実行しました
8
-
9
- 「epoch29 loss0.112849 acc0.960774 val_loss2.466711 val_acc0.603604
10
8
 
11
9
 
10
+
11
+ ```
12
12
 
13
13
  import os
14
14
 
@@ -175,3 +175,5 @@
175
175
  model.save_weights(os.path.join(result_dir, 'smallcnn.h5'))
176
176
 
177
177
  save_history(history, os.path.join(result_dir, 'history_smallcnn.txt'))
178
+
179
+ ```