Closed andreamad8 closed 6 years ago
Looks like I broke this recently trying to save on memory. I’ll have this fixed today.
847a9dd0947a6360ce41cb480a83a3b732ea7894 should fix this -- let me know if not
Issued solved. Thank you a lot for the quick response.
While running this command as suggested in the repo:
nvidia-docker run -it --rm -v `pwd`:/decaNLP/ -u $(id -u):$(id -g) decanlp bash -c "python /decaNLP/train.py --train_tasks squad iwslt.en.de cnn_dailymail multinli.in.out sst srl zre woz.en wikisql schema --train_iterations 1 --gpu 1"
It can download and process all the following datasets: squad iwslt.en.de cnn_dailymail multinli.in.out sst srl zre. Once it arrives to woz.en I have the following error:Thanks in advance
Andrea