Skip to content
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

Question about the usage of replay buffer #8

Closed
Cklwanfifa opened this issue Apr 19, 2023 · 1 comment
Closed

Question about the usage of replay buffer #8

Cklwanfifa opened this issue Apr 19, 2023 · 1 comment

Comments

@Cklwanfifa
Copy link

Hi, I noticed that on the website, it is mentioned that

Replay Buffer: Replay buffers may not be used to store dataset samples. However, buffers may be used to store any form of data representation, such as the model's internal representations.

Does it mean that we are not allowed to use naive ReplayPlugin, but we can use GenerativeReplayPlugin?

@HamedHemati
Copy link
Collaborator

HamedHemati commented Apr 19, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants