hankyul2 / EfficientNetV2-pytorch

EfficientNetV2 pytorch (pytorch lightning) implementation with pretrained model
Apache License 2.0
56 stars 13 forks source link

Experiment 6: Run EfficientNet on Cifar #2

Closed hankyul2 closed 2 years ago

hankyul2 commented 2 years ago

Run EfficientNet on cifar10/100

iamanigeeit commented 9 months ago

I am training EfficientNetV2 without pretrained weights on CIFAR-100 and... thank you for this! Your optimizer and scheduler settings are the only ones that can make the loss converge!

Because i am doing from scratch and not finetuning, my learning rate is 0.1 and epochs=100. It would be good if you can share the finetuning results.

hankyul2 commented 9 months ago

Hi @iamanigeeit

Thank you for your interesting question. I already shared the finetuning results such as checkpoint and training logs on the experiment result section. If you click the tf.dev link, you can find the full val top-1/5 accuracy using tensorboard.dev shown in the below graph. image

Thank you.

Hankyul.