GeneFacePlusPlus icon indicating copy to clipboard operation
GeneFacePlusPlus copied to clipboard

ERROR calculating ambient loss

Open enrico310786 opened this issue 1 year ago • 5 comments
trafficstars

Hi,

I am trying to train the model on my own video. After some hours after launching the command

CUDA_VISIBLE_DEVICES=0 python tasks/run.py --config=egs/datasets/May/lm3d_radnerf_sr.yaml --exp_name=motion2video_nerf/may_head --reset

i got this warning/error. It's been going on like this for about two hours now. Is it normal? I have to correct the code eliminating the item() string?

Thanks for the help

Screenshot from 2024-02-21 16-55-38

enrico310786 avatar Feb 21 '24 16:02 enrico310786

The training is finished, but the total loss is none. Can I continue with the Torso NeRF training? Or is there something to correct?

Screenshot from 2024-02-22 06-51-09

enrico310786 avatar Feb 22 '24 05:02 enrico310786

Hello, I met the same problem this morning. You can fine the answer in #24 .Hope it could solve your problem.

Net-Maker avatar Feb 22 '24 06:02 Net-Maker

By the way,the nan loss leads to a totally wrong result,you can check your tensorboard to find a checkpoint that can be use.

Net-Maker avatar Feb 22 '24 06:02 Net-Maker

same problem, how did you solved this problem in detail? thanks.

RayDean avatar Feb 27 '24 05:02 RayDean

just modified the file "--config=egs/datasets/May/lm3d_radnerf_sr.yaml",find the ”ambient_loss_target“ and increase the value

Net-Maker avatar Feb 27 '24 06:02 Net-Maker