Skip to content

Commit 3962fea

Browse files
committed
1 parent de1982b commit 3962fea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

latest/docs/aggregation/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@
249249
<span id="aggregation"></span><h1>aggregation<a class="headerlink" href="#module-torchjd.aggregation" title="Link to this heading"></a></h1>
250250
<p>When doing Jacobian descent, the Jacobian matrix has to be aggregated into a vector to store in the
251251
<code class="docutils literal notranslate"><span class="pre">.grad</span></code> fields of the model parameters. The
252-
The <a class="reference internal" href="#torchjd.aggregation.Aggregator" title="torchjd.aggregation._aggregator_bases.Aggregator"><code class="xref py py-class docutils literal notranslate"><span class="pre">Aggregator</span></code></a> is responsible for these
253-
aggregations.</p>
252+
<a class="reference internal" href="#torchjd.aggregation.Aggregator" title="torchjd.aggregation._aggregator_bases.Aggregator"><code class="xref py py-class docutils literal notranslate"><span class="pre">Aggregator</span></code></a> is responsible for these aggregations.</p>
254253
<p>When using the <a class="reference internal" href="../autogram/"><span class="doc">autogram</span></a> engine, we rather need to extract a vector
255254
of weights from the Gramian of the Jacobian. The
256255
<a class="reference internal" href="#torchjd.aggregation.Weighting" title="torchjd.aggregation._weighting_bases.Weighting"><code class="xref py py-class docutils literal notranslate"><span class="pre">Weighting</span></code></a> is responsible for this.</p>

0 commit comments

Comments
 (0)