This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!7296
fix 310 psenet
Merge pull request
!7296
from anzhengqi/fix-310-psenet
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
ee53c4079d
0347d4e094
commit
f363a41543
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
model_zoo/official/cv/psenet/export.py
+ 1
- 1
model_zoo/official/cv/psenet/export.py
View File
@@ -36,4 +36,4 @@ if __name__ == '__main__':
input_arr = Tensor(np.random.uniform(0.0, 1.0, size=[1, 3, config.INFER_LONG_SIZE, config.INFER_LONG_SIZE]),
input_arr = Tensor(np.random.uniform(0.0, 1.0, size=[1, 3, config.INFER_LONG_SIZE, config.INFER_LONG_SIZE]),
ms.float32)
ms.float32)
export(net, input_arr, file_name=config.
ge
ir_filename)
export(net, input_arr, file_name=config.
a
ir_filename)
Write
Preview
Loading…
Cancel
Save