Skip to content

Commit

Permalink
Merge pull request #81 from NVIDIA-AI-IOT/prepare_broadcastable_tensors
Browse files Browse the repository at this point in the history
added mnasnet to test
  • Loading branch information
jaybdub committed Oct 1, 2019
2 parents b81b19f + 25c2e55 commit ad404c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions torch2trt/module_test.py
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 ad404c8

Please sign in to comment.