Skip to content

Commit

Permalink
updates docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shayansiddiqui committed Feb 14, 2019
1 parent 36a1464 commit 5064bd3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h2>Description<a class="headerlink" href="#id1" title="Permalink to this headli
<h2>Usage<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<p>Import the package and Instantiate any module/block class you want to you:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">nn_common_modules</span> <span class="k">import</span> <span class="n">modules</span> <span class="k">as</span> <span class="n">additional_modules</span>
<span class="n">loss</span> <span class="o">=</span> <span class="n">additional_modules</span><span class="o">.</span><span class="n">DenseBlock</span><span class="p">(</span><span class="n">params</span><span class="p">,</span> <span class="n">se_block_type</span> <span class="o">=</span> <span class="s1">&#39;SSE&#39;</span><span class="p">)</span>
<span class="n">dense_block</span> <span class="o">=</span> <span class="n">additional_modules</span><span class="o">.</span><span class="n">DenseBlock</span><span class="p">(</span><span class="n">params</span><span class="p">,</span> <span class="n">se_block_type</span> <span class="o">=</span> <span class="s1">&#39;SSE&#39;</span><span class="p">)</span>
</pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nn_common_modules/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Import the package and Instantiate any module/block class you want to you::
from nn_common_modules import modules as additional_modules
loss = additional_modules.DenseBlock(params, se_block_type = 'SSE')
dense_block = additional_modules.DenseBlock(params, se_block_type = 'SSE')
Members
++++++++++++++++++++++
Expand Down

0 comments on commit 5064bd3

Please sign in to comment.