Skip to content

Commit

Permalink
Deployed 8c8b499 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao-L-S-Almeida committed Feb 12, 2024
1 parent b8b573c commit 7830f40
Show file tree
Hide file tree
Showing 7 changed files with 430 additions and 309 deletions.
9 changes: 8 additions & 1 deletion blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,14 @@
<h1 class="bold title" id="component-title">Blog</h1>

</header>
<p><h2 id="simulai-joins-to-pytorch-escossystem">SimulAI joins to PyTorch Escossystem<a class="headerlink" href="#simulai-joins-to-pytorch-escossystem" title="Permanent link">#</a></h2>
<p><h2 id="09928">0.99.28<a class="headerlink" href="#09928" title="Permanent link">#</a></h2>
<p><em>February 12, 2024</em></p>
<ul>
<li>Basic Neural <a href="https://github.com/IBM/simulai/blob/main/simulai/models/_pytorch_models/_nif.py">Implicit Flow (NIF)</a>.</li>
<li>Tokenizer for DeepONets. </li>
<li>Some bugs related to Wavelet activation running on GPUs were fixed. </li>
</ul>
<h2 id="simulai-joins-to-pytorch-escossystem">SimulAI joins to PyTorch Escossystem<a class="headerlink" href="#simulai-joins-to-pytorch-escossystem" title="Permanent link">#</a></h2>
<p><em>January 25, 2024</em></p>
<p>SimulAI toolkit is now included in the important <a href="https://pytorch.org/ecosystem/">PyTorch Ecossystem</a>. </p>
<h2 id="09927">0.99.27<a class="headerlink" href="#09927" title="Permanent link">#</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

154 changes: 84 additions & 70 deletions simulai_activations/index.html

Large diffs are not rendered by default.

118 changes: 81 additions & 37 deletions simulai_models/simulai_models_transformer/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions simulai_regression/simulai_dense/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,7 @@ <h2 id="simulai.regression.ShallowNetwork.forward" class="doc doc-heading">

<span class="sd"> &quot;&quot;&quot;</span>

<span class="nb">super</span><span class="p">(</span><span class="n">DenseNetwork</span><span class="p">,</span> <span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="fm">__init__</span><span class="p">()</span>
<span class="nb">super</span><span class="p">(</span><span class="n">DenseNetwork</span><span class="p">,</span> <span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="fm">__init__</span><span class="p">(</span><span class="o">**</span><span class="n">kwargs</span><span class="p">)</span>

<span class="k">assert</span> <span class="n">layers_units</span><span class="p">,</span> <span class="s2">&quot;Please, set a list of units for each layer&quot;</span>

Expand Down Expand Up @@ -2267,7 +2267,7 @@ <h2 id="simulai.regression.DenseNetwork.__init__" class="doc doc-heading">

<span class="sd"> &quot;&quot;&quot;</span>

<span class="nb">super</span><span class="p">(</span><span class="n">DenseNetwork</span><span class="p">,</span> <span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="fm">__init__</span><span class="p">()</span>
<span class="nb">super</span><span class="p">(</span><span class="n">DenseNetwork</span><span class="p">,</span> <span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="fm">__init__</span><span class="p">(</span><span class="o">**</span><span class="n">kwargs</span><span class="p">)</span>

<span class="k">assert</span> <span class="n">layers_units</span><span class="p">,</span> <span class="s2">&quot;Please, set a list of units for each layer&quot;</span>

Expand Down
452 changes: 254 additions & 198 deletions simulai_templates/simulai_pytorch_templates/index.html

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 7830f40

Please sign in to comment.