-
Notifications
You must be signed in to change notification settings - Fork 1
Dev gan trainer #24
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
Open
wli51
wants to merge
23
commits into
WayScience:main
Choose a base branch
from
wli51:dev-gan-trainer
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dev gan trainer #24
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d16d917
Add pop method and merge operators to Context class for the convenien…
wli51 cea1cc3
Add DiscriminatorForwardGroup class for GAN discriminator management
wli51 123ece2
Add GANOrchestrator and OrchestratedStep class to abstract away the G…
wli51 b2aae07
Refactor GANOrchestrator methods to streamline context handling and i…
wli51 668a213
Add minimal testing for GANOrchestrator and implement simple discrimi…
wli51 adcbb1f
Enhance Context class with reserved key checks and add properties for…
wli51 f53527c
Refactor DiscriminatorForwardGroup to use constant keys for model and…
wli51 6ba51f4
Refactor GANOrchestrator to tighten type checks accessing values from…
wli51 146d238
Refactor AbstractBlock and Stage classes to improve output channel ha…
wli51 c91d2c2
Refactor type annotations in AbstractForwardGroup and its subclasses …
wli51 f053713
Add tests for or and ror operations and switch from returnning NotImp…
wli51 8e6b630
Enhance Context class with type checks for values and update pop meth…
wli51 83d35d1
Tighten-up typing of the loss and lossgroup modules. Due to the need …
wli51 b4b6edb
Refactor type annotations in AbstractTrainer class to use Tensor type…
wli51 fd312b9
Fix return type of from_config method in BaseModel to return BaseMode…
wli51 df370b9
Refactor train method in TrainerProtocol to accept variable arguments…
wli51 21f0d85
Tighten up type annotations in BaseModel class for to_config method
wli51 78876a0
Allow customizable or no output activation function in GlobalDiscrimi…
wli51 68f0ca2
Add model configuration logging (as artifact) to MlflowLogger
wli51 7fb9693
Enhance TrainerProtocol with model saving functionality and update Ml…
wli51 f068af2
Refactor SingleGeneratorTrainer to enhance type annotations for loss_…
wli51 c048d40
Add LoggingGANTrainer class for enhanced GAN training and evaluation …
wli51 afb60d8
Add minimal tests for LoggingWGANTrainer train_step and evaluate_step…
wli51 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.