Exporting model after training with continual learning #1278
-
Hi! I'm new to Continual Learning and I found the package to be very great! I want to train a model with continual learning and then export the model to be used later on. Is this possible in Avalanche? I have tried to search the documentation but I haven't found the answer. Cheers! |
Beta Was this translation helpful? Give feedback.
Answered by
AntonioCarta
Jan 16, 2023
Replies: 1 comment 1 reply
-
Hi, you can save |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Sean3216
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, you can save
strategy.model
. It's a PyTorchnn.Module
.