Skip to content

Commit cade829

Browse files
committed
Add EfficientNet-ES to sotabench
1 parent 5eb0e36 commit cade829

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sotabench.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ def _entry(model_name, paper_model_name, paper_arxiv_id, batch_size=BATCH_SIZE,
5454
model_desc='Trained from scratch in PyTorch w/ RandAugment'),
5555
_entry('efficientnet_b3a', 'EfficientNet-B3 (320x320, 1.0 crop)', '1905.11946',
5656
model_desc='Trained from scratch in PyTorch w/ RandAugment'),
57+
_entry('efficientnet_es', 'EfficientNet-EdgeTPU-S', '1905.11946',
58+
model_desc='Trained from scratch in PyTorch w/ RandAugment'),
5759
_entry('fbnetc_100', 'FBNet-C', '1812.03443',
5860
model_desc='Trained in PyTorch with RMSProp, exponential LR decay'),
5961
_entry('gluon_inception_v3', 'Inception V3', '1512.00567', model_desc='Ported from GluonCV Model Zoo'),

0 commit comments

Comments
 (0)