thomasmesnard / DeepMind-Teaching-Machines-to-Read-and-Comprehend

Implementation of "Teaching Machines to Read and Comprehend" proposed by Google DeepMind
MIT License
408 stars 104 forks source link

Failed to run "train.py" due to missing "model_params" folder #3

Open pennymax opened 8 years ago

pennymax commented 8 years ago

It failed when writing model to folder model_params after finished epoch 0 first 1000 steps. It's not a big issue but wasted several hours since I was not aware of that. Please add check (and create that folder in case of missing) in train.py. Thanks!

nicolettiant89 commented 8 years ago

Same problem!

violet-zct commented 8 years ago

It worked for me.

2016-06-06 15:17 GMT+08:00 nicolettiant89 notifications@github.com:

Same problem!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thomasmesnard/DeepMind-Teaching-Machines-to-Read-and-Comprehend/issues/3#issuecomment-223884801, or mute the thread https://github.com/notifications/unsubscribe/ANUAEWAmc9HZkeLMPNqvI_N3X49niJtwks5qI8l-gaJpZM4H4zDr .

shagunsodhani commented 8 years ago

Yes, I too had this issue and have raised a PR to fix this.