Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Flux.Data module #2126

Merged
merged 2 commits into from
Nov 25, 2022
Merged

Remove Flux.Data module #2126

merged 2 commits into from
Nov 25, 2022

Conversation

mcabbott
Copy link
Member

The contents of this was removed completely in Flux 0.13, except for MLUtils.DataLoader. The deprecation should let you still load this as if the module existed:

julia> Flux.Data
Flux

julia> Flux.Data.DataLoader(rand(Int8, 3,2)) |> collect
2-element Vector{Matrix{Int8}}:
 [11; 124; 119;;]
 [-4; -51; 111;;]

@mcabbott
Copy link
Member Author

FastAI tests fail on UnicodePlots issue

Transformers.jl tests not run because of chengchingwen/Transformers.jl#96

Metalhead fails on some loading issue:

/home/runner/work/Flux.jl/Flux.jl/downstream/test/convnets.jl:29
507
Test threw exception
508
Expression: acctest(ResNet(sz, pretrain = true))
509
ArgumentError: Tried to load (Chain(Conv((7, 7), 3 => 64, pad=3, stride=2, bias=false), BatchNorm(64, relu), MaxPool((3, 3), pad=1, stride=2)), Chain(Chain(Parallel(PartialFunctions.PartialFunction{typeof(Metalhead.addact), Tuple{typeof(relu)}, NamedTuple{(), Tuple{}}}(Metalhead.addact, (NNlib.relu,), NamedTuple()), Chain(Conv((3, 3), 64 => 64, pad=1, bias=false), BatchNorm(64), relu, Conv((3, 3), 64 => 64, pad=1, bias=false), BatchNorm(64)), identity),

AtomicGraphNets fails on some DiffEq problem, SteadyStateAdjointProblem(sol::SciMLBase.NonlinearSolution{ ...

@mcabbott mcabbott merged commit bc89f31 into FluxML:master Nov 25, 2022
@mcabbott mcabbott deleted the rm_Data branch November 25, 2022 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants