Error while running trainning.py
lzhhh93 opened this issue · 2 comments
lzhhh93 commented
aopolin-lv commented
Hello, I met this problem, too. Could you give me some advice to solve this problem?
lzhhh93 commented
Hello, I met this problem, too. Could you give me some advice to solve this problem?
Hi, a quick way to resolve it would be:
in line 72 above, replace the argument for the Path() function with the absolute path of the "calvin_env" like this:
log.info(f"Using calvin_env with commit {get_git_commit_hash(Path('your/path/to/calvin_env'))}.")