Open saninta0212 opened 3 weeks ago
Yes you can use
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?