Replies: 1 comment 1 reply
-
Hi @Aik197 . The model has already 10 output units, so in this case you don't need to perform adaptation. In case, you can substitute the final layer with an For the performance of LwF on Split MNIST, I recommend to use the master version of avalanche and check its performance by running the experiment present in the continual learning baselines repository. You can find it under |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello my friend!
The accuracy rate described in the comments of the example does not match the results obtained from the actual test the when I am running the sample code of lwf_mnist.py. and I noticed that the dataset of lwf_mnist is split_mnist dataset which is class incremental therefore the number of labels in the stream will keep increasing, but model used in the example has a default output category of 10, does this mean that the model has no ability to extend the output FC layer cause we have not overrriden a certain method like "adaptation" to enable the model/strategy expand itself?
The result of my run is that after each experience is trained, the recognition rate of the previous experience drops to 0%.
Looking forward to your answer!
Beta Was this translation helpful? Give feedback.
All reactions