Skip to content

Commit bbff8a9

Browse files
author
Ikko Eltociear Ashimine
authored
fix typo (#559)
1 parent a6700c3 commit bbff8a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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)

GraphNeuralNetworks/docs/src_tutorials/introductory_tutorials/node_classification_pluto.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Let us start off by importing some libraries. We will be using Flux.jl and `Grap
4444
# ╔═╡ 0d556a7c-d4b6-4cef-806c-3e1712de0791
4545
md"""
4646
## Visualize
47-
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.
47+
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.
4848
"""
4949

5050
# ╔═╡ 997b5387-3811-4998-a9d1-7981b58b9e09

0 commit comments

Comments
 (0)