clab / dynet_tutorial_examples

Tutorial on "Practical Neural Networks for NLP: From Theory to Code" at EMNLP 2016

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where is the data train_file="CHAR_TRAIN" and test_file="CHAR_DEV"

SeekPoint opened this issue · comments

rzai@rzai00:/prj/dynet_tutorial_examples$ python tutorial_rnnlm_minibatch.py
[dynet] random seed: 1792663534
[dynet] allocating memory: 512MB
[dynet] memory allocation done.
Traceback (most recent call last):
File "tutorial_rnnlm_minibatch.py", line 39, in
train=list(read(train_file))
File "tutorial_rnnlm_minibatch.py", line 33, in read
with file(fname) as fh:
IOError: [Errno 2] No such file or directory: 'CHAR_TRAIN'
rzai@rzai00:
/prj/dynet_tutorial_examples$