IncrementalClassifier doesn't forget first experience and doesn't learn newers ones #1557
Unanswered
PerezLucas2903
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm experimenting with IncrementalClassifier and while running a basic SplitMNIST run of it, encountered these unexpected results
After training with the code above, I get the test accuracy on each experience:
As we can see, learning only occurs on experience 0, and there is no forgetting. What am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions