mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
add Bilinear to docs, fix reference
This commit is contained in:
parent
1794e76800
commit
4fec5f658b
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ for multiprocess parallelism across several computation nodes running on one or
|
|||
machines. The class :func:`torch.nn.parallel.DistributedDataParallel` builds on this
|
||||
functionality to provide synchronous distributed training as a wrapper around any
|
||||
PyTorch model. This differs from the kinds of parallelism provided by
|
||||
:module:`torch.multiprocessing` and :func:`torch.nn.DataParallel` in that it supports
|
||||
:doc:`multiprocessing` and :func:`torch.nn.DataParallel` in that it supports
|
||||
multiple network-connected machines and in that the user must explicitly launch a separate
|
||||
copy of the main training script for each process.
|
||||
|
||||
|
|
|
|||
|
|
@ -409,7 +409,7 @@ Linear layers
|
|||
:members:
|
||||
|
||||
:hidden:`Bilinear`
|
||||
~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. autoclass:: Bilinear
|
||||
:members:
|
||||
|
|
|
|||
Loading…
Reference in a new issue