How to load exported weigths

Hi, I was wondering how I can load the model I exported to a new spreadsheet. Is it simply:

model = torch.load("weights")

if I used learn.save('weights;) to export?

Hi,

I think the answer to your question is here:


https://docs.fast.ai/basic_train.html

https://docs.fast.ai/tutorial.inference.html