Open nnzhangup opened 10 months ago
When I run train_encdec.py, I should input base_cfg_dir. What should I fill in? There is no "bases" folder under the "cfg" folder. Thanks
Hi,
You don't need to input base_cfg_dir. You can run the training with python3 train_encdec.py # add </path/to/run/cfg/file>, where </path/to/run/cfg/file> is the ymal file under the folder of cfg.
base_cfg_dir
python3 train_encdec.py # add </path/to/run/cfg/file>
</path/to/run/cfg/file>
cfg
When I run train_encdec.py, I should input base_cfg_dir. What should I fill in? There is no "bases" folder under the "cfg" folder. Thanks