nitishgupta / nmn-drop

Neural Module Network for Reasoning over Text, ICLR 2020
122 stars 14 forks source link

Missing module from datasets.drop.preprocess #2

Closed amritasaha87 closed 4 years ago

amritasaha87 commented 4 years ago

Failing in test and train because of missing module datasets.drop.preprocess.

nitishgupta commented 4 years ago

Could you please give some more context on this?

nitishgupta commented 4 years ago

If you want to run something inside datasets/drop/preprocess, for example tokenize.py, from the root of this project run the command -- python -m datasets.drop.preprocess.tokenize

amritasaha87 commented 4 years ago

Oh i had pulled it a few days back and run and gotten this error and datasets/drop/preprocess was missing.. it works now!

nitishgupta commented 4 years ago

ah, sorry about that.