khanhptnk / bandit-nmt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What are the env variables

zjjj opened this issue · comments

commented

Thanks for sharing this project, but what should I use for the environment variable $YOUR_DATA and $YOUR_MODEL as instructed in README?

Thanks.
$YOUR_DATA is folder where the .pt data file is saved. It will be printed when you run preprocess.py.
$YOUR_MODEL is a path to a checkpoint in -save_dir, where the model checkpoints are saved.

commented

Thanks. That works for me.