This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei10061
/
OpenI_Cloudbrain_Example
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
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
f7c71eab06
6605cd6b50
commit
baffbeb8ec
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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({
Write
Preview
Loading…
Cancel
Save