xiefangqi
8a28ad1aa5
fix lite cv resize bilinear fuzz bug
4 years ago
i-robot
9e8efe9169
!26503 [ST] Add mindspore resnet50 thor st smoke
Merge pull request !26503 from xiefangqi/ms_add_resnet_thor_8p
4 years ago
xiefangqi
6173929894
add resnet thor st
4 years ago
linqingke
24502520dc
Update resnet 8p st.
4 years ago
chenhaozhe
12fab451e8
fix test cases about models
4 years ago
caifubi
fae514124b
add pynative 8p st
4 years ago
huanghui
ba66c0d491
add security isolate for save_graphs
4 years ago
linqingke
82b88ade65
[Boost]Add MindBoost.
4 years ago
sl_wang
4c302c0c5b
bert script for thor generalization
4 years ago
sl_wang
222b6684e0
second order optimizer thor generalization
4 years ago
i-robot
fd06532b59
!22243 add Ascend and CPU ST for enabling RDR
Merge pull request !22243 from yuximiao/yuximiao_rdr
4 years ago
liangyongxiong
ee9d25bff9
add Ascend and CPU ST for enabling RDR
4 years ago
linqingke
dd30c66985
Fix resnet st probabilistic failure in daily version.
4 years ago
huangbingjian
53b31abf12
remove useless depend
4 years ago
i-robot
e23d51ee8d
!20099 test failed
Merge pull request !20099 from mindspore_ding/run_0712
4 years ago
i-robot
3c0e0ac186
!20654 Fix test_resnet50_and_resnet50_thor bug.
Merge pull request !20654 from linqingke/bug_fix
4 years ago
dingpeifei
aad315ebc5
test failed
4 years ago
chenhaozhe
6c488610a9
enable bert st
4 years ago
linqingke
47dcb074a8
Fix test_resnet50_and_resnet50_thor bug.
4 years ago
i-robot
4902090b65
!19260 optimize resnet50+imagenet2012 by prefetch_size and num_parallel_workers.
Merge pull request !19260 from anzhengqi/optimize_resnet_imagenet_network
4 years ago
chenhaozhe
bea083c3ed
update loss value in bert precision test case
4 years ago
anzhengqi
cc1a0fa59c
optimize resnet50 with imagenet2012 by prefetch_size and num_parallel_workers
4 years ago
i-robot
b93907fdca
!19246 Change Loss to LossBase
Merge pull request !19246 from chenhaozhe/change-loss-base
4 years ago
chenhaozhe
086a871975
Change Loss to LossBase
4 years ago
chenhaozhe
46cd33b8ce
delete map_model which is not used anymore
4 years ago
zhouneng
e37b8b6e23
modify CI performance indicators for test case 'test_deeplabv3_1p'
4 years ago
dingpeifei
0af87e888e
upgrade_ascend_0617
4 years ago
sl_wang
54890b88fc
add comments for thor api
4 years ago
chenhaozhe
9da8534396
change _Loss to Loss
4 years ago
sl_wang
a140e9ee36
clean codecheck for thor
5 years ago
mwang
88d191e0fe
fix timeout 720s for resnet50_thor st
5 years ago
xsmq
a424c3124b
adjust ascend st from level0 to level1
5 years ago
He Wei
171cd83188
[test] Fix GRAPH_MODE not restored after PYNATIVE_MODE is set
5 years ago
dinglinhe
54fb72e2b3
Update normalization description at nn/layer/normalization.py
5 years ago
wenfangpei
66d28af79e
adapt for layernorm in ascend
5 years ago
mwang
fdb7bbf422
fix thor
5 years ago
xsmq
f98109aa5a
adjust performance of smoke bert_thor
5 years ago
mwang
ed1e4f7ae0
adjust performance of bert thor
5 years ago
wangmin0104
f1f0ad41ff
update tests/st/networks/models/resnet50/test_resnet50_imagenet.py.
5 years ago
He Wei
3c44e731a2
[auto-monad] Revert "Change backend execution order sorting policy"
This reverts commit 141c39b71c .
5 years ago
mwang
172e918359
fix resnet thor smoke threshold
5 years ago
mindspore-ci-bot
1239a4a848
!12314 [auto-monad] Change backend execution order sorting policy
From: @hwhewei
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
5 years ago
He Wei
141c39b71c
[auto-monad] Change backend execution order sorting policy
Change backend execution order sorting policy from DFS to BFS
in KernelGraph::SetExecOrderByDefault().
5 years ago
mwang
fbcb3061d8
fix smoke of resnet thor
5 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
5 years ago
jjfeing
502be04491
upgrade 0204
5 years ago
mwang
0b312c2385
thor generalization code submit
5 years ago
mindspore-ci-bot
e897eb4c41
!11915 Change TensorAdd to Add, merge from r1.1 to master
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
5 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
5 years ago
looop5
0161209e40
update submoudle akg, close graph kernel ascend ci testcases
5 years ago