From 948d1a1be45af394e013fca3f5a5107fd5ebe799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E6=B5=AA?= Date: Thu, 24 Mar 2022 02:20:02 +0000 Subject: [PATCH] update PyTorch/built-in/cv/classification/CRNN_for_PyTorch/test/train_performance_1p.sh. --- .../CRNN_for_PyTorch/test/train_performance_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyTorch/built-in/cv/classification/CRNN_for_PyTorch/test/train_performance_1p.sh b/PyTorch/built-in/cv/classification/CRNN_for_PyTorch/test/train_performance_1p.sh index b474ed6ded..c23fb90c7b 100644 --- a/PyTorch/built-in/cv/classification/CRNN_for_PyTorch/test/train_performance_1p.sh +++ b/PyTorch/built-in/cv/classification/CRNN_for_PyTorch/test/train_performance_1p.sh @@ -16,7 +16,7 @@ batch_size=2560 #训练epoch,不需要修改 epochs=2 # 指定训练所使用的npu device卡id -#device_id=0 +device_id=0 # 参数校验,data_path为必传参数,其他参数的增删由模型自身决定;此处新增参数需在上面有定义并赋值 for para in $* do -- Gitee