Skip to content

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

Description

@hubtub2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions