When I tried to use the pre-trained model you provided, I found this error: "_pickle.UnpicklingError: A load persistent id instruction was encountered, but no persistent_load function was specified." This may be caused by the pytorch version. I got the (application/zip) model file when training locally, and I found that the pre-trained model is of the (application/octet-stream) type?
After investigating I found out that this might be due to the pytorch version? But I configured it exactly according to your environment
Hi,
When I tried to use the pre-trained model you provided, I found this error: "_pickle.UnpicklingError: A load persistent id instruction was encountered, but no persistent_load function was specified." This may be caused by the pytorch version. I got the (application/zip) model file when training locally, and I found that the pre-trained model is of the (application/octet-stream) type?
After investigating I found out that this might be due to the pytorch version? But I configured it exactly according to your environment