Skip to content

Naive CL Strategy on Permuted MNIST #412

Answered by AndreaCossu
en-tropyc asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @christam96 ! Thank you for reaching out. Yes, I think your results are correct. PMNIST is a setting which shows relatively low forgetting. Moreover, with only one epoch the model is able to retain most of the original performance. Forgetting should increase if you increase the number of training epochs (e.g. from 1 to 5-10), since you focus more and more on the current data, at the expenses of previous experiences. You can also try to use more experiences, since in the literature PMNIST is usually used with 10 or more experiences. You should see a larger forgetting on the first experience as you add more experiences.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@en-tropyc
Comment options

Answer selected by en-tropyc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants