We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81799cc commit fbbb9b6Copy full SHA for fbbb9b6
hyperparameter_tuning/mxnet_gluon_cifar10_random_search/random_tuner.py
@@ -116,7 +116,7 @@ def get_metrics(jobs, regex):
116
jobs: A dictionary where training job names are keys.
117
regex: a regular expression string to parse the objective metric value.
118
Returns a dictionary of training job names as keys and corresponding list
119
- which contains the final metric from each log stream.
+ which contains the objective metric from each log stream.
120
'''
121
job_metrics = {}
122
for job in jobs.keys():
0 commit comments