This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
Loading pretrained model on CPU using development
branch
#203
Labels
development
branch
#203
When loading a model that has been trained on GPU and loading it on CPU the line 230-240 of NeuralNet.py removes the state_dict keys and therefore we can't load the model.
I'm not even sure if adding the module. is necessary anymore
The text was updated successfully, but these errors were encountered: