Comparing results on EfficientNetV2_b0 #42
leondgarse
started this conversation in
Show and tell
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
EfficientnetV2 B0 using SGD + L2 regularizer + cosine lr decay training on MS1MV3 dataset
Training script
EfficientnetV2
from my another project keras_cv_attention_models.random_status=100
will userandaug
withmagnitude=5
. The defaultavailable_ops
forrandaug
contains only color related ones and cutout. Randaug methods likeshear / tansform
are removed, as they are not good for face data.Comparing different data_augment / optimizer / loss / batch_size
arc, randaug_cutout, bs512 IJBB / IJBC result detail
Beta Was this translation helpful? Give feedback.
All reactions