Skip to content

Commit bd30dfa

Browse files
author
Jessica Lin
committed
Update docs feature classification
1 parent 3b268a5 commit bd30dfa

File tree

6 files changed

+415
-415
lines changed

6 files changed

+415
-415
lines changed

‎docs/stable/autograd.html

+70-70
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
77
<head>
88
<meta charset="utf-8">
9-
9+
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11-
11+
1212
<title>Automatic differentiation package - torch.autograd &mdash; PyTorch master documentation</title>
13-
1413

15-
16-
17-
18-
14+
15+
16+
17+
18+
1919
<link rel="canonical" href="https://pytorch.org/docs/stable/autograd.html"/>
20-
2120

22-
2321

24-
25-
26-
2722

28-
23+
24+
25+
26+
27+
28+
2929

3030
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
3131
<!-- <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> -->
@@ -36,9 +36,9 @@
3636
<link rel="index" title="Index" href="genindex.html" />
3737
<link rel="search" title="Search" href="search.html" />
3838
<link rel="next" title="torch.cuda" href="cuda.html" />
39-
<link rel="prev" title="Tensor Views" href="tensor_view.html" />
39+
<link rel="prev" title="Tensor Views" href="tensor_view.html" />
40+
4041

41-
4242
<script src="_static/js/modernizr.min.js"></script>
4343

4444
<!-- Preload the theme fonts -->
@@ -140,9 +140,9 @@
140140

141141
<body class="pytorch-body">
142142

143-
144143

145-
144+
145+
146146

147147
<div class="table-of-contents-link-wrapper">
148148
<span>Table of Contents</span>
@@ -153,21 +153,21 @@
153153
<div class="pytorch-side-scroll">
154154
<div class="pytorch-menu pytorch-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
155155
<div class="pytorch-left-menu-search">
156-
157156

158-
159-
160-
157+
158+
159+
160+
161161
<div class="version">
162162
<a href='http://pytorch.org/docs/versions.html'>1.5.1 &#x25BC</a>
163163
</div>
164-
165-
166164

167-
168165

169166

170-
167+
168+
169+
170+
171171

172172

173173
<div role="search">
@@ -178,17 +178,17 @@
178178
</form>
179179
</div>
180180

181-
181+
182182
</div>
183183

184-
185184

186185

187-
188-
189-
190-
191-
186+
187+
188+
189+
190+
191+
192192
<p class="caption"><span class="caption-text">Notes</span></p>
193193
<ul>
194194
<li class="toctree-l1"><a class="reference internal" href="notes/amp_examples.html">Automatic Mixed Precision examples</a></li>
@@ -261,8 +261,8 @@
261261
<li class="toctree-l1"><a class="reference internal" href="community/persons_of_interest.html">PyTorch Governance | Persons of Interest</a></li>
262262
</ul>
263263

264-
265-
264+
265+
266266

267267
</div>
268268
</div>
@@ -271,7 +271,7 @@
271271
<div class="pytorch-container">
272272
<div class="pytorch-page-level-bar" id="pytorch-page-level-bar">
273273
<div class="pytorch-breadcrumbs-wrapper">
274-
274+
275275

276276

277277

@@ -290,30 +290,30 @@
290290
<div role="navigation" aria-label="breadcrumbs navigation">
291291

292292
<ul class="pytorch-breadcrumbs">
293-
293+
294294
<li>
295295
<a href="index.html">
296-
296+
297297
Docs
298-
298+
299299
</a> &gt;
300300
</li>
301301

302-
302+
303303
<li>Automatic differentiation package - torch.autograd</li>
304-
305-
304+
305+
306306
<li class="pytorch-breadcrumbs-aside">
307-
308-
307+
308+
309309
<a href="_sources/autograd.rst.txt" rel="nofollow"><img src="_static/images/view-page-source-icon.svg"></a>
310-
311-
310+
311+
312312
</li>
313-
313+
314314
</ul>
315315

316-
316+
317317
</div>
318318
</div>
319319

@@ -325,13 +325,13 @@
325325
<section data-toggle="wy-nav-shift" id="pytorch-content-wrap" class="pytorch-content-wrap">
326326
<div class="pytorch-content-left">
327327

328-
329-
328+
329+
330330
<div class="rst-content">
331-
331+
332332
<div role="main" class="main-content" itemscope="itemscope" itemtype="http://schema.org/Article">
333333
<article itemprop="articleBody" id="pytorch-article" class="pytorch-article">
334-
334+
335335
<div class="section" id="module-torch.autograd">
336336
<span id="automatic-differentiation-package-torch-autograd"></span><h1>Automatic differentiation package - torch.autograd<a class="headerlink" href="#module-torch.autograd" title="Permalink to this headline"></a></h1>
337337
<p><code class="docutils literal notranslate"><span class="pre">torch.autograd</span></code> provides classes and functions implementing automatic
@@ -415,7 +415,7 @@
415415
<span id="functional-api"></span><h2>Functional higher level API<a class="headerlink" href="#functional-higher-level-api" title="Permalink to this headline"></a></h2>
416416
<div class="admonition warning">
417417
<p class="admonition-title">Warning</p>
418-
<p>This API is experimental.</p>
418+
<p>This API is in beta.</p>
419419
</div>
420420
<p>This section contains the higher level API for the autograd that builds on the basic API above
421421
and allows you to compute jacobians, hessians, etc.</p>
@@ -1678,37 +1678,37 @@ <h2>Anomaly detection<a class="headerlink" href="#anomaly-detection" title="Perm
16781678

16791679

16801680
</article>
1681-
1681+
16821682
</div>
16831683
<footer>
1684-
1684+
16851685
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
1686-
1686+
16871687
<a href="cuda.html" class="btn btn-neutral float-right" title="torch.cuda" accesskey="n" rel="next">Next <img src="_static/images/chevron-right-orange.svg" class="next-page"></a>
1688-
1689-
1688+
1689+
16901690
<a href="tensor_view.html" class="btn btn-neutral" title="Tensor Views" accesskey="p" rel="prev"><img src="_static/images/chevron-right-orange.svg" class="previous-page"> Previous</a>
1691-
1691+
16921692
</div>
1693-
16941693

1695-
1694+
1695+
16961696

16971697
<hr>
16981698

1699-
1699+
17001700

17011701
<div role="contentinfo">
17021702
<p>
17031703
&copy; Copyright 2019, Torch Contributors.
17041704

17051705
</p>
17061706
</div>
1707-
1707+
17081708
<div>
17091709
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
17101710
</div>
1711-
1711+
17121712

17131713
</footer>
17141714

@@ -1743,20 +1743,20 @@ <h2>Anomaly detection<a class="headerlink" href="#anomaly-detection" title="Perm
17431743
</section>
17441744
</div>
17451745

1746-
17471746

17481747

1749-
17501748

1751-
1749+
1750+
1751+
17521752
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
17531753
<script src="_static/jquery.js"></script>
17541754
<script src="_static/underscore.js"></script>
17551755
<script src="_static/doctools.js"></script>
17561756
<script src="_static/language_data.js"></script>
1757-
17581757

1759-
1758+
1759+
17601760

17611761
<script type="text/javascript" src="_static/js/vendor/popper.min.js"></script>
17621762
<script type="text/javascript" src="_static/js/vendor/bootstrap.min.js"></script>
@@ -1768,7 +1768,7 @@ <h2>Anomaly detection<a class="headerlink" href="#anomaly-detection" title="Perm
17681768
SphinxRtdTheme.Navigation.enable(true);
17691769
});
17701770
</script>
1771-
1771+
17721772
<script>
17731773
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
17741774
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -1985,4 +1985,4 @@ <h2>Resources</h2>
19851985
})
19861986
</script>
19871987
</body>
1988-
</html>
1988+
</html>

0 commit comments

Comments
 (0)