Commit 3fa30255 authored by James Keeling's avatar James Keeling Committed by TensorFlower Gardener
Browse files

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
parent 356a9f85
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment