-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Labels
Description
❓ Questions/Help/Support
Hi @vfdev-5 ,
I have a feature request from Clara users for transfer learning: I trained a model with 4 output classes, then I want to load the checkpoint for a 3 classes task.
How to save weights except for the last output layer in ignite Checkpoint
handler? Or skip the last layer when loading checkpoint in the handler?
Thanks in advance.