Skip to content

Commit 8a6cf49

Browse files
don't use Flux.Data
1 parent 2b9b5b1 commit 8a6cf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/gnngraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ an option for mini-batch iteration, the recommended way is
193193
to pass an array of graphs directly:
194194

195195
```julia
196-
using Flux.Data: DataLoader
196+
using Flux: DataLoader
197197

198198
data = [rand_graph(10, 30, ndata=rand(Float32, 3, 10)) for _ in 1:320]
199199

0 commit comments

Comments
 (0)