File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
16
16
NNlib = " 872c559c-99b0-510c-b3b7-b6c96a88d5cd"
17
17
NNlibCUDA = " a00861dc-f156-4864-bf3c-e6376f28a68d"
18
18
PrettyPrint = " 8162dcfd-2161-5ef2-ae6c-7681170c5f98"
19
+ PrettyPrinting = " 54e16d92-306c-5ea0-a30b-337be88ac337"
19
20
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
20
21
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
21
22
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ using GraphNeuralNetworks
2
2
using Flux
3
3
using CUDA
4
4
using Flux: gpu, @functor
5
- using Flux: @functor
6
5
using LinearAlgebra, Statistics, Random
7
6
using NNlib
7
+ using LearnBase
8
8
using LightGraphs
9
9
using Zygote
10
10
using Test
You can’t perform that action at this time.
0 commit comments