updated model_type
Browse files
model_utils/efficientnet_config.py
CHANGED
@@ -242,7 +242,7 @@ class FusedMBConv(nn.Module):
|
|
242 |
|
243 |
class EfficientNetConfig(PretrainedConfig):
|
244 |
|
245 |
-
model_type = "
|
246 |
|
247 |
def __init__(
|
248 |
self,
|
|
|
242 |
|
243 |
class EfficientNetConfig(PretrainedConfig):
|
244 |
|
245 |
+
model_type = "efficientnet_61_planet_detection"
|
246 |
|
247 |
def __init__(
|
248 |
self,
|