Skip to content

Commit

Permalink
datadeps always accept
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed May 25, 2022
1 parent 2f8db04 commit 7ea4b63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/src/tutorials/gnn_intro_pluto.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ begin
import CairoMakie as Makie
using Graphs
using PlutoUI
ENV["DATADEPS_ALWAYS_ACCEPT"] = "true" # don't ask for dataset download confirmation
Random.seed!(17) # for reproducibility
end;

Expand Down
6 changes: 4 additions & 2 deletions docs/src/tutorials/graph_classification_pluto.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ begin
end

# ╔═╡ 361e0948-d91a-11ec-2d95-2db77435a0c1
# ╠═╡ show_logs = false
begin
using Flux
using Flux: onecold, onehotbatch, logitcrossentropy
using GraphNeuralNetworks
using MLDatasets
using LinearAlgebra, Random, Statistics
Random.seed!(17)
end;
ENV["DATADEPS_ALWAYS_ACCEPT"] = "true" # don't ask for dataset download confirmation
Random.seed!(17) # for reproducibility
end

# ╔═╡ 3ef587b4-3fbe-4d29-9a03-16edc2c25f9a
using MLUtils
Expand Down

0 comments on commit 7ea4b63

Please sign in to comment.