dengwentao
075a9f5f9a
change MS LIB CACHE setting
2020-04-08 19:58:13 +08:00
万万没想到
913de7af69
fix typo in formula
2020-04-08 19:58:13 +08:00
anzhengqi
854308ff75
check num_samples
2020-04-08 19:58:13 +08:00
Peilin Wang
3c1d35295c
TFReaderOp fix, threads will exit after reading necessary amount of rows
...
changes from yanpanhui 524009: added set_dataset_size and changed get_dataest_size according to ME requirements
CI fixes
2020-04-08 19:58:13 +08:00
yangzhenzhang
c44e12713b
add parallel ops for neg and batchmatmul
2020-04-08 19:58:13 +08:00
kswang
fe1b73584d
add cpu st lenet
2020-04-08 19:58:13 +08:00
VectorSL
3b4d8fce26
update tests/st/ops/gpu/test_tensoradd.py.
...
fix pytest.mark for testcase
2020-04-08 19:58:13 +08:00
Xiaoda Zhang
fb00dae17a
change star elimination: remove some redundant and checking works
2020-04-08 19:58:13 +08:00
wukesong
7f6cb98779
add lenet & alexnet in master branch
2020-04-08 19:58:13 +08:00
jojobugfree
2c751b75b5
remove cce dependency
2020-04-08 19:58:13 +08:00
lichenever
8854a6c9f7
fix two cast bug in auto parallel
2020-04-08 19:58:13 +08:00
fary86
73e0bdcd43
Dump graph with type info when static analysis failed
2020-04-08 19:58:13 +08:00
zhaozhenlong
cca1d7764a
add operator SpaceToBatch and BatchToSpace for ge
2020-04-08 19:58:13 +08:00
ms_yan
7a16dfe2bf
repair parameter check problem in random_resize_crop and random_crop
2020-04-08 19:58:13 +08:00
ms_yan
51feea03a4
Repair parameter check problem in TFRecordDataset
2020-04-08 19:58:13 +08:00
chang zherui
bd4a206ae8
modify longtime python ut
2020-04-08 19:58:13 +08:00
wenchunjiang
1c5f17ba3c
This fixes an issue about mindspore process cannot exit when calling python api op_select_format failed in select kernel steps.
...
Previously function op_select_format and check_supported raise an exception directly on the tbe_process python side, but we don't deal with the exception, and raise an exeception on c++ side to frontend ME, that will cause some conflict when recycle resource on ME and tbe_process python interpreter.
This changes adding try...catch in function op_select_format and check_supported on the python side, and return the Exception string to c++ side, so that we can raise an exception to frontend ME and ME will deal with resouce clearning and exit.
2020-04-08 19:58:13 +08:00
panyifeng
33b92dddca
fix parallel related valuenode merging error
2020-04-08 19:58:13 +08:00
Ziyan
ada46fc219
enable use float type learning rate in lars optimizer
2020-04-08 19:58:13 +08:00
c00425699
c4b03e854c
use std::vector instead of std::list to promote performance for parallel module
2020-04-08 19:58:13 +08:00
wangjun260
d735d47953
add vgg scripts
2020-04-08 19:58:13 +08:00
lichenever
80b8d05c14
fix grpah mode loop sink bug in auto parallel
2020-04-08 19:58:13 +08:00
Ting Wang
10389d8f19
update the supported version of EulerOS
...
Signed-off-by: Ting Wang <kathy.wangting@huawei.com>
2020-04-08 19:58:13 +08:00
GinFung
2fd7f67108
Add matmul biasadd fusion pass
2020-04-08 19:58:13 +08:00
zhaozhenlong
a6e626f02e
add operator diag and diag_part
2020-04-08 19:58:13 +08:00
seatea
0c9f31c5c5
Correct the comments for `RandomChoiceWithMask` op.
2020-04-08 19:58:13 +08:00
Ting Wang
14223b6cc5
fix typo
...
Signed-off-by: Ting Wang <kathy.wangting@huawei.com>
2020-04-08 19:58:13 +08:00
leonwanghui
d2348c7f87
回退 'Pull Request !17 : [AutoParallel]Fix bug in the case of two cast'
2020-04-08 19:58:13 +08:00
lvliang
c5da87254d
auto enbale dynamic mem pool
2020-04-08 19:58:13 +08:00
lichenever
26a65bee0c
fix auto parallel st
2020-04-08 19:58:13 +08:00
lianliguang
d3400cde01
fix bug of got a error transdata's dest format
2020-04-08 19:58:13 +08:00
shibeiji
2e308e4bed
add log for kernel runtime in order to trace performance
2020-04-08 19:58:13 +08:00
lichenever
c119f1c29e
fix_cast_bug
2020-04-08 19:58:13 +08:00
helloway
204a86c67a
Add issue and PR templates for gitee and github
2020-04-08 19:58:13 +08:00
qianlong
df0668390a
Optimize the execution time of test case test_rgb_hsv.py
2020-04-08 19:58:13 +08:00
buxue
24d1991cac
Fix bug structure output when there is depend whose first input is constant in outputs
2020-04-08 19:58:13 +08:00
cathwong
a6f6a376cb
update CONTRIBUTING.md. typo fix.
2020-04-08 19:58:13 +08:00
Jonathan Yan
295c00ac39
Replace std::cout with MS_LOG in dataset unit test
...
Signed-off-by: Jonathan Yan <jonathan.yan1@huawei.com>
2020-04-08 19:58:13 +08:00
jonyguo
ef1caad11f
1. add more log info for dataset & mindrecord, 2. add two new testcase for MindDataset
2020-04-08 19:58:13 +08:00
seatea
1012790a33
Fix dtype bug for loss_scale and weight_decay.
...
1.Change dtype of scale to dtype of grad in loss_scale.py;
2.Change dtype of weight_decay to dtype of weight in optimizer.py.
2020-04-08 19:58:13 +08:00
zhaozhenlong
04e4f6d927
adapt relu6grad and graphengine modified
2020-04-08 19:58:13 +08:00
yoonlee666
02ebf03c6e
add bert script to master
2020-04-08 19:58:13 +08:00
seatea
56ab3a1df3
Check if the shape of the input of NMSWithMask is (N, 5).
2020-04-08 19:58:13 +08:00
mindspore-ci-bot
b6d74f862e
!178 fix compile error
...
Merge pull request !178 from Simson/rebuild-graph-before-RunGraph
2020-04-08 19:42:39 +08:00
jinyaohui
ac62faa388
modify set_dataset_mode_config api param
2020-04-08 18:30:36 +08:00
guohongzilong
e17e086186
unified tensor and mindspore.type
2020-04-08 18:00:33 +08:00
simson
a8bc8bfecb
fix compile error
2020-04-08 17:48:42 +08:00
liuxiao
47d903ff57
Add pack and unpack
2020-04-08 16:58:53 +08:00
mindspore-ci-bot
dd9a5a385a
!175 Rebuild graph before RunGraph if needed
...
Merge pull request !175 from Simson/rebuild-graph-before-RunGraph
2020-04-08 16:58:38 +08:00
mindspore-ci-bot
1a4d364bf3
!7 Add ascend st lenet script for pynative mode
...
Merge pull request !7 from JoyLvliang/ms-incubator-pynative-add-lenet
2020-04-08 16:26:47 +08:00