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
I want to use a pretrained model that excludes mod_x, but I can't locate the .pth file in the standard pretrained folder.
model = model = ModelInterface_for_Generic_AASeq_Regression(
model_class=Model_for_Generic_AASeq_Regression_LSTM
)
model.load('pretrained_models.zip', model_path_in_zip='generic/rt.pth')
The text was updated successfully, but these errors were encountered:
I want to use a pretrained model that excludes mod_x, but I can't locate the .pth file in the standard pretrained folder.
model = model = ModelInterface_for_Generic_AASeq_Regression(
model_class=Model_for_Generic_AASeq_Regression_LSTM
)
model.load('pretrained_models.zip', model_path_in_zip='generic/rt.pth')
The text was updated successfully, but these errors were encountered: