CalvinYang0 / CRNet

46 stars 7 forks source link

ckpt error #1

Closed ice-cream567 closed 4 months ago

ice-cream567 commented 4 months ago

In my test code, executing state_dict = torch.load(load_path, map_location=self.device) throws the following error:

Traceback (most recent call last): File "D:\anaconda3\envs\asd\lib\site-packages\torch\serialization.py", line 815, in load return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args) File "D:\anaconda3\envs\asd\lib\site-packages\torch\serialization.py", line 1033, in _legacy_load

It might be due to file corruption or other reasons. Could you please check and re-upload the file? Additionally, could you provide the training data?

CalvinYang0 commented 4 months ago

Based on your error, I successfully loaded the weight file in my environment. I believe your issue might be due to the PyTorch version. I am using PyTorch 2.0. If you think the problem is with a corrupted file after checking, please leave your email, and I will send you a new copy. Additionally, I have updated the dataset download link in the README.

GaoYuzhuo commented 4 months ago

I encountered the same problem in PyTorch 2.0.1. Could you please send me a weight file copy? Many thanks.

Email: gyzhbxg@gmail.com

Based on your error, I successfully loaded the weight file in my environment. I believe your issue might be due to the PyTorch version. I am using PyTorch 2.0. If you think the problem is with a corrupted file after checking, please leave your email, and I will send you a new copy. Additionally, I have updated the dataset download link in the README.

ice-cream567 commented 4 months ago

First of all, thank you for your help. I would like to leave my email address 1964006570@qq.com to receive a copy of the weight file.

CalvinYang0 commented 4 months ago

First of all, thank you for your help. I would like to leave my email address 1964006570@qq.com to receive a copy of the weight file.

I have already sent the file via email. Is the issue still present?

CalvinYang0 commented 4 months ago

I encountered the same problem in PyTorch 2.0.1. Could you please send me a weight file copy? Many thanks.

Email: gyzhbxg@gmail.com

Based on your error, I successfully loaded the weight file in my environment. I believe your issue might be due to the PyTorch version. I am using PyTorch 2.0. If you think the problem is with a corrupted file after checking, please leave your email, and I will send you a new copy. Additionally, I have updated the dataset download link in the README.

I have already sent the file via email. Is the issue still present?

GaoYuzhuo commented 4 months ago

It works now. Thank you so much.

tongji-rkr commented 4 months ago

May I ask which python version, pytorch version and the corresponding CUDA version you use? @CalvinYang0

ice-cream567 commented 4 months ago

My issue has been resolved. Thank you again for your work. This issue can be closed now.