Browse Source

Merge pull request '修改npu示例' (#5) from liuzx into master

Reviewed-on: https://openi.pcl.ac.cn/OpenIOSSG/OpenI_Cloudbrain_Example/pulls/5
pull/8/head
liuzx 2 years ago
parent
commit
baffbeb8ec
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 network config setting, will be used in train.py
""" """

import os
os.system('pip install easydict')
from easydict import EasyDict as edict from easydict import EasyDict as edict


mnist_cfg = edict({ mnist_cfg = edict({


Loading…
Cancel
Save