-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add TemporalSnapshotsGNNgraph
classification tutorial
#408
Add TemporalSnapshotsGNNgraph
classification tutorial
#408
Conversation
docs/tutorials/introductory_tutorials/temporal_graph_classification_pluto.jl
Outdated
Show resolved
Hide resolved
docs/tutorials/introductory_tutorials/temporal_graph_classification_pluto.jl
Outdated
Show resolved
Hide resolved
|
||
opt = Flux.setup(Adam(1.0f-3), model) | ||
|
||
train_loader, test_loader = data_loader(graphs) # it takes a while to load the data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why takes a lot? can we make the preprocessing faster?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wrong is not this passage, but is when you download the dataset from MLDataset, maybe there is room for improvement.
docs/tutorials/introductory_tutorials/temporal_graph_classification_pluto.jl
Outdated
Show resolved
Hide resolved
md" | ||
## Import | ||
|
||
We start by importing the necessary libraries. We use `GraphNeuralNetworks.jl`, `Flux.jl` and `MLDatasets.jl`, among others. | ||
" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this cell go up?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I followed the style of the other tutorial where they first introduced the tutorial and then started importing and adding code cells.
docs/tutorials/introductory_tutorials/temporal_graph_classification_pluto.jl
Outdated
Show resolved
Hide resolved
docs/tutorials/introductory_tutorials/temporal_graph_classification_pluto.jl
Show resolved
Hide resolved
docs/tutorials/introductory_tutorials/temporal_graph_classification_pluto.jl
Outdated
Show resolved
Hide resolved
docs/tutorials/introductory_tutorials/temporal_graph_classification_pluto.jl
Outdated
Show resolved
Hide resolved
Super nice tutorial! made a few comments |
As mentioned in PR #397.
I created the gif with Makie.jl