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

Refactor #1

Merged
merged 10 commits into from
Mar 3, 2022
Merged

Refactor #1

merged 10 commits into from
Mar 3, 2022

Conversation

travela
Copy link
Owner

@travela travela commented Mar 3, 2022

Separation of concerns: made the plugin more modular: We have a separate VAETraining now (which is used by default in the GenerativeReplay strategy). Simply adding the GenerativeReplayPlugin to this VAETraining class will make it train continually. Therefore it can be switched with other generators.

Some more refactoring.

Update Docstrings

into init of solver strategy.
extend GR plugin to work without generator initialization;
clean up GR template and make it more modular; rename VAETraining
VAETraining can now be trained alone, with or without GR simply by adding the Plugin.
@travela travela merged commit 5d4e91b into generative_replay Mar 3, 2022
@travela travela deleted the refactor branch March 3, 2022 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant