Skip to content

Commit

Permalink
DouglasOrr published a site update
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasOrr committed Sep 29, 2023
1 parent ade7bd7 commit e0f4d6a
Show file tree
Hide file tree
Showing 3 changed files with 7,673 additions and 2 deletions.
9 changes: 8 additions & 1 deletion core.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ <h1 class="title">Module <code>tensor_tracker.core</code></h1>
<code>tracker = Tracker(); tracker.register(...); tracker.unregister()</code></p>
</li>
</ul>
<p>See also: example of
<a href="example.html">visualising transformer activations &amp; gradients using UMAP</a>.</p>
<details class="source">
<summary>
<span>Expand source code</span>
Expand Down Expand Up @@ -95,6 +97,9 @@ <h1 class="title">Module <code>tensor_tracker.core</code></h1>

- Manually register/unregister hooks:
`tracker = Tracker(); tracker.register(...); tracker.unregister()`

See also: example of
[visualising transformer activations &amp; gradients using UMAP](example.html).
&#34;&#34;&#34;

import dataclasses
Expand Down Expand Up @@ -430,7 +435,9 @@ <h2 class="section-title" id="header-functions">Functions</h2>
<p>Manually register/unregister hooks:
<code>tracker = Tracker(); tracker.register(...); tracker.unregister()</code></p>
</li>
</ul></div>
</ul>
<p>See also: example of
<a href="example.html">visualising transformer activations &amp; gradients using UMAP</a>.</p></div>
<details class="source">
<summary>
<span>Expand source code</span>
Expand Down
Loading

0 comments on commit e0f4d6a

Please sign in to comment.