Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gcp region is set hard to "us-central1" #380

Open
hubtub2 opened this issue Dec 16, 2021 · 2 comments
Open

Gcp region is set hard to "us-central1" #380

hubtub2 opened this issue Dec 16, 2021 · 2 comments

Comments

@hubtub2
Copy link

hubtub2 commented Dec 16, 2021

I tried so set my compute region to "west europe" using the gcp console.
Did not work, jobs where always started in "us-central1".

Turns out, the region is hardcoded in tensorflow-cloud.
The implementation in /core/gcp.py is:

def get_region():
return "us-central1"

Please change it to use the default region from gcp, or let us pass in the region as parameter.

@cymarechal
Copy link

I presented a similar problem in PR #381.
I will implement the fix to your issue as well.

@Rezckant
Copy link

🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants