Unverified Commit 080795fe authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

Remove unnecessary blank line

parent 876c4979
...@@ -76,7 +76,6 @@ def main(argv): ...@@ -76,7 +76,6 @@ def main(argv):
template = ('\nPrediction is "{}" ({:.1f}%), expected "{}"') template = ('\nPrediction is "{}" ({:.1f}%), expected "{}"')
for pred_dict, expec in zip(predictions, expected): for pred_dict, expec in zip(predictions, expected):
class_id = pred_dict['class_ids'][0] class_id = pred_dict['class_ids'][0]
probability = pred_dict['probabilities'][class_id] probability = pred_dict['probabilities'][class_id]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment