Spaces:
Runtime error
Runtime error
Commit
·
8ca9a75
1
Parent(s):
2deafea
Update model.py
Browse files
model.py
CHANGED
@@ -4,7 +4,7 @@ import torchvision
|
|
4 |
from torch import nn
|
5 |
|
6 |
|
7 |
-
def
|
8 |
seed:int=42):
|
9 |
"""Creates an EfficientNetB2 feature extractor model and transforms.
|
10 |
|
|
|
4 |
from torch import nn
|
5 |
|
6 |
|
7 |
+
def create_effnet_b2(num_classes:int=3,
|
8 |
seed:int=42):
|
9 |
"""Creates an EfficientNetB2 feature extractor model and transforms.
|
10 |
|