You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
First of all thanks for the code. I'm just starting to play around with these things and find very useful.
Just one thing.. to run on CPU I had to add this parameter map_location='cpu' to function load_state_dict of resnet.py, otherwise the notebook will give error on deserialization.(cell 5) and also removed ".cuda()" from here:
First of all thanks for the code. I'm just starting to play around with these things and find very useful.
Just one thing.. to run on CPU I had to add this parameter map_location='cpu' to function load_state_dict of resnet.py, otherwise the notebook will give error on deserialization.(cell 5) and also removed ".cuda()" from here:
Is this correct or I miss something ?
The text was updated successfully, but these errors were encountered: