Generator Model Training Orchestration#27
Merged
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
added 12 commits
July 1, 2026 11:35
Experiment ID:2 Run ID:5e9a052521da4320871db9625e09cf78 Run Name:agreeable-turtle-117 - ConvNeXtUNet Generator - Single 2D crop input and single 2D crop target - Cache-backed filtered nucleus crops generated from the configured data directory - L1 optimization objective with L2, PSNR, SSIM, and Pearson correlation metric logging - Normalization of input and target images using the max possible pixel intensity - Training on entire initial dataset - Sigmoid output activation function when computing metrics and loss and saving images
wli51
approved these changes
Jul 13, 2026
wli51
left a comment
There was a problem hiding this comment.
@MattsonCam great work! This is a very difficult dataset to train on. Hopefully improvements but I wouldn't be surprised if the dynamic range still breaks everything.
Member
Author
|
Thanks for the review @wli51 ! There will be a couple more prs shortly. Merging now |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR expands the generator-model training workflow into a more reusable orchestration pattern and simplifies the training stack around the current reconstruction-based approach. It adds broader run configuration for optimization, checkpointing, resume behavior, and training/evaluation precision control, while also improving deterministic data handling and evaluation behavior. The result is a cleaner foundation for training current and future generator models with more consistent experiment management.