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

Add `imdb_sample` recipe #193

Closed Chandu-4444 closed 2 years ago

Chandu-4444 commented 2 years ago

Hey, I tried to add the imdb_sample recipe to Tabular Datasets. Also, I added the correct hash value for the dataset to download. Ref: #153

Umm... Are there any plans to make a /text folder (like fastai has) to put all the code related to text?

lorenzoh commented 2 years ago

Looks good to me!

Umm... Are there any plans to make a /text folder (like fastai has) to put all the code related to text?

So I recently factored out all the vision- and tabular- related functionality into submodules Vision and Tabular. FastAI.jl doesn't yet have support for NLP tasks (though it could be integrated with the JuliaText ecosystem and Transformers.jl) so there hasn't been the need for a specific submodule yet.