How to manage memory buffer with Avalanche? #432
-
Dear Avalanche team,
Thanks for your reply. |
Beta Was this translation helpful? Give feedback.
Answered by
AntonioCarta
Mar 18, 2021
Replies: 1 comment 3 replies
-
Hello @bit0123,
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
vlomonaco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @bit0123,
avalanche.training.plugins.ReplayPlugin
and relatedavalanche.training.strategies.Replay
. You can use them directly or if you want to define your own custom replay you can start from their implementation.