MLDataPattern.jl
MLDataPattern.jl copied to clipboard
Gpu of shuffleobs?
It seems if I have a shuffleobs and then wrap it in Flux.DataLoader, doing the |> gpu
no longer moves the data to gpu :-(
This seems to be a Flux-side issue. CuArray
does doing the work.