Enable error interpolation in Python.
It is still guarded by an experimental config setting and can be enabled using e.g. config = tf.ConfigProto() config.experimental.client_handles_error_formatting = True with tf.Session(config=config) as sess: ... PiperOrigin-RevId: 206779413
Loading
Please sign in to comment