Open jameshfisher opened 3 years ago
(Note: I have omitted the following output from all examples. I get this output every time, which I gather is normal and not an error.)
2021-03-03 20:31:15.060161: I tensorflow/compiler/jit/xla_cpu_device.cc:41] Not creating XLA devices, tf_xla_enable_xla_devices not set
2021-03-03 20:31:15.060909: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 FMA
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
2021-03-03 20:31:15.603496: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:116] None of the MLIR optimization passes are enabled (registered 2)
+1. I'm having similar issues when following this tutorial, albeit with somewhat different memory or Metal-related errors. @jameshfisher did you ever resolve this?
Nope, still open afaik
Steps to reproduce
tensorflow_macos
(I did so with thebash
script).corruption.py
.python corruption.py
.(This program is a minimized test case derived from following the Pix2Pix tutorial. Every line in this program seems to be necessary to cause the memory corruption.)
Expected behavior
The program does not does not abort or segfault.
Actual behavior
The program non-deterministically fails in one of the following ways:
System details