Looks like eager execution new to tensorflow 2.0 is incompatible?
File "/home/aseligman/.local/lib/python3.5/site-packages/tensorflow/python/ops/array_ops.py", line 2140, in placeholder
raise RuntimeError("tf.placeholder() is not compatible with "
RuntimeError: tf.placeholder() is not compatible with eager execution.
Looks like eager execution new to tensorflow 2.0 is incompatible?
File "/home/aseligman/.local/lib/python3.5/site-packages/tensorflow/python/ops/array_ops.py", line 2140, in placeholder
raise RuntimeError("tf.placeholder() is not compatible with "
RuntimeError: tf.placeholder() is not compatible with eager execution.