How does Learner.freeze work?

I saw that Learner.freeze() freezes until -1.

If I have a model that is conformed by a backbone(nn.Sequential) and a head(nn.Sequential).

What is going to freeze the learner, if I pass that model???

Remember to search the forum before creating a new topic. This question has been answered… today here.

1 Like

In fact, I read that this morning. My bad.

Is it better, if I flag this post for deletion?

It’s ok, just remember to search before posting a duplicate in the future :wink:

I am making lot of errors in this forum. You have a lot of patience with me. So sorry! :pensive:

However, I am finding the library very useful as I dive into deep learning!

Thank you for your amazing work!