3748e6ecc596b60832a4bbae3f06570b701d89b7,iris/tensorflow/estimator/trainer/task.py,,get_args,#,27
Before Change
"--verbosity",
choices=["DEBUG", "ERROR", "FATAL", "INFO", "WARN"],
default="INFO")
return parser.parse_args()
def _get_session_config_from_env_var():
Returns a tf.ConfigProto instance with appropriate device_filters set.
After Change
choices=["DEBUG", "ERROR", "FATAL", "INFO", "WARN"],
default="INFO")
args, _ = parser.parse_known_args()
return args
def _get_session_config_from_env_var():
Returns a tf.ConfigProto instance with appropriate device_filters set.
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 6
Instances
Project Name: GoogleCloudPlatform/cloudml-samples
Commit Name: 3748e6ecc596b60832a4bbae3f06570b701d89b7
Time: 2018-12-03
Author: gogasca@google.com
File Name: iris/tensorflow/estimator/trainer/task.py
Class Name:
Method Name: get_args
Project Name: GoogleCloudPlatform/cloudml-samples
Commit Name: e648c769cba51a96bc581be2e4d0e44bf958134d
Time: 2019-04-21
Author: gogasca@google.com
File Name: census/tf-keras/trainer/task.py
Class Name:
Method Name: get_args
Project Name: GoogleCloudPlatform/cloudml-samples
Commit Name: c84fff7daf23f625b8c3af08d6cb8cb774ac09b4
Time: 2018-12-03
Author: gogasca@google.com
File Name: boston/tensorflow/keras/trainer/task.py
Class Name:
Method Name: get_args