Skip to content

Commit cc91ab0

Browse files
Circle CICircle CI
authored andcommitted
CircleCI update of dev docs (2817).
1 parent d0ba746 commit cc91ab0

File tree

274 files changed

+736896
-734317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+736896
-734317
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
255 Bytes
217 Bytes
-75 Bytes
-80 Bytes
-140 Bytes
98 Bytes
-180 Bytes
-81 Bytes
-12 Bytes
-601 Bytes

master/_modules/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ <h1>All modules for which code is available</h1>
123123
<li><a href="ot/smooth.html">ot.smooth</a></li>
124124
<li><a href="ot/solvers.html">ot.solvers</a></li>
125125
<li><a href="ot/stochastic.html">ot.stochastic</a></li>
126-
<li><a href="ot/unbalanced.html">ot.unbalanced</a></li>
126+
<li><a href="ot/unbalanced/_lbfgs.html">ot.unbalanced._lbfgs</a></li>
127+
<li><a href="ot/unbalanced/_mm.html">ot.unbalanced._mm</a></li>
128+
<li><a href="ot/unbalanced/_sinkhorn.html">ot.unbalanced._sinkhorn</a></li>
127129
<li><a href="ot/utils.html">ot.utils</a></li>
128130
<li><a href="ot/weak.html">ot.weak</a></li>
129131
</ul>

master/_modules/ot/solvers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ <h1>Source code for ot.solvers</h1><div class="highlight"><pre>
492492

493493
<span class="n">value_linear</span> <span class="o">=</span> <span class="n">nx</span><span class="o">.</span><span class="n">sum</span><span class="p">(</span><span class="n">M</span> <span class="o">*</span> <span class="n">plan</span><span class="p">)</span>
494494

495-
<span class="n">value</span> <span class="o">=</span> <span class="n">log</span><span class="p">[</span><span class="s1">&#39;loss&#39;</span><span class="p">]</span>
495+
<span class="n">value</span> <span class="o">=</span> <span class="n">log</span><span class="p">[</span><span class="s1">&#39;cost&#39;</span><span class="p">]</span>
496496

497497
<span class="k">else</span><span class="p">:</span>
498498
<span class="k">raise</span> <span class="p">(</span><span class="ne">NotImplementedError</span><span class="p">(</span><span class="s1">&#39;Not implemented reg_type=&quot;</span><span class="si">{}</span><span class="s1">&quot; and unbalanced_type=&quot;</span><span class="si">{}</span><span class="s1">&quot;&#39;</span><span class="o">.</span><span class="n">format</span><span class="p">(</span><span class="n">reg_type</span><span class="p">,</span> <span class="n">unbalanced_type</span><span class="p">)))</span>

master/_modules/ot/unbalanced/_lbfgs.html

Lines changed: 601 additions & 0 deletions
Large diffs are not rendered by default.

master/_modules/ot/unbalanced/_mm.html

Lines changed: 469 additions & 0 deletions
Large diffs are not rendered by default.

master/_modules/ot/unbalanced/_sinkhorn.html

Lines changed: 1422 additions & 0 deletions
Large diffs are not rendered by default.

master/_sources/auto_examples/backends/plot_dual_ot_pytorch.rst.txt

Lines changed: 40 additions & 40 deletions

master/_sources/auto_examples/backends/plot_optim_gromov_pytorch.rst.txt

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)