You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I know this is quite an old repo - but this has been one of the most helpful one for me in recent years, for implementation issues.
I am facing this odd problem with EfficientNet. I am trying to pretrain it from scratch using four classes from the CIFAR10. But the validation accuracy remains extremely low for different combinations of hyperparameters. To be honest, I have tried couple more other popular implementations too - the result remains the same. I double checked my dataloading and preprocessing stages. They don't seem particularly problematic :
Hello, I know this is quite an old repo - but this has been one of the most helpful one for me in recent years, for implementation issues.
I am facing this odd problem with EfficientNet. I am trying to pretrain it from scratch using four classes from the
CIFAR10
. But the validation accuracy remains extremely low for different combinations of hyperparameters. To be honest, I have tried couple more other popular implementations too - the result remains the same. I double checked my dataloading and preprocessing stages. They don't seem particularly problematic :These are the other hyperparams I am using:
My training loop is also nothing out of the ordinary.
I am just very confused about what's going on with this training scheme.
The text was updated successfully, but these errors were encountered: