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
RuntimeError: Error(s) in loading state_dict for MolEncoder: size mismatch for dense_1.0.weight: copying a param with shape torch.Size([435, 290]) from checkpoint, the shape in current model is torch.Size([435, 270]).
RuntimeError: Error(s) in loading state_dict for MolEncoder: size mismatch for dense_1.0.weight: copying a param with shape torch.Size([435, 290]) from checkpoint, the shape in current model is torch.Size([435, 270]).
Confirmed by another user in the comments of this article, who suspects the charset might be different? https://iwatobipen.wordpress.com/2018/02/18/mol-encoder-with-pytorch/#comments
The text was updated successfully, but these errors were encountered: