@@ -108,11 +108,11 @@ def _entry(model_name, paper_model_name, paper_arxiv_id, batch_size=BATCH_SIZE,
108108 model_desc = 'Ported from official Google AI Tensorflow weights' ),
109109 _entry ('tf_efficientnet_b4' , 'EfficientNet-B4 (AutoAugment)' , '1905.11946' , batch_size = BATCH_SIZE // 2 ,
110110 model_desc = 'Ported from official Google AI Tensorflow weights' ),
111- _entry ('tf_efficientnet_b5' , 'EfficientNet-B5 (AutoAugment )' , '1905.11946' , batch_size = BATCH_SIZE // 4 ,
111+ _entry ('tf_efficientnet_b5' , 'EfficientNet-B5 (RandAugment )' , '1905.11946' , batch_size = BATCH_SIZE // 4 ,
112112 model_desc = 'Ported from official Google AI Tensorflow weights' ),
113113 _entry ('tf_efficientnet_b6' , 'EfficientNet-B6 (AutoAugment)' , '1905.11946' , batch_size = BATCH_SIZE // 8 ,
114114 model_desc = 'Ported from official Google AI Tensorflow weights' ),
115- _entry ('tf_efficientnet_b7' , 'EfficientNet-B7 (AutoAugment )' , '1905.11946' , batch_size = BATCH_SIZE // 8 ,
115+ _entry ('tf_efficientnet_b7' , 'EfficientNet-B7 (RandAugment )' , '1905.11946' , batch_size = BATCH_SIZE // 8 ,
116116 model_desc = 'Ported from official Google AI Tensorflow weights' ),
117117 _entry ('tf_efficientnet_es' , 'EfficientNet-EdgeTPU-S' , '1905.11946' ,
118118 model_desc = 'Ported from official Google AI Tensorflow weights' ),
0 commit comments