FluxML / FastAI.jl

Repository of best practices for deep learning in Julia, inspired by fastai
https://fluxml.ai/FastAI.jl
MIT License
589 stars 51 forks source link

Drop DLPipelines.jl #197

Closed lorenzoh closed 2 years ago

lorenzoh commented 2 years ago

There is little reason for this to be a separate package now; it is more likely that FastAI.jl will turn into a smaller core with domain-specific extensions, so the interfaces in DLPipelines.jl can be moved into core FastAI.jl. This also removes the transitive dependency on DataLoaders.jl once the #196 is complete.

lorenzoh commented 2 years ago

Closed in #198