EfficientNet-PyTorch
EfficientNet-PyTorch copied to clipboard
the optimizer of training net
In examples/imagenet/main.py, the optimizer of training is set as SGD. But in the paper, the optimizer of training is set as RMSProp. I want to train EfficientNet but do not know how to select optimizer. Could you explain it for me?