Open IamSparky opened 4 years ago
Hi, I have two questions: 1. Have you solved the problem? 2. If I want to save the checkpoint for every epoch, where should I put this code "optimizer.swap_swa_sgd()" ?
Yes I have solved the problem, thanks
I have been troubled for many days. Could I have a look at your new training code? If I can, I will leave my email. Thank you!
Cool..here's my notebook https://www.kaggle.com/soumochatterjee/cutmix-flower-classification
OK, Thank you!
@soumochatterjee would you mind sharing what your problem was and how you fixed it? Thanks.
I am using this b7 model in efficientNet , but getting huge losses , can't able to figure out where I am going wrong
downloading the pretrained model - efficientnet b7
changing the last layer from 1000 category classifier to 104 flower's catergory classifier
freezing all the layers so as to use the pretrained weights
Leaving the last layer to train
setting up the optimizer , loss func. & scheduler for training
finally Training