allispaul commited on
Commit
08f8524
1 Parent(s): 125b55b
Files changed (1) hide show
  1. model.py +1 -1
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: