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

Add support for user specified regions #271

Open tkasu opened 3 years ago

tkasu commented 3 years ago

Currently, job sent to AI Platform is always as specified in function get_region(): https://github.com/tensorflow/cloud/blob/8644935271ffa4cc86f6be7d7af8f905d097cea4/src/python/tensorflow_cloud/core/gcp.py#L73

It would be useful if the user could specify the region, e.g. as a parameter in tfc.run.

SinaChavoshi commented 3 years ago

Hi Tomi,

Thank you so much for raising this! this is definitely high on our radar. At the same time if you or anybody else is interested to pick this this please let us know.