Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Oct 29, 2021
1 parent 5b078ba commit 4d7ab17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ LearnBase = "0.4, 0.5"
MacroTools = "0.5"
NNlib = "0.7"
NNlibCUDA = "0.1"
julia = "1.6"
TestEnv = "1"
julia = "1.6"

[extras]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
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 4d7ab17

Please sign in to comment.