Add more optimizer dependency support#2376
Conversation
…izers # Conflicts: # requirements.txt # train_network.py
|
Thanks for the PR. Could you clarify why Also, |
|
Thanks for the feedback. Here is a quick clarification: torch-optimi & adv-optm: They provide Stochastic Rounding and Kahan Rounding implementations for common optimizers (which are fully supported and utilized by frameworks like onetrainer). They are essential for preventing gradient underflow in low-precision training |
Summary
pytorch-optimizerto commit3d08fa0.adv-optmto2.5.2.effective_lrlogging from upstream.