Spaces:
Runtime error
Runtime error
fix typo
Browse files
model.py
CHANGED
@@ -6,7 +6,7 @@ import torchvision
|
|
6 |
|
7 |
def create_effnetb2_model(num_classes: int = 3,
|
8 |
seed: int = 4,
|
9 |
-
) -> Tuple[nn.Module, torchvision.Compose]:
|
10 |
"""Create an EfficientNetB2 feature extractor model and transforms.
|
11 |
|
12 |
Args:
|
|
|
6 |
|
7 |
def create_effnetb2_model(num_classes: int = 3,
|
8 |
seed: int = 4,
|
9 |
+
) -> Tuple[nn.Module, torchvision.transforms.Compose]:
|
10 |
"""Create an EfficientNetB2 feature extractor model and transforms.
|
11 |
|
12 |
Args:
|