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
It seems it cannot load the state_dict because the module path has changed (encoder.initial_block.conv.weight -> module.encoder.initial_block.conv.weight):
Describe the bug
In the bbbc010-2012 predict notebook, the default cell loading the pre-trained model fails.
It seems it cannot load the
state_dict
because the module path has changed (encoder.initial_block.conv.weight
->module.encoder.initial_block.conv.weight
):(I shorten the error, obviously it lists all the layers)
I used pytorch 2.1.0
The text was updated successfully, but these errors were encountered: