Skip to content

Commit c0bcd32

Browse files
committed
📖 Publish docs for PyTorch v1.5.0 and torchvision v0.6.0.
1 parent 2c2da7c commit c0bcd32

427 files changed

Lines changed: 65495 additions & 30994 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
[![numpy version](https://badgen.net/badge/NumPy%20version/v1.18.1/black?icon=dockbit)](https://github.com/numpy/numpy)
44
[![scikit-learn version](https://badgen.net/badge/Scikit-learn%20version/v0.22/black?icon=libraries)](https://github.com/scikit-learn/scikit-learn/releases/tag/0.22)
5-
[![torch version](https://img.shields.io/badge/torch_version-v1.4.0-g.svg?logo=PyTorch)](https://github.com/pytorch/pytorch)
6-
[![torchvision version](https://img.shields.io/badge/torchvision_version-v0.5.0-g.svg?logo=PyTorch)](https://github.com/pytorch/vision)
7-
[![PyTorch 1.4](https://img.shields.io/badge/PyTorch_1.4-Release_Note-blue.svg?logo=PyTorch)](https://pytorch.org/blog/pytorch-1-dot-4-released-and-domain-libraries-updated/)
5+
[![torch version](https://img.shields.io/badge/torch_version-v1.5.0-282828.svg?labelColor=4F4F4F&logo=PyTorch)](https://github.com/pytorch/pytorch)
6+
[![torchvision version](https://img.shields.io/badge/torchvision_version-v0.6.0-282828.svg?labelColor=4F4F4FF&logo=PyTorch)](https://github.com/pytorch/vision)
87

98
Offline documentation built from official [NumPy](https://github.com/numpy/numpy.git), [Scikit-learn](https://github.com/scikit-learn/scikit-learn), [PyTorch](https://github.com/pytorch/pytorch.git) and [torchvision](https://github.com/pytorch/vision.git) release. The documentations of pytorch and torchvision are separate.
109

torch/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: e510f41e5568600e8af48b9f1c23b060
3+
config: 5b947dc4bc88709ec535a13c5f326540
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

torch/__config__.html

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
3131
<!-- <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> -->
3232
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.10.0-beta/dist/katex.min.css" type="text/css" />
33-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.10.2/dist/katex.min.css" type="text/css" />
33+
<link rel="stylesheet" href="_static/css/jit.css" type="text/css" />
34+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" type="text/css" />
3435
<link rel="stylesheet" href="_static/katex-math.css" type="text/css" />
3536
<link rel="index" title="Index" href="genindex.html" />
3637
<link rel="search" title="Search" href="search.html" />
@@ -158,7 +159,7 @@
158159

159160

160161
<div class="version">
161-
master (1.4.0 )
162+
master (1.5.0 )
162163
</div>
163164

164165

@@ -195,25 +196,24 @@
195196

196197
<p class="caption"><span class="caption-text">Notes</span></p>
197198
<ul>
199+
<li class="toctree-l1"><a class="reference internal" href="notes/amp_examples.html">Automatic Mixed Precision examples</a></li>
198200
<li class="toctree-l1"><a class="reference internal" href="notes/autograd.html">Autograd mechanics</a></li>
199201
<li class="toctree-l1"><a class="reference internal" href="notes/broadcasting.html">Broadcasting semantics</a></li>
200202
<li class="toctree-l1"><a class="reference internal" href="notes/cpu_threading_torchscript_inference.html">CPU threading and TorchScript inference</a></li>
201203
<li class="toctree-l1"><a class="reference internal" href="notes/cuda.html">CUDA semantics</a></li>
202-
<li class="toctree-l1"><a class="reference internal" href="notes/distributed_autograd.html">Distributed Autograd Design</a></li>
204+
<li class="toctree-l1"><a class="reference internal" href="notes/ddp.html">Distributed Data Parallel</a></li>
203205
<li class="toctree-l1"><a class="reference internal" href="notes/extending.html">Extending PyTorch</a></li>
204206
<li class="toctree-l1"><a class="reference internal" href="notes/faq.html">Frequently Asked Questions</a></li>
205207
<li class="toctree-l1"><a class="reference internal" href="notes/large_scale_deployments.html">Features for large-scale deployments</a></li>
206208
<li class="toctree-l1"><a class="reference internal" href="notes/multiprocessing.html">Multiprocessing best practices</a></li>
207209
<li class="toctree-l1"><a class="reference internal" href="notes/randomness.html">Reproducibility</a></li>
208-
<li class="toctree-l1"><a class="reference internal" href="notes/rref.html">Remote Reference Protocol</a></li>
209210
<li class="toctree-l1"><a class="reference internal" href="notes/serialization.html">Serialization semantics</a></li>
210211
<li class="toctree-l1"><a class="reference internal" href="notes/windows.html">Windows FAQ</a></li>
211-
<li class="toctree-l1"><a class="reference external" href="http://pytorch.org/xla/">PyTorch on XLA Devices</a></li>
212212
</ul>
213213
<p class="caption"><span class="caption-text">Language Bindings</span></p>
214214
<ul>
215215
<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/cppdocs/">C++ API</a></li>
216-
<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/javadoc/">Javadoc</a></li>
216+
<li class="toctree-l1"><a class="reference internal" href="packages.html">Javadoc</a></li>
217217
</ul>
218218
<p class="caption"><span class="caption-text">Python API</span></p>
219219
<ul class="current">
@@ -222,8 +222,10 @@
222222
<li class="toctree-l1"><a class="reference internal" href="nn.functional.html">torch.nn.functional</a></li>
223223
<li class="toctree-l1"><a class="reference internal" href="tensors.html">torch.Tensor</a></li>
224224
<li class="toctree-l1"><a class="reference internal" href="tensor_attributes.html">Tensor Attributes</a></li>
225+
<li class="toctree-l1"><a class="reference internal" href="tensor_view.html">Tensor Views</a></li>
225226
<li class="toctree-l1"><a class="reference internal" href="autograd.html">torch.autograd</a></li>
226227
<li class="toctree-l1"><a class="reference internal" href="cuda.html">torch.cuda</a></li>
228+
<li class="toctree-l1"><a class="reference internal" href="amp.html">torch.cuda.amp</a></li>
227229
<li class="toctree-l1"><a class="reference internal" href="distributed.html">torch.distributed</a></li>
228230
<li class="toctree-l1"><a class="reference internal" href="distributions.html">torch.distributions</a></li>
229231
<li class="toctree-l1"><a class="reference internal" href="hub.html">torch.hub</a></li>
@@ -232,7 +234,7 @@
232234
<li class="toctree-l1"><a class="reference internal" href="onnx.html">torch.onnx</a></li>
233235
<li class="toctree-l1"><a class="reference internal" href="optim.html">torch.optim</a></li>
234236
<li class="toctree-l1"><a class="reference internal" href="quantization.html">Quantization</a></li>
235-
<li class="toctree-l1"><a class="reference internal" href="rpc.html">Distributed RPC Framework</a></li>
237+
<li class="toctree-l1"><a class="reference internal" href="rpc/index.html">Distributed RPC Framework</a></li>
236238
<li class="toctree-l1"><a class="reference internal" href="random.html">torch.random</a></li>
237239
<li class="toctree-l1"><a class="reference internal" href="sparse.html">torch.sparse</a></li>
238240
<li class="toctree-l1"><a class="reference internal" href="storage.html">torch.Storage</a></li>
@@ -248,13 +250,13 @@
248250
<li class="toctree-l1"><a class="reference internal" href="name_inference.html">Named Tensors operator coverage</a></li>
249251
<li class="toctree-l1 current"><a class="current reference internal" href="#">torch.__config__</a></li>
250252
</ul>
251-
<p class="caption"><span class="caption-text">torchaudio Reference</span></p>
253+
<p class="caption"><span class="caption-text">Libraries</span></p>
252254
<ul>
253255
<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/audio">torchaudio</a></li>
254-
</ul>
255-
<p class="caption"><span class="caption-text">torchtext Reference</span></p>
256-
<ul>
257256
<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/text">torchtext</a></li>
257+
<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/elastic/">TorchElastic</a></li>
258+
<li class="toctree-l1"><a class="reference external" href="https://pytorch.org/serve">TorchServe</a></li>
259+
<li class="toctree-l1"><a class="reference external" href="http://pytorch.org/xla/">PyTorch on XLA Devices</a></li>
258260
</ul>
259261
<p class="caption"><span class="caption-text">Community</span></p>
260262
<ul>
@@ -410,16 +412,17 @@
410412

411413

412414
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
413-
<script type="text/javascript" src="_static/jquery.js"></script>
414-
<script type="text/javascript" src="_static/underscore.js"></script>
415-
<script type="text/javascript" src="_static/doctools.js"></script>
416-
<script type="text/javascript" src="_static/language_data.js"></script>
415+
<script src="_static/jquery.js"></script>
416+
<script src="_static/underscore.js"></script>
417+
<script src="_static/doctools.js"></script>
418+
<script src="_static/language_data.js"></script>
417419

418420

419421

420422

421423
<script type="text/javascript" src="_static/js/vendor/popper.min.js"></script>
422424
<script type="text/javascript" src="_static/js/vendor/bootstrap.min.js"></script>
425+
<script src="https://cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.min.js"></script>
423426
<script type="text/javascript" src="_static/js/theme.js"></script>
424427

425428
<script type="text/javascript">
@@ -493,25 +496,24 @@ <h2>Resources</h2>
493496
<li><a href="https://pytorch.org/features">Features</a></li>
494497
<li><a href="https://pytorch.org/ecosystem">Ecosystem</a></li>
495498
<li><a href="https://pytorch.org/blog/">Blog</a></li>
496-
<li><a href="https://pytorch.org/resources">Resources</a></li>
499+
<li><a href="https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md">Contributing</a></li>
497500
</ul>
498501
</div>
499502

500503
<div class="footer-links-col">
501504
<ul>
502-
<li class="list-title"><a href="https://pytorch.org/support">Support</a></li>
505+
<li class="list-title"><a href="https://pytorch.org/resources">Resources</a></li>
503506
<li><a href="https://pytorch.org/tutorials">Tutorials</a></li>
504507
<li><a href="https://pytorch.org/docs/stable/index.html">Docs</a></li>
505508
<li><a href="https://discuss.pytorch.org" target="_blank">Discuss</a></li>
506509
<li><a href="https://github.com/pytorch/pytorch/issues" target="_blank">Github Issues</a></li>
507-
<li><a href="https://pytorch.slack.com" target="_blank">Slack</a></li>
508-
<li><a href="https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md" target="_blank">Contributing</a></li>
510+
<li><a href="https://pytorch.org/assets/brand-guidelines/PyTorch-Brand-Guidelines.pdf" target="_blank">Brand Guidelines</a></li>
509511
</ul>
510512
</div>
511513

512514
<div class="footer-links-col follow-us-col">
513515
<ul>
514-
<li class="list-title">Follow Us</li>
516+
<li class="list-title">Stay Connected</li>
515517
<li>
516518
<div id="mc_embed_signup">
517519
<form
@@ -548,6 +550,7 @@ <h2>Resources</h2>
548550
<div class="footer-social-icons">
549551
<a href="https://www.facebook.com/pytorch" target="_blank" class="facebook"></a>
550552
<a href="https://twitter.com/pytorch" target="_blank" class="twitter"></a>
553+
<a href="https://www.youtube.com/pytorch" target="_blank" class="youtube"></a>
551554
</div>
552555
</div>
553556
</div>
@@ -635,6 +638,10 @@ <h2>Resources</h2>
635638
scrollToAnchor.bind();
636639
highlightNavigation.bind();
637640
mainMenuDropdown.bind();
641+
filterTags.bind();
642+
643+
// Remove any empty p tags that Sphinx adds
644+
$("[data-tags='null']").remove();
638645

639646
// Add class to links that have code blocks, since we cannot create links in code blocks
640647
$("article.pytorch-article a span.pre").each(function(e) {

torch/_images/CELU.png

24 Bytes
Loading

torch/_images/ELU.png

-14 Bytes
Loading

torch/_images/GELU.png

-46 Bytes
Loading

torch/_images/Hardshrink.png

225 Bytes
Loading

torch/_images/Hardtanh.png

303 Bytes
Loading

torch/_images/LeakyReLU.png

-22 Bytes
Loading

torch/_images/LogSigmoid.png

103 Bytes
Loading

0 commit comments

Comments
 (0)