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
Thanks for your wonderful work, but it seems the files are missing when I run it.
Traceback (most recent call last):
File "/mnt/code/EnchantDance-main/train.py", line 191, in
main()
File "/mnt/code/EnchantDance-main/train.py", line 17, in main
cfg = parse_args()
File "/mnt/code/EnchantDance-main/enchant/config.py", line 161, in parse_args
cfg_exp = OmegaConf.merge(cfg_base, OmegaConf.load(params.cfg))
File "/root/miniconda3/lib/python3.10/site-packages/omegaconf/omegaconf.py", line 189, in load
with io.open(os.path.abspath(file_), "r", encoding="utf-8") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/code/EnchantDance-main/configs/config.yaml'
The text was updated successfully, but these errors were encountered:
Thanks for your wonderful work, but it seems the files are missing when I run it.
Traceback (most recent call last):
File "/mnt/code/EnchantDance-main/train.py", line 191, in
main()
File "/mnt/code/EnchantDance-main/train.py", line 17, in main
cfg = parse_args()
File "/mnt/code/EnchantDance-main/enchant/config.py", line 161, in parse_args
cfg_exp = OmegaConf.merge(cfg_base, OmegaConf.load(params.cfg))
File "/root/miniconda3/lib/python3.10/site-packages/omegaconf/omegaconf.py", line 189, in load
with io.open(os.path.abspath(file_), "r", encoding="utf-8") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/code/EnchantDance-main/configs/config.yaml'
The text was updated successfully, but these errors were encountered: