mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Update sotabench with tf_efficientnet_b8 model
This commit is contained in:
parent
7c88356682
commit
fd98fb33c5
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user