I don't have access to huge gpu machines ... can anyone train the ms1m model on EfficientNet.
https://github.com/lukemelas/EfficientNet-PyTorch
EfficientNet-B1 gives the same accuracy on Imagenet as Resnet152 with 10 times less computation power. Worth a try !
@nttstar Do you have any plans to implement this ?
@nttstar
Can you this implementation of EfficientNet ? This is in Mxnet.
...
@nttstar
Can you this implementation of EfficientNet ? This is in Mxnet.
@dexception
Have you used this efficientnet yet, how is the performance?
EfficientNet-B0 is about 5 times faster than Resnet50 and at the same time more accurate than Resnet50.
You can try it, with modifications for face 112x112 input. And I will probably provide some new network backbones in a couple of days.
@nttstar That'd be great... waiting for them to see if the accuracy could go even higher for MegaFace.
@nttstar
Any updates ?
Most helpful comment
You can try it, with modifications for face 112x112 input. And I will probably provide some new network backbones in a couple of days.