From c284f4b56d21eb8ba76ba15ca91a7ae2d2b5081e Mon Sep 17 00:00:00 2001 From: liuzxtest02 <134442@163.com> Date: Mon, 6 Nov 2023 18:00:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'npu=5Fmnist=5Fexample/tra?= =?UTF-8?q?in=5Fnpu.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npu_mnist_example/train_npu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/npu_mnist_example/train_npu.py b/npu_mnist_example/train_npu.py index 5445dba..dceffbd 100644 --- a/npu_mnist_example/train_npu.py +++ b/npu_mnist_example/train_npu.py @@ -17,6 +17,7 @@ """ import os +os.system("pip cache purge") os.system("pip install {}".format(os.getenv("OPENI_SDK_PATH"))) import argparse from config import mnist_cfg as cfg