Skip to content
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

Merged

Conversation

aurorarossi
Copy link
Member

As mentioned in PR #397.
I created the gif with Makie.jl


opt = Flux.setup(Adam(1.0f-3), model)

train_loader, test_loader = data_loader(graphs) # it takes a while to load the data
Copy link
Member

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?

Copy link
Member Author

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.

Comment on lines +30 to +34
md"
## Import

We start by importing the necessary libraries. We use `GraphNeuralNetworks.jl`, `Flux.jl` and `MLDatasets.jl`, among others.
"
Copy link
Member

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?

Copy link
Member Author

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.

@CarloLucibello
Copy link
Member

Super nice tutorial! made a few comments

@CarloLucibello CarloLucibello merged commit f05af33 into JuliaGraphs:master Mar 10, 2024
4 of 5 checks passed
@aurorarossi aurorarossi deleted the add-gender-class-tutorial branch March 11, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants