Python3.5.4とtensorflow0.12.1、janome0.3.10で以下のリンク
https://oimeg.blogspot.jp/2016/11/tensorflow_80.html
https://oimeg.blogspot.com/2016/11/tensorflow_15.html
のような学習をしようと実行しました。
学習後、対話を実行したら以下のエラーが発生しました。
調べた結果、https://teratail.com/questions/303604よりh5pyのバージョンを下げたら解決するのではとなったのですが、どのバージョンをインストールすればいいのかわかりません。
また、他の要因の可能性もあるため、どうか知恵を貸していただきたい。
エラーメッセージ
C:\Users\○○\Documents>python chatbot.py --decode WARNING:tensorflow:From C:\Users\1718081\Documents\seq2seq_model.py:186 in __init__.: all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02. Instructions for updating: Please use tf.global_variables instead. Created model with fresh parameters. WARNING:tensorflow:From chatbot.py:147 in create_model.: initialize_all_variables (from tensorflow.python.ops.variables) is deprecated and will be removed after 2017-03-02. Instructions for updating: Use `tf.global_variables_initializer` instead. > 晴れ Traceback (most recent call last): File "chatbot.py", line 312, in <module> tf.app.run() File "C:\Users\○○\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\platform\app.py", line 43, in run sys.exit(main(sys.argv[:1] + flags_passthrough)) File "chatbot.py", line 307, in main decode() File "chatbot.py", line 246, in decode tokens = t.tokenize(sentence.decode('utf-8')) AttributeError: 'str' object has no attribute 'decode'
使用するソースコード
参照
https://oimeg.blogspot.com/2016/11/tensorflow_37.html
https://github.com/tensorflow/tensorflow/blob/0.12.1/tensorflow/models/rnn/translate/seq2seq_model.py
試したこと
h5pyの3.0.0は無いと言われたため、2.9.0と2.1.0を試したのですが同じエラーを返されました。
補足情報(FW/ツールのバージョンなど)
言語:Python3.5.4
その他のツール:
h5py (2.9.0)
janome (0.3.10)
numpy (1.14.0)
pip (9.0.1)
protobuf (3.14.0)
setuptools (28.8.0)
six (1.15.0)
tensorflow (0.12.1)
wheel (0.36.2)
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。