If you get the error:
I tensorflow/compiler/jit/xla_cpu_device.cc:41] Not creating XLA devices, tf_xla_enable_xla_devices not set
run:
>>>import os
>>>os.environ[‘IF_XLA_FLAGS’]=’–tf_xla_enable_xla_devices’
If you get the error:
I tensorflow/compiler/jit/xla_cpu_device.cc:41] Not creating XLA devices, tf_xla_enable_xla_devices not set
run:
>>>import os
>>>os.environ[‘IF_XLA_FLAGS’]=’–tf_xla_enable_xla_devices’