I figured it out! All I needed was to downgrade to TensorFlow 1.13.1. I thought I already tried that, but then I realized install_keras()
silently upgrades TensorFlow unless I supply a version string to the tensorflow
argument. My current setup script for Cloud is here.
1 Like