Cloud Versions Save

The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and TensorFlow code in a local environment to distributed training in the cloud.

v0.1.16

2 years ago
  • Add support to dump Python stack when Segmentation fault occurs during remote environ

v0.1.15

2 years ago
  • Update API documentation.

0.1.14

3 years ago
  • Remove upper bound dependency on tensorflow_datasets.
  • Fix dataset auto shard policy.
  • Fix machine_config for DistributingCloudTuner.
  • Additional updates in samples and documentation.

0.1.13

3 years ago
  • Upgrade the default Cloud Build machine to N1_HIGHCPU_8

0.1.12

3 years ago
  • Add support for launching concurrent tuning jobs.
  • Added samples for running concurrent tuning jobs.
  • Add project setup instruction notebooks.
  • Updated privacy policy notice for telemetry.
  • Small bug fixes in CloudTuner.

0.1.11

3 years ago
  • Telemetry additions
  • Address test failures/flakiness

0.1.10

3 years ago
  • Py 3.5 support removed.
  • Small bug fixes.

0.1.9

3 years ago
  • Added Kaggle integration

0.1.8

3 years ago
  • cloud_fit now moved to a sub-module under Tuner
  • HParams plugin integration with DistributingCloudTuner
  • Added integration tests
  • Small bug fixes.

0.1.7

3 years ago
  • Removed cloudpickle dependency
  • Improved integration tests
  • Small bug fixes