Closed Cklwanfifa closed 1 year ago
Hi @Cklwanfifa.
Just to make it clear: 1- Storing the dataset samples (raw samples) in a buffer is not allowed. 2- Participants are also not allowed to use external data.
This means that generative replay with a pre-trained generator (i.e. a generator trained on external data) is not allowed. However, if the generative model is trained over time in the continual learning process, using the stream data, then it's fine.
Hi, I noticed that on the website, it is mentioned that
Does it mean that we are not allowed to use naive ReplayPlugin, but we can use GenerativeReplayPlugin?