You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello authors:
After I run your code , some errors happened . my running environment is python2.7 and Tensorflow 0.12.1
, Here are some basic errors:
Load word2vec u file ../data/google.bin
File "/home/zxj/PycharmProjects/DeepCoNN/model/train.py", line 157, in
with open(FLAGS.word2vec, "rb") as f:
IOError: [Errno 2] No such file or directory: '../data/google.bin'
The text was updated successfully, but these errors were encountered:
Hello authors:
After I run your code , some errors happened . my running environment is python2.7 and Tensorflow 0.12.1
, Here are some basic errors:
Load word2vec u file ../data/google.bin
File "/home/zxj/PycharmProjects/DeepCoNN/model/train.py", line 157, in
with open(FLAGS.word2vec, "rb") as f:
IOError: [Errno 2] No such file or directory: '../data/google.bin'
The text was updated successfully, but these errors were encountered: