Switch tf.saved_model.save back to experimental in 1.x since it doesn't work when graph building
Adds some explanation of this in the docstring and some better exceptions. Having it non-experimental would be pretty confusing, since most users would try it without enable_eager_execution() and run into strange errors which we don't plan to fix. PiperOrigin-RevId: 225254705
Loading
Please sign in to comment