Skip to content

Commit d77f45a

Browse files
committed
Forgot to add skresnet34 to sotabench
1 parent 6620770 commit d77f45a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sotabench.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def _entry(model_name, paper_model_name, paper_arxiv_id, batch_size=BATCH_SIZE,
123123
model_desc='Block cfg of SE-ResNeXt-34 w/ Bottleneck, deep tiered narrow stem, and avg-pool in downsample layers.'),
124124

125125
_entry('skresnet18', 'SK-ResNet-18', '1903.06586'),
126+
_entry('skresnet34', 'SK-ResNet-34', '1903.06586'),
126127
_entry('skresnext50_32x4d', 'SKNet-50', '1903.06586'),
127128

128129
_entry('tf_efficientnet_b0', 'EfficientNet-B0 (AutoAugment)', '1905.11946',

0 commit comments

Comments
 (0)