MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / test

Method test

tests/test_infogan.py:12–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10 return '../examples/GAN/InfoGAN-mnist.py'
11
12 def test(self):
13 return True # https://github.com/tensorflow/tensorflow/issues/24517
14 if get_tf_version_tuple() < (1, 4):
15 return True # requires leaky_relu
16 self.assertSurvive(self.script, args=None)

Callers

nothing calls this directly

Calls 2

get_tf_version_tupleFunction · 0.90
assertSurviveMethod · 0.80

Tested by

no test coverage detected