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

Method test_transfer_learning_cpu

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

Source from the content-addressed store, hash-verified

2117 sgd.step()
2118
2119 def test_transfer_learning_cpu(self):
2120 self._transfer_learning_helper(cpu_dev)
2121
2122 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
2123 def test_transfer_learning_gpu(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected