質問するログイン新規登録

質問編集履歴

1

問題解決に必要のない情報の削除

2021/09/27 07:21

投稿

NRKR_living
NRKR_living

スコア1

title CHANGED
File without changes
body CHANGED
@@ -89,7 +89,7 @@
89
89
  ---------------------------------------------------------------------------
90
90
  TypeError Traceback (most recent call last)
91
91
  <ipython-input-50-3e1e31b58585> in <module>
92
- ----> 1 decoder.save("saved_model/gru_30000img60ep/decoder")
92
+ ----> 1 decoder.save("saved_model/decoder")
93
93
 
94
94
  ~\anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\keras\engine\training.py in save(self, filepath, overwrite, include_optimizer, save_format, signatures, options)
95
95
  1976 ```