jimfleming / recurrent-entity-networks

TensorFlow implementation of "Tracking the World State with Recurrent Entity Networks".
https://arxiv.org/abs/1612.03969
MIT License
273 stars 65 forks source link

path issue ( download_babi.sh / prep.py ) #12

Closed dongheechoi closed 7 years ago

dongheechoi commented 7 years ago

When I executed "download_babi.sh", there's 'datasets/babi_tasks_data_1_20_v1.2.tar.gz' But, after then, when I executed ' - python3.5 ./entity_networks/prep_data.py

There's error log like this. -> FileNotFoundError: [Errno 2] No such file or directory: 'data/babi_tasks_data_1_20_v1.2.tar.gz'

I think they should be synced.

dtchang commented 7 years ago

This issue is closed. Please see Comment on Issue #9.

jimfleming commented 7 years ago

Missed a place where the path had been updated. Latest version should work? :)