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
from grelu.lightning import LightningModel
model = LightningModel.load_from_checkpoint(file)
However, the model checkpoint has to be saved using gReLU. We currently don't have the ability to load arbitrary pytorch models, though we will add more flexibility in this direction soon.
Hi all, is there a way for me to load custom models given a path if the model is not present in the model zoo?
The text was updated successfully, but these errors were encountered: