Closed stigma0617 closed 5 years ago
Please refer to https://github.com/rwightman/pytorch-image-models/issues/11
You could try something similar to my suggested Mnasnet/MobileNet-V3 settings at the top of that thread... or perhaps something similar to the reported EfficientNet-B0 settings near the bottom .... you'll want to scale the learning rate/batch size to match your gpu type and number of them and you'll likely need to do some experimenting
Hi,
I have tried to reproduce mnasnet.
Could you let me know how to set the training parameters?
or Can I get the same results with your reported ones by using your default setting in your training code?
Tx in advance.