TensorFlow 1.0.1
Bug Fixes and Other Changes
- Change GraphConstructor to not increase the version when importing, but instead take the min of all versions.
- Google Cloud Storage fixes.
- Removed
tf.core
andtf.python
modules from the API. These were never intended to be exposed. Please use the same objects through top-leveltf
module instead.