Code package for competing the imagenette_imagewoof leaderboard
Link for official Leaderboard: https://github.com/fastai/imagenette
With same experimental setup as mentioned in the leaderboard, I replaced the Mish activation function with my activation function to get the mentioned scores.
Due to compute capability limitation, (GPU RAM size) Leaderboards for size 128 and 192 are experimented for 5 epochs and their results are shared
As the activation function is yet to be published and I am currently working on optimizing it, I haven't added the code for my activation function.
Baseline : Current leaderboard pipeline can be viewed @ https://github.com/lessw2020/Ranger-Mish-ImageWoof-5
My pipeline : Replaced my activation in place of Mish mentioned in the baseline