chenchongthu / DeepCoNN

This is our implementation of DeepCoNN
151 stars 65 forks source link

Some errors occurred When I run your code #9

Open sshzhang opened 6 years ago

sshzhang commented 6 years ago

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 commented 6 years ago

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

chenchongthu commented 6 years ago

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