From 3d3b3343c232ea163979d2991b2aada140c0a4a4 Mon Sep 17 00:00:00 2001 From: liuzxtest02 <134442@163.com> Date: Tue, 14 Nov 2023 17:01:56 +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 71bd625..22fbbd9 100644 --- a/npu_mnist_example/train_npu.py +++ b/npu_mnist_example/train_npu.py @@ -17,6 +17,7 @@ """ import os +os.system("pip install openi-test") os.system("pip install {}".format(os.getenv("OPENI_SDK_PATH"))) import argparse from config import mnist_cfg as cfg