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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -