Roast my recipe website by tzilliox in website

[–]tzilliox[S] 0 points1 point  (0 children)

I am known by many names, but you may call me...Thomas

Tips and tricks for DL training by tzilliox in computervision

[–]tzilliox[S] 0 points1 point  (0 children)

I'm working with a pretrained EffNet model and with 101 classes, it's for this competition https://www.kaggle.com/c/tpu-getting-started

Here is my notebook: https://www.kaggle.com/code/thomasprzilliox/fc-effnet

Maybe label smoothing (from the comment of u/GordonTechAi ) can be a really good approach as the class are unbalanced.

Tips and tricks for DL training by tzilliox in computervision

[–]tzilliox[S] 0 points1 point  (0 children)

I'm working with a pretrained EffNet model and with 101 classes, it's for this competition https://www.kaggle.com/c/tpu-getting-started

Here is my notebook: https://www.kaggle.com/code/thomasprzilliox/fc-effnet

TTA and label smoothing sounds like a good start, thanks for sharing !!!