mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Fixed stub for AdamW (#34299)
Summary: Fixes [https://github.com/pytorch/pytorch/issues/33757](https://github.com/pytorch/pytorch/issues/33757) Pull Request resolved: https://github.com/pytorch/pytorch/pull/34299 Differential Revision: D20337844 Pulled By: ezyang fbshipit-source-id: 54bf174a09b8db9bf6e0c3c717730dd7c795d76b
This commit is contained in:
parent
739d4609c3
commit
b1bd950a4d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from .adadelta import Adadelta
|
|||
from .adagrad import Adagrad
|
||||
from .adam import Adam as Adam
|
||||
from .adamax import Adamax
|
||||
from .adamw import AdamW
|
||||
from .adamw import AdamW as AdamW
|
||||
from .asgd import ASGD
|
||||
from .lbfgs import LBFGS
|
||||
from .optimizer import Optimizer
|
||||
|
|
|
|||
Loading…
Reference in a new issue