Skip to content

Commit 3ff5790

Browse files
committed
optimize info print
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 0067a94 commit 3ff5790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/multicard/test_accuracy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def run_test(model_name, queue, more_args=None):
4848
batch_size="auto",
4949
)
5050
result = results["results"][TASK][FILTER]
51-
print("result:", result)
51+
print(100*"*", "\nThe accuracy test result:", result)
5252
queue.put(result)
5353
del results
5454
torch.npu.empty_cache()

0 commit comments

Comments
 (0)