Skip to content

Commit

Permalink
Merge pull request #153 from SinaChavoshi/tf-cloud-0.1.6
Browse files Browse the repository at this point in the history
TensorFlow Cloud 0.1.6
  • Loading branch information
ucdmkt committed Aug 21, 2020
2 parents 0507683 + 98185eb commit ea8fa3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Release 0.1.6

* New module CloudTuner - Implementation of a library for hyperparameter tuning that is built into the KerasTuner and creates a seamless integration with [Cloud AI Platform Optimizer](https://cloud.google.com/ai-platform/optimizer/docs/overview) as a backend to get suggestions of hyperparameters and run trials.
* New application Monitoring - TensorFlow extension that exports its metrics to Stackdriver backend, allowing users to monitor the training and inference jobs in real time.
* New experimental project cloud_fit - an experimental module that enables training keras models on [Cloud AI Platform Training](https://cloud.google.com/ai-platform/training/docs/overview) by serializing the model, and datasets for remote execution.
* Small bug fixes

# Release 0.1.5

* Restructuring of source code for new projects
Expand Down
2 changes: 1 addition & 1 deletion src/python/tensorflow_cloud/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""Contains the version string of TensorFlow Cloud."""

__version__ = "0.1.6.dev"
__version__ = "0.1.6"

0 comments on commit ea8fa3f

Please sign in to comment.