Skip to content

TensorFlow Cloud v0.1.6

Choose a tag to compare

@ucdmkt ucdmkt released this 21 Aug 01:52
ea8fa3f
  • 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 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 by serializing the model, and datasets for remote execution.
  • Small bug fixes