tensorflow - Does tf.test.TestCase have assertEmpty? -
when read tensorflow/model , test argmax_matcher_test.py
line 47, raise error attributeerror: 'argmaxmatchertest' object has no attribute 'assertempty'
.
i think tf.test.testcase don't have function tf.assertempty
. , have looked api doc up, don't find assertempty
, code bug?
Comments
Post a Comment