MCPcopy Create free account
hub / github.com/apache/singa / test_retraining_gpu

Method test_retraining_gpu

test/python/test_onnx.py:2057–2058  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2055
2056 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
2057 def test_retraining_gpu(self):
2058 self._retraining_helper(gpu_dev)
2059
2060 def _transfer_learning_helper(self, dev):
2061 # forward

Callers

nothing calls this directly

Calls 1

_retraining_helperMethod · 0.95

Tested by

no test coverage detected