提交 6a36a06f 编写于 作者: Y Yishuang Pang 提交者: TensorFlower Gardener

Skip FromKerasFile.testGraphDebugInfo test in python/lite_test.py

PiperOrigin-RevId: 549624665
上级 10b6eaaf
......@@ -2691,6 +2691,7 @@ class FromKerasFile(TestModels, parameterized.TestCase):
('_eager', context.eager_mode))
def testGraphDebugInfo(self, test_context):
"""Test a Sequential tf.keras model has debug info captured."""
self.skipTest('TODO(b/291005679): will not be able to fix on OSS')
with test_context():
self._getSequentialModel()
converter = lite.TFLiteConverter.from_keras_model_file(self._keras_file)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册