Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7734737 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
liuanji committed Feb 14, 2024
1 parent f8bebe1 commit f74ba21
Show file tree
Hide file tree
Showing 17 changed files with 91 additions and 1 deletion.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~Bernoulli.num_param_flows
~Bernoulli.num_parameters




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~Categorical.num_param_flows
~Categorical.num_parameters




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~DiscreteLogistic.num_param_flows
~DiscreteLogistic.num_parameters




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~Gaussian.num_param_flows
~Gaussian.num_parameters




Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~MaskedCategorical.num_param_flows
~MaskedCategorical.num_parameters




Expand Down
11 changes: 11 additions & 0 deletions python-api/generated/pyjuice.nodes.distributions.Bernoulli.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ <h1>pyjuice.nodes.distributions.Bernoulli<a class="headerlink" href="#pyjuice-no
<span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyjuice.nodes.distributions.Bernoulli.__init__" title="Link to this definition"></a></dt>
<dd></dd></dl>

<p class="rubric">Methods</p>
<table class="autosummary longtable docutils align-default">
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">num_param_flows</span></code>()</p></td>
<td><p>The number of parameter flows per node.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">num_parameters</span></code>()</p></td>
<td><p>The number of parameters per node.</p></td>
</tr>
</tbody>
</table>
<p class="rubric">Attributes</p>
<table class="autosummary longtable docutils align-default">
<tbody>
Expand Down
11 changes: 11 additions & 0 deletions python-api/generated/pyjuice.nodes.distributions.Categorical.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,17 @@ <h1>pyjuice.nodes.distributions.Categorical<a class="headerlink" href="#pyjuice-
<span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">num_cats</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><span class="pre">int</span></a></span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyjuice.nodes.distributions.Categorical.__init__" title="Link to this definition"></a></dt>
<dd></dd></dl>

<p class="rubric">Methods</p>
<table class="autosummary longtable docutils align-default">
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">num_param_flows</span></code>()</p></td>
<td><p>The number of parameter flows per node.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">num_parameters</span></code>()</p></td>
<td><p>The number of parameters per node.</p></td>
</tr>
</tbody>
</table>
<p class="rubric">Attributes</p>
<table class="autosummary longtable docutils align-default">
<tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,17 @@ <h1>pyjuice.nodes.distributions.DiscreteLogistic<a class="headerlink" href="#pyj
<span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">val_range</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Tuple" title="(in Python v3.12)"><span class="pre">Tuple</span></a><span class="p"><span class="pre">[</span></span><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><span class="pre">float</span></a><span class="p"><span class="pre">,</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><span class="pre">float</span></a><span class="p"><span class="pre">]</span></span></span></em>, <em class="sig-param"><span class="n"><span class="pre">num_cats</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><span class="pre">int</span></a></span></em>, <em class="sig-param"><span class="n"><span class="pre">min_std</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><span class="pre">float</span></a></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><span class="default_value"><span class="pre">0.01</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyjuice.nodes.distributions.DiscreteLogistic.__init__" title="Link to this definition"></a></dt>
<dd></dd></dl>

<p class="rubric">Methods</p>
<table class="autosummary longtable docutils align-default">
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">num_param_flows</span></code>()</p></td>
<td><p>The number of parameter flows per node.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">num_parameters</span></code>()</p></td>
<td><p>The number of parameters per node.</p></td>
</tr>
</tbody>
</table>
<p class="rubric">Attributes</p>
<table class="autosummary longtable docutils align-default">
<tbody>
Expand Down
11 changes: 11 additions & 0 deletions python-api/generated/pyjuice.nodes.distributions.Gaussian.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,17 @@ <h1>pyjuice.nodes.distributions.Gaussian<a class="headerlink" href="#pyjuice-nod
<span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">mu</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><span class="pre">float</span></a><span class="w"> </span><span class="p"><span class="pre">|</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.12)"><span class="pre">None</span></a></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">sigma</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><span class="pre">float</span></a><span class="w"> </span><span class="p"><span class="pre">|</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.12)"><span class="pre">None</span></a></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">min_sigma</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><span class="pre">float</span></a></span><span class="w"> </span><span class="o"><span class="pre">=</span></span><span class="w"> </span><span class="default_value"><span class="pre">0.01</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyjuice.nodes.distributions.Gaussian.__init__" title="Link to this definition"></a></dt>
<dd></dd></dl>

<p class="rubric">Methods</p>
<table class="autosummary longtable docutils align-default">
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">num_param_flows</span></code>()</p></td>
<td><p>The number of parameter flows per node.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">num_parameters</span></code>()</p></td>
<td><p>The number of parameters per node.</p></td>
</tr>
</tbody>
</table>
<p class="rubric">Attributes</p>
<table class="autosummary longtable docutils align-default">
<tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,17 @@ <h1>pyjuice.nodes.distributions.MaskedCategorical<a class="headerlink" href="#py
<span class="sig-name descname"><span class="pre">__init__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">num_cats</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><span class="pre">int</span></a></span></em>, <em class="sig-param"><span class="n"><span class="pre">mask_mode</span></span><span class="p"><span class="pre">:</span></span><span class="w"> </span><span class="n"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><span class="pre">str</span></a></span></em><span class="sig-paren">)</span><a class="headerlink" href="#pyjuice.nodes.distributions.MaskedCategorical.__init__" title="Link to this definition"></a></dt>
<dd></dd></dl>

<p class="rubric">Methods</p>
<table class="autosummary longtable docutils align-default">
<tbody>
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">num_param_flows</span></code>()</p></td>
<td><p>The number of parameter flows per node.</p></td>
</tr>
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">num_parameters</span></code>()</p></td>
<td><p>The number of parameters per node.</p></td>
</tr>
</tbody>
</table>
<p class="rubric">Attributes</p>
<table class="autosummary longtable docutils align-default">
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit f74ba21

Please sign in to comment.