We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288c3a8 commit bc0fd15Copy full SHA for bc0fd15
src/Flux.jl
@@ -47,6 +47,7 @@ include("layers/upsample.jl")
47
include("outputsize.jl")
48
49
include("data/Data.jl")
50
+using .Data
51
52
include("losses/Losses.jl")
53
using .Losses # TODO: stop importing Losses in Flux's namespace in v0.12
src/data/Data.jl
@@ -6,7 +6,6 @@ using Base: @propagate_inbounds
6
include("dataloader.jl")
7
export DataLoader
8
9
-
10
## TODO for v0.13: remove everything below ##############
11
## Also remove the following deps:
12
## AbstractTrees, ZipFiles, CodecZLib
0 commit comments