| .. |
|
_multi_tensor
|
|
|
|
__init__.py
|
[BE][optim] Make pyright recognize exported symbols (#135043)
|
2024-09-04 21:53:46 +00:00 |
|
_adafactor.py
|
Add Adafactor foreach impl (#132336)
|
2024-08-15 17:00:33 +00:00 |
|
_functional.py
|
|
|
|
adadelta.py
|
Minorly reorder optim kwargs in docs, fixes #137391 (#137531)
|
2024-10-09 04:14:45 +00:00 |
|
adagrad.py
|
move param's device check to _init_group for fused (#131153)
|
2024-08-17 04:49:47 +00:00 |
|
adam.py
|
Add missing input "eps" to adam docs (#135191)
|
2024-09-25 20:17:23 +00:00 |
|
adamax.py
|
Correct return type of grouping helper function in Optimizer (#133360)
|
2024-08-14 01:56:02 +00:00 |
|
adamw.py
|
move param's device check to _init_group for fused (#131153)
|
2024-08-17 04:49:47 +00:00 |
|
asgd.py
|
Correct return type of grouping helper function in Optimizer (#133360)
|
2024-08-14 01:56:02 +00:00 |
|
lbfgs.py
|
[BE][Easy][19/19] enforce style for empty lines in import segments in torch/[o-z]*/ (#129771)
|
2024-08-01 17:07:14 +00:00 |
|
lr_scheduler.py
|
Autoupdate min_lrs for ReduceLROnPlateau if possible, fixes #104361 (#137637)
|
2024-10-10 01:23:30 +00:00 |
|
nadam.py
|
Correct return type of grouping helper function in Optimizer (#133360)
|
2024-08-14 01:56:02 +00:00 |
|
optimizer.py
|
Removes confusing note, addresses #38006 (#137535)
|
2024-10-09 04:00:38 +00:00 |
|
radam.py
|
Minorly reorder optim kwargs in docs, fixes #137391 (#137531)
|
2024-10-09 04:14:45 +00:00 |
|
rmsprop.py
|
Minorly reorder optim kwargs in docs, fixes #137391 (#137531)
|
2024-10-09 04:14:45 +00:00 |
|
rprop.py
|
Minorly reorder optim kwargs in docs, fixes #137391 (#137531)
|
2024-10-09 04:14:45 +00:00 |
|
sgd.py
|
Minor SGD docs clarification fixing #137356, #137352 (#137528)
|
2024-10-08 23:05:08 +00:00 |
|
sparse_adam.py
|
[BE][Easy][19/19] enforce style for empty lines in import segments in torch/[o-z]*/ (#129771)
|
2024-08-01 17:07:14 +00:00 |
|
swa_utils.py
|
Make optim.swa.util content accessible from the torch.optim doc (#133393)
|
2024-08-21 00:43:46 +00:00 |