Error on execution of main.py
speedhawk opened this issue · 1 comments
speedhawk commented
Hi! This is really a great work and many thanks for sharing it! However, I found the main.py cannot be executed by the command you supplied after reading your paper and tried to reimplement it on Colab:
!python main.py model.load_ckpt_path=<path/to/ckpt>
in which '!' should be added in front of 'python'.
And this is the error report:
/bin/bash: -c: line 0: syntax error near unexpected token `newline'
/bin/bash: -c: line 0: `python main.py model.load_ckpt_path=<path/to/ckpt>'
Is this meaning I should modify the path in 'simple.yaml' file of model folder? Could you please help to check and fix it? Many thanks!