Open gasibusi opened 8 years ago
Hello,
The vocab.pkl and corpus.pkl are missing under data direction in the both examples. Where can I get those files? Thank you.
I think if you run preprocess.py under the data folder, you will get these files.
I am getting memory error at pickle.dump(vocab, open('vocab.pkl', 'w')) in preprocess.py. Please provide way to resolve this.
Hello,
The vocab.pkl and corpus.pkl are missing under data direction in the both examples. Where can I get those files? Thank you.