Skip to content

Commit d79ac48

Browse files
committed
Update sotabench.py
1 parent e881383 commit d79ac48

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sotabench.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@ def _entry(model_name, paper_model_name, paper_arxiv_id, batch_size=BATCH_SIZE,
126126
_entry('skresnet34', 'SK-ResNet-34', '1903.06586'),
127127
_entry('skresnext50_32x4d', 'SKNet-50', '1903.06586'),
128128

129+
_entry('ecaresnetlight', 'ECA-ResNet-Light', '1910.03151',
130+
model_desc='A tweaked ResNet50d with ECA attn.'),
131+
_entry('ecaresnet50d', 'ECA-ResNet-50d', '1910.03151',
132+
model_desc='A ResNet50d with ECA attn'),
133+
_entry('ecaresnet101d', 'ECA-ResNet-101d', '1910.03151',
134+
model_desc='A ResNet101d with ECA attn'),
135+
136+
_entry('resnetblur50', 'ResNet-Blur-50', '1904.11486'),
137+
129138
_entry('tf_efficientnet_b0', 'EfficientNet-B0 (AutoAugment)', '1905.11946',
130139
model_desc='Ported from official Google AI Tensorflow weights'),
131140
_entry('tf_efficientnet_b1', 'EfficientNet-B1 (AutoAugment)', '1905.11946',

0 commit comments

Comments
 (0)