9179ffd82e0ebd20b953d56f8e2306ae5ccc51b0,luminoth/tools/cloud/gcloud.py,,train,#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,140
Before Change
try:
regionrequest.execute()
except HttpError as err:
tf.logging.error("Couldn"t find region.")
tf.logging.error(err)
training_inputs = {
"scaleTier": scale_tier,
After Change
click.echo(
"Error: Couldn\"t find region "{}" for project "{}".".format(
region, project_id))
return
// Creates bucket for logs and models if it doesn"t exist
bucket = get_bucket(service_account_json, bucket_name)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances Project Name: tryolabs/luminoth
Commit Name: 9179ffd82e0ebd20b953d56f8e2306ae5ccc51b0
Time: 2017-10-05
Author: javirey@gmail.com
File Name: luminoth/tools/cloud/gcloud.py
Class Name:
Method Name: train
Project Name: microsoft/nni
Commit Name: bc55eec660bebc333ded2a2f6097a001060a35ed
Time: 2021-03-07
Author: 40699903+liuzhe-lz@users.noreply.github.com
File Name: nni/experiment/rest.py
Class Name:
Method Name: post
Project Name: microsoft/nni
Commit Name: bc55eec660bebc333ded2a2f6097a001060a35ed
Time: 2021-03-07
Author: 40699903+liuzhe-lz@users.noreply.github.com
File Name: nni/experiment/rest.py
Class Name:
Method Name: get