-
-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make CoPE example data incremental #616
Comments
I get an error when implementing the data incremental loader.
Should I make a PR to have a working example? |
Yes so that we can provide help in case you need it! |
I've added the PR to reproduce the error. See #543 which had the same error. |
Hi @Mattdl, sorry for the delay. I reproduced the bug on the cope example of your fork. The recursion bug is very similar to the one I previously fixed, but this seems to be linked to a different corner case. I'll fix it asap. |
The last PR should fix the recursion issue and it will be merged soon. Let me know if it works! |
Hi thanks for the effort! The recursion bug seemed to be solved, but now after 201 iterations another problem in the corner case arises. It seems to happen when concatting for the replay buffer, i.e. in AvalancheConcatDataset.
The PR should make it already reproducible: #623 |
The issue seemed to be solved. However, the training time has a huge increase compared to the class-incremental setup. Should I make another Issue for this separately? |
Yes, I think it's better to create a separate issue for this. Do you have a log of how the running time is split across the various procedures (replay update, training, etc.)? |
Putting the new data-incremental interface to use for the CoPE example, which is now still class incremental.
Can someone assign this issue to me? Thanks!
The text was updated successfully, but these errors were encountered: