TiNeuVox icon indicating copy to clipboard operation
TiNeuVox copied to clipboard

Training Problem

Open hibt29 opened this issue 2 years ago • 3 comments

Hi,

Thanks for releasing the code.

When I run python run.py --config configs/nerf-*/standup.py to training, Rasing this problem: run.py: error: unrecognized arguments: configs/nerf-small/standup.py

run_problem

So I tried python run.py --config ./configs/nerf-*/standup.py but got the same error.

change_dir

Do you occur this problem, and how to solve it ?

I'm running in the following environment

Ubuntu 20.04.4 LTS PyTorch version : 1.10.2 CUDA version : 10.1

hibt29 avatar Jun 14 '22 07:06 hibt29

Hi! Thanks for your attention. * in the command python run.py --config configs/nerf-*/standup.py needs to be replaced with small or base to choose the model type. Guess maybe this reason.

JaminFong avatar Jun 14 '22 07:06 JaminFong

Sorry, I typed small and it worked. But when I ran it, I got this error RuntimeError: Not compiled with CUDA support.

I think my CUDA version may be different from yours. So could you please tell me what version of PyTorch and CUDA you are using for this project? I apologize if you have already described it somewhere.

Run Error Image

run_error_1 run_error_2

hibt29 avatar Jun 18 '22 03:06 hibt29

Hi! Thanks for your attention. My environment is as follows: Ubuntu 20.04.4 LTS PyTorch version : 1.9.0 CUDA version : 11.1 torch_scatter : 2.0.9

taoranyi avatar Jun 19 '22 10:06 taoranyi