(self)
| 2121 | |
| 2122 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 2123 | def test_transfer_learning_gpu(self): |
| 2124 | self._transfer_learning_helper(gpu_dev) |
| 2125 | |
| 2126 | if __name__ == '__main__': |
| 2127 | unittest.main() |
nothing calls this directly
no test coverage detected