LiftedGAN icon indicating copy to clipboard operation
LiftedGAN copied to clipboard

RuntimeError: svd_cuda: the updating process of SBDSDC did not converge (error: 7)

Open LiYunJamesPhD opened this issue 3 years ago • 0 comments

It is a great work; however, I encounter an issue while performing model training. Sometime, the program shows the following error:

Traceback (most recent call last): File "train.py", line 88, in main(args) File "train.py", line 65, in main watchlist, summary, global_step = network.train_step() File "/home/li-yun/Desktop/3d-gen/LiftedGAN/models/lifted_gan.py", line 415, in train_step loss_albedo_rank = torch.norm(albedo_residual_flat, p='nuc') # error....... File "/home/li-yun/anaconda3/envs/lifted_gan/lib/python3.6/site-packages/torch/functional.py", line 924, in norm return _VF.nuclear_norm(input, keepdim=keepdim) RuntimeError: svd_cuda: the updating process of SBDSDC did not converge (error: 7)

How can I fix this issue? Thanks.

LiYunJamesPhD avatar Aug 22 '21 05:08 LiYunJamesPhD