Skip to content

Commit

Permalink
deploy: 5258b2e
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Nov 22, 2024
1 parent bba5390 commit 2edcd49
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
Binary file modified .doctrees/autoapi/lasdi/latent_space/index.doctree
Binary file not shown.
Binary file modified .doctrees/autoapi/lasdi/networks/index.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion _sources/autoapi/lasdi/latent_space/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ Package Contents

- Forward mode: 3d array of shape :obj:`self.layer_sizes[-1]`,
or 4d array of shape :obj:`[self.batch_reshape[0]] + self.layer_sizes[-1]`
- Backward mode: nd array of shape :attr:`batch_reshape`
- Backward mode: nd array of shape :attr:`data_shape` (equal to :attr:`batch_shape`)
:rtype: :obj:`torch.nn.Tensor`


Expand Down
2 changes: 1 addition & 1 deletion _sources/autoapi/lasdi/networks/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ Module Contents

- Forward mode: 3d array of shape :obj:`self.layer_sizes[-1]`,
or 4d array of shape :obj:`[self.batch_reshape[0]] + self.layer_sizes[-1]`
- Backward mode: nd array of shape :attr:`batch_reshape`
- Backward mode: nd array of shape :attr:`data_shape` (equal to :attr:`batch_shape`)
:rtype: :obj:`torch.nn.Tensor`


Expand Down
2 changes: 1 addition & 1 deletion autoapi/lasdi/latent_space/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ <h2>Package Contents<a class="headerlink" href="#package-contents" title="Permal
<ul class="simple">
<li><p>Forward mode: 3d array of shape <code class="xref py py-obj docutils literal notranslate"><span class="pre">self.layer_sizes[-1]</span></code>,
or 4d array of shape <code class="xref py py-obj docutils literal notranslate"><span class="pre">[self.batch_reshape[0]]</span> <span class="pre">+</span> <span class="pre">self.layer_sizes[-1]</span></code></p></li>
<li><p>Backward mode: nd array of shape <a class="reference internal" href="#lasdi.latent_space.CNN2D.batch_reshape" title="lasdi.latent_space.CNN2D.batch_reshape"><code class="xref py py-attr docutils literal notranslate"><span class="pre">batch_reshape</span></code></a></p></li>
<li><p>Backward mode: nd array of shape <a class="reference internal" href="#lasdi.latent_space.CNN2D.data_shape" title="lasdi.latent_space.CNN2D.data_shape"><code class="xref py py-attr docutils literal notranslate"><span class="pre">data_shape</span></code></a> (equal to <code class="xref py py-attr docutils literal notranslate"><span class="pre">batch_shape</span></code>)</p></li>
</ul>
</p>
</dd>
Expand Down
2 changes: 1 addition & 1 deletion autoapi/lasdi/networks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Permalin
<ul class="simple">
<li><p>Forward mode: 3d array of shape <code class="xref py py-obj docutils literal notranslate"><span class="pre">self.layer_sizes[-1]</span></code>,
or 4d array of shape <code class="xref py py-obj docutils literal notranslate"><span class="pre">[self.batch_reshape[0]]</span> <span class="pre">+</span> <span class="pre">self.layer_sizes[-1]</span></code></p></li>
<li><p>Backward mode: nd array of shape <a class="reference internal" href="#lasdi.networks.CNN2D.batch_reshape" title="lasdi.networks.CNN2D.batch_reshape"><code class="xref py py-attr docutils literal notranslate"><span class="pre">batch_reshape</span></code></a></p></li>
<li><p>Backward mode: nd array of shape <a class="reference internal" href="#lasdi.networks.CNN2D.data_shape" title="lasdi.networks.CNN2D.data_shape"><code class="xref py py-attr docutils literal notranslate"><span class="pre">data_shape</span></code></a> (equal to <code class="xref py py-attr docutils literal notranslate"><span class="pre">batch_shape</span></code>)</p></li>
</ul>
</p>
</dd>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 2edcd49

Please sign in to comment.