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 food-101 recipe #194

Closed Chandu-4444 closed 2 years ago

Chandu-4444 commented 2 years ago

I've added food-101 to the RECIPES

Ref: #153

lorenzoh commented 2 years ago

Have you tested loading this into a data container and can you check that checkblock(getobs(data, 1), blocks) is true?

Chandu-4444 commented 2 years ago

Oh, I forgot about tests. I'll check and will update the tests.

lorenzoh commented 2 years ago

You don't need to write test cases for this, just test it manually. Unfortunately, we can't test every dataset recipe all the time since then CI would have to download every dataset (and just this one is a few GB I think)

Chandu-4444 commented 2 years ago

Okay, I'll test it manually and will update it here then 👍

Chandu-4444 commented 2 years ago

Have you tested loading this into a data container and can you check that checkblock(getobs(data, 1), blocks) is true?

Yeah, it returned true.

lorenzoh commented 2 years ago

Thanks for checking!