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
.
rwth-i6
/
returnn
Public
Notifications
You must be signed in to change notification settings
Fork
134
Star
375
Code
Issues
199
Pull requests
30
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Amuse optimizer
- #1830
#1830
Draft
polycrit
wants to merge 16 commits into
master
rwth-i6/returnn:master
from
amuse-optimizer
rwth-i6/returnn:amuse-optimizer
Copy head branch name to clipboard
Conversation
Commits
16
(16)
Checks
Files changed
Draft
Amuse optimizer
#1830
polycrit
wants to merge 16 commits into
master
rwth-i6/returnn:master
from
amuse-optimizer
rwth-i6/returnn:amuse-optimizer
Copy head branch name to clipboard
Commits
Commits on Aug 3, 2026
add AMUSE optimizer
polycrit
committed
01cbf09
View commit details
Copy full SHA for 01cbf09
Browse repository at this point
fix optimizer checkpoint saving for the torch>=2.6 weights_only default
polycrit
committed
fe9dded
View commit details
Copy full SHA for fe9dded
Browse repository at this point
apply ruff formatting
polycrit
committed
c77eb5c
View commit details
Copy full SHA for c77eb5c
Browse repository at this point
conditionally apply add_safe_globals for torch < 2.4 import compatibility
polycrit
committed
ce30c8a
View commit details
Copy full SHA for ce30c8a
Browse repository at this point
Commits on Aug 5, 2026
fix collect_class_init_kwargs to also collect keyword-only args
polycrit
committed
224b0f8
View commit details
Copy full SHA for 224b0f8
Browse repository at this point
add MultiOptimizer composing sub-optimizers over disjoint param subsets
polycrit
committed
55bc603
View commit details
Copy full SHA for 55bc603
Browse repository at this point
resolve returnn custom optimizers by short name (multi, lion, amuse)
polycrit
committed
c9068f4
View commit details
Copy full SHA for c9068f4
Browse repository at this point
create multi optimizer from config with params_filter partition and per-sub weight decay split
polycrit
committed
3f006ba
View commit details
Copy full SHA for 3f006ba
Browse repository at this point
call schedule-free optimizer train()/eval() at train epoch boundaries
polycrit
committed
ead1878
View commit details
Copy full SHA for ead1878
Browse repository at this point
restructure AMUSE to one update type per instance, composed via multi
polycrit
committed
0f331d0
View commit details
Copy full SHA for 0f331d0
Browse repository at this point
Merge remote-tracking branch 'origin/master' into amuse-optimizer
polycrit
committed
eee94f4
View commit details
Copy full SHA for eee94f4
Browse repository at this point
save valid optimizer checkpoint metadata also for callable optimizer configs
polycrit
committed
0f3a28e
View commit details
Copy full SHA for 0f3a28e
Browse repository at this point
cache the param to sub-optimizer mapping in the multi optimizer state view
polycrit
committed
bc7541e
View commit details
Copy full SHA for bc7541e
Browse repository at this point
guard AMUSE beta1 computation against a degenerate averaging weight
polycrit
committed
ce15546
View commit details
Copy full SHA for ce15546
Browse repository at this point
guard AMUSE beta1 ramp against zero lr at the warmup boundary
polycrit
committed
c128e7e
View commit details
Copy full SHA for c128e7e
Browse repository at this point
validate AMUSE constructor arguments
polycrit
committed
7182473
View commit details
Copy full SHA for 7182473
Browse repository at this point
You can’t perform that action at this time.