Skip to content

Commit 967c32a

Browse files
authored
docs: update node_classification_pluto.md
minor fix
1 parent a6700c3 commit 967c32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GraphNeuralNetworks/docs/src/tutorials/node_classification_pluto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end;</code></pre>
5959
## Visualize
6060
```@raw html
6161
<div class="markdown">
62-
<p>We want to visualize the the outputs of the results using t-distributed stochastic neighbor embedding (tsne) to embed our output embeddings onto a 2D plane.</p></div>
62+
<p>We want to visualize the outputs of the results using t-distributed stochastic neighbor embedding (tsne) to embed our output embeddings onto a 2D plane.</p></div>
6363

6464
<pre class='language-julia'><code class='language-julia'>function visualize_tsne(out, targets)
6565
z = tsne(out, 2)

0 commit comments

Comments
 (0)