nitishgupta/nmn-drop

Missing module from datasets.drop.preprocess

amritasaha87 opened this issue · 4 comments

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

Could you please give some more context on this?

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

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

ah, sorry about that.