Closed lasuomela closed 1 year ago
Added support for some of the backbones from the EfficientNet family.
Test results:
train.py --backbone EfficientNet_B0 < test - #q: 1000; #db: 2805840 >: R@1: 63.6, R@5: 73.5, R@10: 77.0, R@20: 80.8
Thanks for the PR! Just for the sake of completeness, could you add all 8 EfficientNet models?
Sure, there you go!
PR merged, thank you!
Added support for some of the backbones from the EfficientNet family.
Test results: