diff --git a/tools/test_hubserving.py b/tools/test_hubserving.py index f47e78055..08ddccc22 100644 --- a/tools/test_hubserving.py +++ b/tools/test_hubserving.py @@ -85,7 +85,7 @@ def main(url, image_path, top_k=1): logger.info(message) logger.info("The average time cost: {}".format(float(total_time) / cnt)) - logger.info("The average top-1 accuracy: {}".format(float(all_acc) / cnt)) + logger.info("The average top-1 score: {}".format(float(all_acc) / cnt)) if __name__ == '__main__':