(self)
| 62 | |
| 63 | @unittest.skipIf(not torch.cuda.is_available(), "CUDA not available") |
| 64 | def testMaskRCNNGPU(self): |
| 65 | self._test_model("COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml", device="cuda") |
| 66 | |
| 67 | def testRetinaNet(self): |
| 68 | self._test_model("COCO-Detection/retinanet_R_50_FPN_3x.yaml") |
nothing calls this directly
no test coverage detected