From c8cf31236f2ec1eb57a1edc988295215263cf66c Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Tue, 9 Nov 2021 12:16:32 +0800 Subject: [PATCH] fix typo --- tools/infer/utility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/infer/utility.py b/tools/infer/utility.py index 76ee1cd1c6..58170e393c 100755 --- a/tools/infer/utility.py +++ b/tools/infer/utility.py @@ -180,7 +180,7 @@ def create_predictor(args, mode, logger): gpu_id = get_infer_gpuid() if gpu_id is None: logger.warning( - "GPU is not found in current device by nvidia-smi. Please check your device or ignored it if run on jeston." + "GPU is not found in current device by nvidia-smi. Please check your device or ignore it if run on jeston." ) config.enable_use_gpu(args.gpu_mem, 0) if args.use_tensorrt: