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
Thank you for the nice work. I try to run the trainning code, but when i call python autotask_final.py -g "0 1" --configname nsvf_4096code --dataset nsvf
error No such file or directory: './logs/nsvf_4096code/nsvf_4096code_Bike/render_test_vq_last/mean.txt'
autotask_final.py line 169: path = f'./logs/{args.configname}/{args.configname}_{scene}/render_test_vq_last/mean.txt'
should i create the file mean.txt ? or it's a config file in the repo?
The text was updated successfully, but these errors were encountered:
Hi, did you find the solution yet? It seems that I encounter a very similar question as yours.
When i run python autotask_final.py -g "0 1" --configname nsvf_4096code --dataset nsvf, i met the following error: FileNotFoundError: [Errno 2] No such file or directory: './logs/nsvf_4096code/nsvf_4096code_Bike/extreme_saving/metadata.npz'
Thank you for the nice work. I try to run the trainning code, but when i call
python autotask_final.py -g "0 1" --configname nsvf_4096code --dataset nsvf
error
No such file or directory: './logs/nsvf_4096code/nsvf_4096code_Bike/render_test_vq_last/mean.txt'
autotask_final.py line 169: path = f'./logs/{args.configname}/{args.configname}_{scene}/render_test_vq_last/mean.txt'
should i create the file mean.txt ? or it's a config file in the repo?
The text was updated successfully, but these errors were encountered: