You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
I am trying to train Bidaf on CNN data set but it fails.
Here are the steps performed.
Downloaded the CNN dataset
Ran the cnn_dm.prepro script. It generated json files properly
Run training using basic
python -m basic_cnn.cli --mode train --noload --debug
but it gives error that some training data file is not found. Looks like what is dumped in json file while pre-processing is different than what is expected by train script.
can you please help?
Thanks
The text was updated successfully, but these errors were encountered:
Hi ,
I am trying to train Bidaf on CNN data set but it fails.
Here are the steps performed.
python -m basic_cnn.cli --mode train --noload --debug
but it gives error that some training data file is not found. Looks like what is dumped in json file while pre-processing is different than what is expected by train script.
can you please help?
Thanks
The text was updated successfully, but these errors were encountered: