Skip to content

Commit fbbb9b6

Browse files
committed
Fixed: comment in random_tuner about getting all metrics from CloudWatch
1 parent 81799cc commit fbbb9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyperparameter_tuning/mxnet_gluon_cifar10_random_search/random_tuner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def get_metrics(jobs, regex):
116116
jobs: A dictionary where training job names are keys.
117117
regex: a regular expression string to parse the objective metric value.
118118
Returns a dictionary of training job names as keys and corresponding list
119-
which contains the final metric from each log stream.
119+
which contains the objective metric from each log stream.
120120
'''
121121
job_metrics = {}
122122
for job in jobs.keys():

0 commit comments

Comments
 (0)