tensorflow / cloud

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.
https://github.com/tensorflow/cloud
Apache License 2.0
372 stars 85 forks source link

tf_cloud code clean up: #274

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

tf_cloud code clean up:

  1. Use issubclass instead of callback.class.name
  2. Use f string instead of format
  3. Correct _api_training_job to _aip_training_job