DeepCoNN icon indicating copy to clipboard operation
DeepCoNN copied to clipboard

Some errors occurred When I run your code

Open sshzhang opened this issue 5 years ago • 2 comments

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'

sshzhang avatar Oct 02 '18 08:10 sshzhang

@chenchongthu can you help me solve this problems . The file is not exists in program. Thank you very much

sshzhang avatar Oct 05 '18 00:10 sshzhang

Hello, you can obtain that from https://code.google.com/archive/p/word2vec/.

chenchongthu avatar Oct 11 '18 06:10 chenchongthu