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
375 stars 88 forks source link

Support BYOSA for tfc.run() #251

Open SinaChavoshi opened 3 years ago

SinaChavoshi commented 3 years ago

This is a request for a new feature to allow users to provide a service account for AIP training to connect to other services. In particular we were planning to use CloudTuner which connects with Vizior , we will need to provide a service account for AIP training via Bring Your Own Service Account feature to run this.