MCPcopy Create free account
hub / github.com/PeizeSun/SparseR-CNN / testMaskRCNNGPU

Method testMaskRCNNGPU

tests/test_export_caffe2.py:64–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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")

Callers

nothing calls this directly

Calls 1

_test_modelMethod · 0.95

Tested by

no test coverage detected