Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
WayScience
/
virtual_stain_flow
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
7
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Fix best model
- #38
#38
Merged
wli51
merged 8 commits into
WayScience:main
WayScience/virtual_stain_flow:main
from
wli51:fix-best-model
wli51/virtual_stain_flow:fix-best-model
Copy head branch name to clipboard
Aug 6, 2026
Conversation
Commits
8
(8)
Checks
Files changed
Merged
Fix best model
#38
wli51
merged 8 commits into
WayScience:main
WayScience/virtual_stain_flow:main
from
wli51:fix-best-model
wli51/virtual_stain_flow:fix-best-model
Copy head branch name to clipboard
Commits
Commits on Aug 3, 2026
Add stand-alone trainer utility modules for early stopping and model saving, in preparation for refactoring of `AbstractTrainer`.
wli51
committed
d0ff8ce
View commit details
Copy full SHA for d0ff8ce
Browse repository at this point
Add deep copy functionality to BaseModel and implement clone_model utility
wli51
committed
5cc5d78
View commit details
Copy full SHA for 5cc5d78
Browse repository at this point
Refactor `AbstractTrainer` to wire early stopping related logic to EarlyStopHelper remove internal logic. Remove `AbstractTrainer` attributes that are not used by any other components of this softw…
Show description for cd73fe2
wli51
committed
cd73fe2
View commit details
Copy full SHA for cd73fe2
Browse repository at this point
Update CHANGELOG for version 0.4.8: Fix best model updating/saving behavior and refactor early stopping logic
wli51
committed
f4f2ea4
View commit details
Copy full SHA for f4f2ea4
Browse repository at this point
Commits on Aug 4, 2026
Refactor early stopping logic in trainers to limit model cloning to only once at start when the model is moved to CPU, subsequent best model updates happen by copying of state dict
wli51
committed
aa25ce6
View commit details
Copy full SHA for aa25ce6
Browse repository at this point
Enhance early termination logic to allow best model updates without a validation set; add validation presence check for early termination metric.
wli51
committed
f7b9248
View commit details
Copy full SHA for f7b9248
Browse repository at this point
Update pre-commit workflow to install dependencies from dev requirements and add CPU-safe test execution
wli51
committed
a972959
View commit details
Copy full SHA for a972959
Browse repository at this point
Refactor pre-commit workflow to install pre-commit dependencies and separate CPU-safe test execution steps
wli51
committed
059619d
View commit details
Copy full SHA for 059619d
Browse repository at this point
You can’t perform that action at this time.