JuliaML / MLUtils.jl

Utilities and abstractions for Machine Learning tasks
MIT License
107 stars 20 forks source link

Floops depedency should be removed #175

Open CarloLucibello opened 5 months ago

CarloLucibello commented 5 months ago

FLoops is no longer mantained and it has not been forked yet by the JuliaFolds2 organization (see https://github.com/JuliaFolds2/Transducers.jl/issues/31)

What are the available alternatives for our DataLoader implementation? Would the simple OhMyThreads.jl be sufficient?

CarloLucibello commented 5 months ago

@lorenzoh do you have some suggestions?