ppflow
ppflow copied to clipboard
Hi, Actually I was trying to get the pre-trained model from the drive , but it says 404 error and and .pt files are unavailable there , could you please update me with this !
The newly trained ppflow as pretrained.pt from Google Drive with the data provided from PepGlad is uploaded. The performance is different from the reported ones since the training data is different.
The error suggests that the model checkpoint was trained using a different architecture than the one currently defined in the code. Specifically, the architecture of the CircularSplineRotamerDensityEstimator class has likely changed since the model weights were saved. As a result, some expected keys are missing when attempting to load the state_dict, leading to the following error:
"RuntimeError: Error(s) in loading state_dict for CircularSplineRotamerDensityEstimator: Missing key(s) in state_dict:"