3d_pose_baseline_pytorch icon indicating copy to clipboard operation
3d_pose_baseline_pytorch copied to clipboard

Training error

Open YuktiADY opened this issue 2 years ago • 0 comments

Hello,

Hope you are doing good.

Very nice work. I am trying to train the model on my custom dataset. I am getting the below error:

(3dpose_pytorch) yukti@dst-toaster:~/3d_pose_baseline_pytorch$ python main.py File "main.py", line 171 targets = Variable(tars.cuda(async=True)) ^ SyntaxError: invalid syntax

I also even tried on tensorflow original code I am getting this "nan" after training.

48 49 50 51 52 53 54 55 56] [ 0 1 2 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56] nan Average nan

Saving the model... done in 254.45 ms

YuktiADY avatar Jan 07 '23 17:01 YuktiADY