Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix accuracy log
Signed-off-by: zehao-intel <[email protected]>
  • Loading branch information
zehao-intel committed Jul 25, 2024
commit 8e8c1e32aa93a4c232e8b45c631c545b7e94755a
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def main():
elif args.mode == 'accuracy':
map50 = evaluate(args.input_model)
print("Batch size = %d" % args.batch_size)
LOGGER.info("Accuracy (map50): %.4g" % map50)
LOGGER.info("Accuracy: %.4g" % map50)


if __name__ == "__main__":
Expand Down