Updated
Browse files
README.md
CHANGED
@@ -25,7 +25,8 @@ from PIL import Image
|
|
25 |
import os
|
26 |
import numpy as np
|
27 |
|
28 |
-
|
|
|
29 |
def __init__(self, eff_name="efficientnet_b0", num_outputs=2):
|
30 |
super(EfficientNetGPSModel, self).__init__()
|
31 |
|
|
|
25 |
import os
|
26 |
import numpy as np
|
27 |
|
28 |
+
|
29 |
+
class EfficientNetGPSModel(nn.Module, PyTorchModelHubMixin):
|
30 |
def __init__(self, eff_name="efficientnet_b0", num_outputs=2):
|
31 |
super(EfficientNetGPSModel, self).__init__()
|
32 |
|