|
|
|
@ -116,6 +116,7 @@ model_list = [
|
|
|
|
|
model_desc='Block cfg of SE-ResNeXt-34 w/ Bottleneck, deep tiered narrow stem, and avg-pool in downsample layers.'),
|
|
|
|
|
_entry('spnasnet_100', 'Single-Path NAS', '1904.02877',
|
|
|
|
|
model_desc='Trained in PyTorch with SGD, cosine LR decay'),
|
|
|
|
|
|
|
|
|
|
_entry('tf_efficientnet_b0', 'EfficientNet-B0 (AutoAugment)', '1905.11946',
|
|
|
|
|
model_desc='Ported from official Google AI Tensorflow weights'),
|
|
|
|
|
_entry('tf_efficientnet_b1', 'EfficientNet-B1 (AutoAugment)', '1905.11946',
|
|
|
|
@ -134,6 +135,7 @@ model_list = [
|
|
|
|
|
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',
|
|
|
|
@ -152,6 +154,28 @@ model_list = [
|
|
|
|
|
model_desc='Ported from official Google AI Tensorflow weights'),
|
|
|
|
|
_entry('tf_efficientnet_b8_ap', 'EfficientNet-B8 (AdvProp)', '1911.09665', batch_size=BATCH_SIZE // 8,
|
|
|
|
|
model_desc='Ported from official Google AI Tensorflow weights'),
|
|
|
|
|
|
|
|
|
|
_entry('tf_efficientnet_b0_ns', 'EfficientNet-B0 (NoisyStudent)', '1911.04252',
|
|
|
|
|
model_desc='Ported from official Google AI Tensorflow weights'),
|
|
|
|
|
_entry('tf_efficientnet_b1_ns', 'EfficientNet-B1 (NoisyStudent)', '1911.04252',
|
|
|
|
|
model_desc='Ported from official Google AI Tensorflow weights'),
|
|
|
|
|
_entry('tf_efficientnet_b2_ns', 'EfficientNet-B2 (NoisyStudent)', '1911.04252',
|
|
|
|
|
model_desc='Ported from official Google AI Tensorflow weights'),
|
|
|
|
|
_entry('tf_efficientnet_b3_ns', 'EfficientNet-B3 (NoisyStudent)', '1911.04252', batch_size=BATCH_SIZE // 2,
|
|
|
|
|
model_desc='Ported from official Google AI Tensorflow weights'),
|
|
|
|
|
_entry('tf_efficientnet_b4_ns', 'EfficientNet-B4 (NoisyStudent)', '1911.04252', batch_size=BATCH_SIZE // 2,
|
|
|
|
|
model_desc='Ported from official Google AI Tensorflow weights'),
|
|
|
|
|
_entry('tf_efficientnet_b5_ns', 'EfficientNet-B5 (NoisyStudent)', '1911.04252', batch_size=BATCH_SIZE // 4,
|
|
|
|
|
model_desc='Ported from official Google AI Tensorflow weights'),
|
|
|
|
|
_entry('tf_efficientnet_b6_ns', 'EfficientNet-B6 (NoisyStudent)', '1911.04252', batch_size=BATCH_SIZE // 8,
|
|
|
|
|
model_desc='Ported from official Google AI Tensorflow weights'),
|
|
|
|
|
_entry('tf_efficientnet_b7_ns', 'EfficientNet-B7 (NoisyStudent)', '1911.04252', batch_size=BATCH_SIZE // 8,
|
|
|
|
|
model_desc='Ported from official Google AI Tensorflow weights'),
|
|
|
|
|
_entry('tf_efficientnet_l2_ns_475', 'EfficientNet-L2 475 (NoisyStudent)', '1911.04252', batch_size=BATCH_SIZE // 16,
|
|
|
|
|
model_desc='Ported from official Google AI Tensorflow weights'),
|
|
|
|
|
_entry('tf_efficientnet_l2_ns', 'EfficientNet-L2 (NoisyStudent)', '1911.04252', batch_size=BATCH_SIZE // 64,
|
|
|
|
|
model_desc='Ported from official Google AI Tensorflow weights'),
|
|
|
|
|
|
|
|
|
|
_entry('tf_efficientnet_cc_b0_4e', 'EfficientNet-CondConv-B0 4 experts', '1904.04971',
|
|
|
|
|
model_desc='Ported from official Google AI Tensorflow weights'),
|
|
|
|
|
_entry('tf_efficientnet_cc_b0_8e', 'EfficientNet-CondConv-B0 8 experts', '1904.04971',
|
|
|
|
|