The default optimizer is SGD, but some other choices include Adam ("adam"), RMSProp ("rmsprop"), etc. The optimizer choices are in the timm/optim/optim_factory.py file.
The default optimizer is SGD, but some other choices include Adam ("adam"), RMSProp ("rmsprop"), etc. The optimizer choices are in the timm/optim/optim_factory.py file.
## Run training with the EfficientNet-B2 model
There are a couple of examples for running different kinds of EfficientNet models. The one below is for EfficientNet-B2, but it is also possible to run EfficientNet-B3 and EfficientNet-B0.
### EfficientNet-B2 with RandAugment - 80.4 top-1, 95.1 top-5
These params are for dual Titan RTX cards with NVIDIA Apex installed: