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
FileNotFoundError: [Errno 2] No such file or directory: '/content/dialog-rl/Preprocessing/ann/emb.json'
there is no data folder but I thought the files are in Preprocessing folder hence the path. Could someone tell me what I am doing wrong? I tried running the preprocess_data.py file but I run into a bunch of errors there too.
The text was updated successfully, but these errors were encountered:
I am trying to run the code like this :
! python run.py --epochs 10 --lr 0.005 --reinforce --gpu 0 --train_domains ['taxi'] --finetune_domains ['train'] --eval_domains ['train'] --path "/content/dialog-rl/Preprocessing/ann/" --outfile "/content/outfile"
And I get this error:
FileNotFoundError: [Errno 2] No such file or directory: '/content/dialog-rl/Preprocessing/ann/emb.json'
there is no data folder but I thought the files are in Preprocessing folder hence the path. Could someone tell me what I am doing wrong? I tried running the preprocess_data.py file but I run into a bunch of errors there too.
The text was updated successfully, but these errors were encountered: