From 9a5a21db7a6b217bb2ae7da8890b22f258a90a06 Mon Sep 17 00:00:00 2001 From: liuzxtest02 <134442@163.com> Date: Tue, 14 Nov 2023 15:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'gpu=5Fmnist=5Fexample/tra?= =?UTF-8?q?in=5Fgcu.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gpu_mnist_example/train_gcu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gpu_mnist_example/train_gcu.py b/gpu_mnist_example/train_gcu.py index 81d70a0..1b4322c 100644 --- a/gpu_mnist_example/train_gcu.py +++ b/gpu_mnist_example/train_gcu.py @@ -31,6 +31,7 @@ If there are Chinese comments in the code,please add at the beginning: import os print("begin:") +os.system("pip uninstall openi-test") os.system("pip install {}".format(os.getenv("OPENI_SDK_PATH"))) import torch from model import Model