Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Nov 1, 2021
1 parent 4c96da7 commit 53f79cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions examples/Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DiffEqFlux = "aae7a2af-3d4f-5e19-a356-7da93b79d9d0"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
GraphNeuralNetworks = "cffab07f-9bc2-4db1-8861-388f63bf7694"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
NNlibCUDA = "a00861dc-f156-4864-bf3c-e6376f28a68d"
2 changes: 1 addition & 1 deletion examples/link_prediction_cora.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Base.@kwdef mutable struct Args
epochs = 200 # number of epochs
seed = 17 # set seed > 0 for reproducibility
usecuda = false # if true use cuda (if available)
nhidden = 128 # dimension of hidden features
nhidden = 64 # dimension of hidden features
infotime = 10 # report every `infotime` epochs
end

Expand Down

0 comments on commit 53f79cd

Please sign in to comment.