You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GraphNeuralNetworks/docs/src/tutorials/node_classification_pluto.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ end;</code></pre>
59
59
## Visualize
60
60
```@raw html
61
61
<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>
Copy file name to clipboardExpand all lines: GraphNeuralNetworks/docs/src_tutorials/introductory_tutorials/node_classification_pluto.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Let us start off by importing some libraries. We will be using Flux.jl and `Grap
44
44
# ╔═╡ 0d556a7c-d4b6-4cef-806c-3e1712de0791
45
45
md"""
46
46
## 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.
0 commit comments