From 6605cd6b507e922ef3650cde6d64fcc78e06024f Mon Sep 17 00:00:00 2001 From: liuzx Date: Mon, 26 Feb 2024 17:25:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9npu=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npu_mnist_example/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npu_mnist_example/config.py b/npu_mnist_example/config.py index 22d68e2..a419659 100644 --- a/npu_mnist_example/config.py +++ b/npu_mnist_example/config.py @@ -15,7 +15,8 @@ """ network config setting, will be used in train.py """ - +import os +os.system('pip install easydict') from easydict import EasyDict as edict mnist_cfg = edict({