Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed May 26, 2022
1 parent b2bc010 commit 65d75fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/src/tutorials/graph_classification_pluto.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,14 @@ end
begin
using Flux
using Flux: onecold, onehotbatch, logitcrossentropy
using Flux.Data: DataLoader
using GraphNeuralNetworks
using MLDatasets
using LinearAlgebra, Random, Statistics
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

# ╔═╡ 15136fd8-f9b2-4841-9a95-9de7b8969687
md"""
# Graph Classification with Graph Neural Networks
Expand Down Expand Up @@ -278,7 +276,6 @@ You have learned how graphs can be batched together for better GPU utilization,
# ╠═a8d6a133-a828-4d51-83c4-fb44f9d5ede1
# ╟─3b3e0a79-264b-47d7-8bda-2a6db7290828
# ╠═936c09f6-ee62-4bc2-a0c6-749a66080fd2
# ╠═3ef587b4-3fbe-4d29-9a03-16edc2c25f9a
# ╠═519477b2-8323-4ece-a7eb-141e9841117c
# ╟─2a1c501e-811b-4ddd-887b-91e8c929c8b7
# ╠═c202e3b7-1f39-496a-98e7-e03ada53b5c7
Expand Down

0 comments on commit 65d75fc

Please sign in to comment.