Closed Ianpengg closed 2 years ago
I think there could be different versions between train and test
Loading the .tar file itself as weights should solve your problem.
Yes, please directly pass the .tar file as the weights.
-w /media/ee904/Data_stored/PGP/PGP_lr-scheduler.tar
Hello thank you for the great work I have some problems when I try to evaluate the metrics. I use the CUDA11.0 and the pytorch 1.7.1
conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=11.0 -c pytorch
And I download the trained weights
I load the weight as
-w /media/ee904/Data_stored/PGP/PGP_lr-scheduler/archive/data.pkl
then the error pop up I think it's about the weight format.. Can you help me? Or should I need to use the older version of CUDA?