mwang
fdb7bbf422
fix thor
4 years ago
xsmq
f98109aa5a
adjust performance of smoke bert_thor
4 years ago
mwang
ed1e4f7ae0
adjust performance of bert thor
4 years ago
wangmin0104
f1f0ad41ff
update tests/st/networks/models/resnet50/test_resnet50_imagenet.py.
4 years ago
He Wei
3c44e731a2
[auto-monad] Revert "Change backend execution order sorting policy"
...
This reverts commit 141c39b71c
.
4 years ago
mwang
172e918359
fix resnet thor smoke threshold
4 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
4 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().
4 years ago
mwang
fbcb3061d8
fix smoke of resnet thor
4 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)
```
4 years ago
jjfeing
502be04491
upgrade 0204
4 years ago
mwang
0b312c2385
thor generalization code submit
4 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
4 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
4 years ago
looop5
0161209e40
update submoudle akg, close graph kernel ascend ci testcases
4 years ago
mindspore-ci-bot
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
4 years ago
yuchaojie
b51b3a6764
update Pool's attr kernel_size, pad_mode
4 years ago
lilei
9a45c4419c
modify batch_normal
4 years ago
mindspore-ci-bot
a531628dd5
!10325 modify MetaTensor and Tensor
...
From: @Somnus2020
Reviewed-by: @kingxian
Signed-off-by: @kingxian
4 years ago
lilei
b858097ae4
modify MetaTensor and Tensor
4 years ago
shibeiji
b2d98d2751
add tbe fusion operators LambApplyOptimizerAssign and LambApplyWeightAssign for lamb optimizer
4 years ago
wangmin0104
a5c16ba5c4
update tests/st/networks/models/resnet50/src/dataset.py.
4 years ago
mwang
59f7605987
adjust cost threshold for bert ci_smoke
4 years ago
Xiao Tianci
31fed1a2f6
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
4 years ago
yanglf1121
918679daa3
add tensor.ndim and rename tensor.size() to tensor.size
4 years ago
looop5
56fa56b173
add graph kernel testcases
4 years ago
wanyiming
dad47cf2dd
mod_comments
4 years ago
bai-yangfan
b4e020d081
dataset_attr_name
4 years ago
chenzomi
44bf4c3e37
[ME] format code
4 years ago
chenzomi
d471d32e87
[ME] change `check_integer` to format `check_positive_int` and `check_integeter`
4 years ago
chenzomi
d4e8e94981
[ME] delete check_bool and replace with Validate.check_bool
4 years ago
Jiaqi
4e3e6006b6
modify init
4 years ago
wangmin
8012dbde54
add split allreduce testcase for bert_thor
4 years ago
mindspore-ci-bot
31ad1654a1
!6267 delete redundant codes in model zoo
...
Merge pull request !6267 from zhaoting/clean_warnings
4 years ago
mindspore-ci-bot
5a76bd717d
!6185 fix api comments
...
Merge pull request !6185 from gziyan/fix_api_comments
4 years ago
zhaoting
d421f49e60
delete redundant codes
4 years ago
Ziyan
8ea177e614
fix_api_problems
4 years ago
wangmin
d9e84e468b
remove rm -rf in testcase of bert_thor
4 years ago
mindspore-ci-bot
3671244ff8
!6233 move batch_size from bert_cfg_cfg to cfg
...
Merge pull request !6233 from yoonlee666/master
4 years ago
wangmin
d96ecd2740
add st for bert_thor
4 years ago
yoonlee666
528072f45f
move batch_size from bert_cfg_cfg to cfg
4 years ago
anzhengqi
8e1a2ef5ae
stop send data to device after end of sequence
4 years ago
nhussain
92e99ff224
change map calls
4 years ago
mindspore-ci-bot
eedbbb3649
!5958 Modify interface for function and remove duplicated def
...
Merge pull request !5958 from lilei/modify_bug
4 years ago
mindspore-ci-bot
55372b41fd
!5908 delete DataWrapper in Model to unify the expression of dataset sinking
...
Merge pull request !5908 from wangnan39/optim_datawrapper_in_model
4 years ago
wangnan39@huawei.com
fdac02feed
delete DataWrapper and optim Model
4 years ago
Yi Huaijie
a836d25c64
change API set_strategy() to shard()
4 years ago
lilei
71adabd944
modify_bug
4 years ago
xiefangqi
d0410d6191
md delete set_dataset_size interface
4 years ago
nhussain
3bac9d3713
switch input columns and operation
...
change ImagefolderDV2 name
change ds.transforms.vision to ds.vision
change batch api to match map api more closely
compose op changes
test_pylint
remove compose op from vision, move to transform module, refactor map and batch to use column_order
4 years ago