From fd98fb33c546a2cb5f72bf936c992187ecfcb3f8 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Sat, 1 Feb 2020 18:12:25 -0800 Subject: [PATCH] Update sotabench with tf_efficientnet_b8 model --- sotabench.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sotabench.py b/sotabench.py index 1f819751..bd5b0b81 100644 --- a/sotabench.py +++ b/sotabench.py @@ -130,6 +130,8 @@ model_list = [ model_desc='Ported from official Google AI Tensorflow weights'), _entry('tf_efficientnet_b7', 'EfficientNet-B7 (RandAugment)', '1905.11946', batch_size=BATCH_SIZE//8, model_desc='Ported from official Google AI Tensorflow weights'), + _entry('tf_efficientnet_b8', 'EfficientNet-B8 (RandAugment)', '1905.11946', batch_size=BATCH_SIZE // 8, + model_desc='Ported from official Google AI Tensorflow weights'), _entry('tf_efficientnet_b0_ap', 'EfficientNet-B0 (AdvProp)', '1911.09665', model_desc='Ported from official Google AI Tensorflow weights'), _entry('tf_efficientnet_b1_ap', 'EfficientNet-B1 (AdvProp)', '1911.09665',