Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phamquiluan committed Aug 5, 2020
1 parent f7226da commit e4a86a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_sanitize.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@


def test_sanitize():
m = resattnet56(in_channels=3, num_classes=10, pretrained=False) # pretrained is load automatically
m = resattnet56(
in_channels=3, num_classes=10, pretrained=False
) # pretrained is load automatically

tensor = torch.Tensor(1, 3, 224, 224)

Expand Down

0 comments on commit e4a86a1

Please sign in to comment.