Skip to content

Commit

Permalink
A bit of an optimizer overhaul, added an improved factory, list_optim…
Browse files Browse the repository at this point in the history
…izers, class helper and add info classes with descriptions, arg configs
  • Loading branch information
rwightman committed Nov 13, 2024
1 parent e6d72ed commit c8b4511
Show file tree
Hide file tree
Showing 19 changed files with 1,127 additions and 770 deletions.
308 changes: 12 additions & 296 deletions tests/test_optim.py

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion timm/optim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
from .rmsprop_tf import RMSpropTF
from .sgdp import SGDP

from .optim_factory import create_optimizer, create_optimizer_v2, optimizer_kwargs
from ._optim_factory import list_optimizers, get_optimizer_class, create_optimizer_v2, \
create_optimizer, optimizer_kwargs, OptimInfo, OptimizerRegistry
Loading

0 comments on commit c8b4511

Please sign in to comment.