Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant find "emb.json" files #23

Open
bmanasi opened this issue Nov 18, 2022 · 0 comments
Open

Cant find "emb.json" files #23

bmanasi opened this issue Nov 18, 2022 · 0 comments

Comments

@bmanasi
Copy link

bmanasi commented Nov 18, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant