You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p class="last">Default value for <code class="xref py py-attr docutils literal"><span class="pre">count_include_pad</span></code> was <code class="docutils literal"><span class="pre">True</span></code> in versions before 0.3, and will be changed back to <code class="docutils literal"><span class="pre">True</span></code> from 0.4.1 and forward.</p>
6748
+
</div>
6745
6749
</dd></dl>
6746
6750
6747
6751
</div>
6748
6752
<div class="section" id="avg-pool3d">
6749
6753
<h3><span class="hidden-section">avg_pool3d</span><a class="headerlink" href="#avg-pool3d" title="Permalink to this headline">¶</a></h3>
6750
6754
<dl class="function">
6751
6755
<dt id="torch.nn.functional.avg_pool3d">
6752
-
<code class="descclassname">torch.nn.functional.</code><code class="descname">avg_pool3d</code><span class="sig-paren">(</span><em>input</em>, <em>kernel_size</em>, <em>stride=None</em>, <em>padding=0</em>, <em>ceil_mode=False</em>, <em>count_include_pad=True</em><span class="sig-paren">)</span> → Variable<a class="headerlink" href="#torch.nn.functional.avg_pool3d" title="Permalink to this definition">¶</a></dt>
6756
+
<code class="descclassname">torch.nn.functional.</code><code class="descname">avg_pool3d</code><span class="sig-paren">(</span><em>input</em>, <em>kernel_size</em>, <em>stride=None</em>, <em>padding=0</em>, <em>ceil_mode=False</em>, <em>count_include_pad=False</em><span class="sig-paren">)</span> → Variable<a class="headerlink" href="#torch.nn.functional.avg_pool3d" title="Permalink to this definition">¶</a></dt>
6753
6757
<dd><p>Applies 3D average-pooling operation in kt x kh x kw regions by step
6754
6758
size dt x dh x dw steps. The number of output features is equal to the
<p class="last">Default value for <code class="xref py py-attr docutils literal"><span class="pre">count_include_pad</span></code> was <code class="docutils literal"><span class="pre">True</span></code> in versions before 0.3, and will be changed back to <code class="docutils literal"><span class="pre">True</span></code> from 0.4.1 and forward.</p>
6785
+
</div>
6778
6786
</dd></dl>
6779
6787
6780
6788
</div>
@@ -8435,20 +8443,20 @@ <h1>torch.nn.init<a class="headerlink" href="#torch-nn-init" title="Permalink to
@@ -8458,7 +8466,7 @@ <h1>torch.nn.init<a class="headerlink" href="#torch-nn-init" title="Permalink to
8458
8466
8459
8467
</p>
8460
8468
</div>
8461
-
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
8469
+
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
8462
8470
8463
8471
</footer>
8464
8472
@@ -8468,10 +8476,10 @@ <h1>torch.nn.init<a class="headerlink" href="#torch-nn-init" title="Permalink to
8468
8476
</section>
8469
8477
8470
8478
</div>
8471
-
8472
8479
8473
8480
8474
-
8481
+
8482
+
8475
8483
8476
8484
<script type="text/javascript">
8477
8485
var DOCUMENTATION_OPTIONS = {
@@ -8489,22 +8497,22 @@ <h1>torch.nn.init<a class="headerlink" href="#torch-nn-init" title="Permalink to
0 commit comments