Merge pull request #10825 from callofdutyops/patch-1
Variable name typo
This commit is contained in:
commit
7bbfbc3533
@ -836,7 +836,7 @@ with tf.Session() as sess:
|
||||
for batch_id in range(num_batches):
|
||||
sess.run(names_to_updates.values())
|
||||
|
||||
metric_values = sess.run(name_to_values.values())
|
||||
metric_values = sess.run(names_to_values.values())
|
||||
for metric, value in zip(names_to_values.keys(), metric_values):
|
||||
print('Metric %s has value: %f' % (metric, value))
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user