How change layers pre-trained model wihout using Learner

Exactly, fast.ai model is a pytorch model :wink:

If you try to use your model (remember that under the hood is a standard pytorch model ) without fast.ai, you need to normalize your input manually (and probably reshape it to"size").

Eventually you’ll probably need that…

1 Like