Closed 3koozy closed 2 years ago
We have an open PR from travela in the stable-continual-learning repository that should reproduce the results on SplitMNIST. You can check his parameters.
thx this helps a lot. I managed to get to work on mnist but no luck so far on splitCIFAR10. perhaps a VAE model with some CNN layers can help ?
Unfortunately generative replay is hard to work with and there is not much we can do in Avalanche to improve this. Improving the VAE will surely improve the performance.
Hello guys , I hope everyone is doing alright :) I tried training an MLP classifier of SplitMNIST with GenerativeReplay from what I understood from the docs as follows:
unfortunately, my classifier had 100% forgetting and it seems the generative Replay didn't work.
can you help me make this example work, as the example provided in the docs, didn't work with a classifier?