TL;DR - Work with any data in Flux
Want to do Deep learning with Flux.jl with custom data (Computer vision/ NLP etc)? Don’t want to write your own functions again and again?
I am trying to build a package that will allow you to work with any type of data in Flux without having to reinvent the wheel and also download a large number of standard datasets directly (thanks to fastai). Many features done and documented and many more on the way…
Library
PRs and feedback would be amazing.
It would help in research beyond MNIST and CIFAR (lol)
Flux is awesome and I want to use it more. So this is one step towards that.
I am not setting this up as a PR to flux yet. But I might if it ends up being of use.