fanhqme / PointSetGeneration

Code for ``A Point Set Generation Network for 3D Object Reconstruction from a Single Image''
546 stars 136 forks source link

Could you tell me how to solve this mistake in the training process? #32

Open newforests opened 1 year ago

newforests commented 1 year ago

When I run the code python train__nn.py, I get the following error: File "train_nn.py", line 228 print bno,'t',trainloss_accs[0]/trainloss_acc0,trainloss_accs[1]/trainloss_acc0,trainloss_accs[2]/trainloss_acc0,'v',validloss_accs[0]alidloss_acc0,validloss_accs[1]alidloss_acc0,validloss_accs[2]alidloss_acc0,total_loss-showloss,t1-t0,t2-t1,time.time()-t0,fetchworker.queue.qsize() ^

How do I solve with it?