Skip to content

Commit

Permalink
make quality
Browse files Browse the repository at this point in the history
  • Loading branch information
ohaijen committed Aug 2, 2023
1 parent fc22730 commit 878e79a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sparseml/pytorch/torchvision/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,6 @@ def _create_model(
num_classes=num_classes,
)


if isinstance(model, tuple):
model, arch_key = model
elif arch_key in torchvision.models.__dict__:
Expand Down

0 comments on commit 878e79a

Please sign in to comment.