We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091912e commit 3bba9f3Copy full SHA for 3bba9f3
Project.toml
@@ -33,6 +33,7 @@ Flux = "0.13"
33
Functors = "0.2"
34
Graphs = "1.4"
35
KrylovKit = "0.5"
36
+MLDatasets = "0.6, 0.7"
37
MLUtils = "0.2.3"
38
MacroTools = "0.5"
39
NNlib = "0.8"
docs/src/tutorials/gnn_intro_pluto.jl
@@ -15,7 +15,7 @@ begin
15
import CairoMakie as Makie
16
using Graphs
17
using PlutoUI
18
- Random.seed!(17); # for reproducibility
+ Random.seed!(17) # for reproducibility
19
end;
20
21
# ╔═╡ 03a9e023-e682-4ea3-a10b-14c4d101b291
0 commit comments