Closed syf66888 closed 6 days ago
the problem above i have solved but i have another problem when running test.py, the auc cannot be calculated as below
I fixed the issue and it seems that I was using the text message incorrectly, so I closed this issue
You have done a great job, congratulations. But it seems that there is a problem with the test.py you provided. After I changed the downsampling to upsampling, and use model.load_state_dict(weight,strict=False) loaded the pre-trained model you provided and ran test.py. The print "pred" is {'total_loss': tensor(287.2326 , device='cuda:0')} and subsequent testing cannot be performed.