回答編集履歴

1

表示されないので再投稿

2020/05/18 03:42

投稿

fiveHundred
fiveHundred

スコア10152

test CHANGED
@@ -1,7 +1,7 @@
1
1
  ```Python
2
2
 
3
- #model2.load_model(r"E:\Deep Learning用\VGG16 finetuning\Result\finetuning_model.h5") # 間違い
3
+ #model2.load_model(r"E:\Deep Learning用\VGG16 finetuning\Result\finetuning_model.h5") # 間違い
4
4
 
5
- model2 = load_model(r"E:\Deep Learning用\VGG16 finetuning\Result\finetuning_model.h5") # 正しい
5
+ model2 = load_model(r"E:\Deep Learning用\VGG16 finetuning\Result\finetuning_model.h5") # 正しい
6
6
 
7
7
  ```