pytorch/docs/source
Sam Gross 2c038f2074 Add weight normalization implementation (#1945)
* Add weight normalization implementation

This adds forward "pre-hooks" which get called before the module's
forward() method. Weight norm is implemented as a hook which calculates
the weight variable from the weight_g and weight_v every iteration.

Based on @rtqichen implementation.

* Specify return type
2017-06-30 15:41:40 -04:00
..
_static display version number in docs 2017-06-02 11:56:48 -04:00
notes fix docs for broadcast warning 2017-06-26 14:50:57 -04:00
torchvision Cleanup torch vision docs (#1699) 2017-06-05 11:52:41 -04:00
autograd.rst Fix bugs, rename differentiate to grad, make it more flexible 2017-05-01 16:44:56 -04:00
conf.py display version number in docs 2017-06-02 11:56:48 -04:00
cuda.rst Add support for NVTX functions. (#1748) 2017-06-10 18:26:58 +02:00
data.rst Fix errors and warnings when building docs (#1806) 2017-06-14 13:50:14 -04:00
ffi.rst Improve ffi utils (#479) 2017-01-18 11:17:01 -05:00
index.rst Documentation for sparse tensors. (#1366) 2017-04-26 21:43:05 +02:00
legacy.rst Add anything in torch.legacy docs 2017-01-16 12:59:47 -05:00
model_zoo.rst Add model_zoo utility torch torch.utils (#424) 2017-01-09 13:16:58 -05:00
multiprocessing.rst Add notes 2017-01-16 20:38:14 -05:00
nn.rst Add weight normalization implementation (#1945) 2017-06-30 15:41:40 -04:00
optim.rst add learning rate schedulers (#1370) 2017-05-25 16:21:43 -04:00
sparse.rst Prefix values/indices/sparse_mask/nnz with underscore (#1457) 2017-05-03 11:14:10 -04:00
storage.rst Start documenting torch.Tensor (#377) 2016-12-30 01:21:34 -05:00
tensors.rst Add torch.matmul function. (#1780) 2017-06-14 08:14:53 -04:00
torch.rst Add torch.matmul function. (#1780) 2017-06-14 08:14:53 -04:00