Skip to content

Commit

Permalink
added mnasnet to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybdub committed Oct 1, 2019
1 parent 45cb4e2 commit 25c2e55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions torch2trt/module_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ def module_name(self):
ModuleTest(torchvision.models.shufflenet_v2_x1_0, torch.float16, torch.device('cuda'), [(1, 3, 224, 224)], fp16_mode=True),
ModuleTest(torchvision.models.shufflenet_v2_x1_5, torch.float16, torch.device('cuda'), [(1, 3, 224, 224)], fp16_mode=True),
ModuleTest(torchvision.models.shufflenet_v2_x2_0, torch.float16, torch.device('cuda'), [(1, 3, 224, 224)], fp16_mode=True),
ModuleTest(torchvision.models.mnasnet0_5, torch.float16, torch.device('cuda'), [(1, 3, 224, 224)], fp16_mode=True),
ModuleTest(torchvision.models.mnasnet0_75, torch.float16, torch.device('cuda'), [(1, 3, 224, 224)], fp16_mode=True),
ModuleTest(torchvision.models.mnasnet1_0, torch.float16, torch.device('cuda'), [(1, 3, 224, 224)], fp16_mode=True),
ModuleTest(torchvision.models.mnasnet1_3, torch.float16, torch.device('cuda'), [(1, 3, 224, 224)], fp16_mode=True),
]


Expand Down

0 comments on commit 25c2e55

Please sign in to comment.