未验证 提交 0df5ba63 编写于 作者: L littletomatodonkey 提交者: GitHub

Update test_hubserving.py

上级 049cbb26
......@@ -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__':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册