diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2017-09-30 16:11:02 -0400 |
---|---|---|
committer | Soumith Chintala <soumith@gmail.com> | 2017-09-30 16:18:03 -0400 |
commit | db298618e4cf27b8bb92e166d1018481b45be517 (patch) | |
tree | 7d617252d04ad7862fce5643c2c64d92baca078e /docs/source/onnx.rst | |
parent | 60bff0a5f385f6ceeef91ad47bf6336305b1605d (diff) | |
download | pytorch-db298618e4cf27b8bb92e166d1018481b45be517.tar.gz pytorch-db298618e4cf27b8bb92e166d1018481b45be517.tar.bz2 pytorch-db298618e4cf27b8bb92e166d1018481b45be517.zip |
Minor typofix.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'docs/source/onnx.rst')
-rw-r--r-- | docs/source/onnx.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/onnx.rst b/docs/source/onnx.rst index f25e88ec68..687a86e317 100644 --- a/docs/source/onnx.rst +++ b/docs/source/onnx.rst @@ -147,7 +147,7 @@ In this tech preview, only the following operators are supported: * PReLU (inplace is discarded, sharing a single weight among all channels is not supported) * LeakyRelu (inplace is discarded) * MaxPool1d (ceil_mode must be False) -* MaxPool2d (ceil_mode must be False +* MaxPool2d (ceil_mode must be False) * AvgPool2d (ceil_mode must be False) We plan on expanding support to more operators; RNNs are high on our priority |