8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I met a pyhocon problem. when I try the eval ''python eval/gen_video.py -n sn64 --gpu_id 0 --split test -P '2' -D ~/disk/NMR_Dataset -S 0", it shows
pyparsing.exceptions.ParseException: Expected '}', found '=' (at char 759), (line:34, col:18)
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "eval/gen_video.py", line 63, in args, conf = util.args.parse_args(extra_args) File "/home/yao/pixel-nerf/src/util/args.py", line 99, in parse_args conf = ConfigFactory.parse_file(args.conf)
Does anyone know how to solve it?
The text was updated successfully, but these errors were encountered:
I also face the same problem.
Sorry, something went wrong.
I reinstall the older version of pyhocon and solve the problem.
Try: pip install --force-reinstall -v "pyhocon==0.3.55"
Thank you! I solve it.
That solves the problem, thank you very much.
No branches or pull requests
Hi,
I met a pyhocon problem. when I try the eval ''python eval/gen_video.py -n sn64 --gpu_id 0 --split test -P '2' -D ~/disk/NMR_Dataset -S 0", it shows
pyparsing.exceptions.ParseException: Expected '}', found '=' (at char 759), (line:34, col:18)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "eval/gen_video.py", line 63, in
args, conf = util.args.parse_args(extra_args)
File "/home/yao/pixel-nerf/src/util/args.py", line 99, in parse_args
conf = ConfigFactory.parse_file(args.conf)
Does anyone know how to solve it?
The text was updated successfully, but these errors were encountered: