mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
11 lines
307 B
ReStructuredText
11 lines
307 B
ReStructuredText
.. role:: hidden
|
|
:class: hidden-section
|
|
|
|
Distributed Optimizers
|
|
======================
|
|
|
|
.. warning ::
|
|
Distributed optimizer is not currently supported when using CUDA tensors
|
|
|
|
.. automodule:: torch.distributed.optim
|
|
:members: DistributedOptimizer, PostLocalSGDOptimizer, ZeroRedundancyOptimizer
|