Browse Source

修改npu示例

pull/5/head
liuzx 2 years ago
parent
commit
6605cd6b50
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      npu_mnist_example/config.py

+ 2
- 1
npu_mnist_example/config.py View File

@@ -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({


Loading…
Cancel
Save