Error when loading the model
See original GitHub issueWhen I run the testing code
mmskl configs/recognition/st_gcn_aaai18/kinetics-skeleton/test.yaml --checkpoint ./work_dir/recognition/ST_GCN_18/kinetics-skeleton/epoch_50.pth --gpus 2
I found this error
RuntimeError: don’t know how to restore data location of torch.FloatStorage (tagged with gpu)
Do you have any suggestions? The code is running on my pc with 2 GPUs (RTX2080ti)
Thankyou!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Error in loading the model - jit - PyTorch Forums
Since the error message says “error loading the model”, it is likely the program failed to load the model file in torch::jit::load(path) ....
Read more >Error when loading trained model with tf.keras ... - GitHub
The model will be loaded without errors. ... Note that if model.fit is not called, the model will be loaded fine. Also, if...
Read more >An error occurred while loading the model. Verify
I'm trying the new composite model feature released in the Dec 2020 update but keep getting "An error occurred while loading the model....
Read more >Error loading the model because it is being used
My team is trying to use the collaborative feature of Bizagi. We have been able to successfully share a process diagram with two...
Read more >How to solve error while loading model with keras
I have a flask app, and i am using tensorflow and keras to load the model that i am going to use.Below is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ferisetiawan what changes you made in map_location?
Problem solved. I did some changes on the
map_location
parameter during theload_checkpoint
.