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
update config.py
pull/26/head
liuzx
2 years ago
parent
bf9b933184
commit
5956c28134
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
npu_mnist_example/config.py
+ 3
- 0
npu_mnist_example/config.py
View File
@@ -20,6 +20,9 @@ class Config:
def __init__(self, **entries):
self.__dict__.update(entries)
def __getitem__(self, item):
return self.__dict__[item]
# 定义配置信息
mnist_cfg = Config(
num_classes=10,
Write
Preview
Loading…
Cancel
Save