leonwanghui
e404187970
Fix some typo errors in session and device module
Signed-off-by: leonwanghui <leon.wanghui@huawei.com>
5 年前
YuJianfeng
024706f951
Optimize depend edge with make tuple input
5 年前
yanzhenxiang2020
948ff63add
fix mindrecord ut long time
5 年前
Yanjun Peng
d75745bce0
fix random crop parameter check
5 年前
ms_yan
f2263572fb
remove (feed mode) in comment
5 年前
c00425699
b3fd38c23a
fix bug for allreduce fusion and add resnet unit test
5 年前
lichenever
10312620d2
register not equal distributed op
5 年前
zhangz0911gm
65cd9d48fd
Add FloorMod, Acosh in ME
5 年前
geekun
fb92b5b16e
fix custom op bug and add custom op check
5 年前
Wei Luning
b18f634912
remove ge depend in cpu
5 年前
lichenever
89945c15f5
fix refkey bug for auto parallel
5 年前
Su Teng
91283d0c74
sort include file in parallel dir
5 年前
万万没想到
408a1aa19f
fix examples of P.Fill
5 年前
万万没想到
b5ebfa3ff3
fix the examples of P.ReLU6
5 年前
lvliang
244a82b244
pynative-add-lenet
5 年前
laiyongqiang
3e68560023
fix bug when dump op with trans_flag true
5 年前
huangdongrun
84e4942ca9
support grad on graph with variable arguments
use unpack graph primitive instead
add testcases for all grad interface
remove debug log
format code
remove dumpfuncgraph
resolve clang-format
resolve reviews
resolve cpplint
fix review
5 年前
ms_yan
59d08edea7
repair unsuitable warning in repeat count and epoch size check
5 年前
zhaoting
dcd1f0a504
add RMSProp optimizer
5 年前
Xiaoda Zhang
9a717aa1f7
change_star_elimination: make the non-identity triangle_eliminatin exact
5 年前
Cathy Wong
29ab2c1093
Enable skipped dataset zip python unit tests
Signed-off-by: Cathy Wong <cathy.wong@huawei.com>
5 年前
kswang
0c1aa0d566
add getptr for memreuse
5 年前
万万没想到
47925a2006
fix typo in formula
5 年前
huangdongrun
10ee3fbca5
fix bug of auto control depend for bert pre training
add comment
5 年前
chang zherui
04471939f5
delete longtime python ut
5 年前
zhaozhenlong
2498d2c749
add atan2 operator
5 年前
chenhaozhe
99173fb0f5
modify log level in DfGraphManager
5 年前
Xiaoda Zhang
4520469e16
refining strategy-checking for resnet50
5 年前
dengwentao
075a9f5f9a
change MS LIB CACHE setting
5 年前
万万没想到
913de7af69
fix typo in formula
5 年前
anzhengqi
854308ff75
check num_samples
5 年前
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
5 年前
yangzhenzhang
c44e12713b
add parallel ops for neg and batchmatmul
5 年前
kswang
fe1b73584d
add cpu st lenet
5 年前
VectorSL
3b4d8fce26
update tests/st/ops/gpu/test_tensoradd.py.
fix pytest.mark for testcase
5 年前
Xiaoda Zhang
fb00dae17a
change star elimination: remove some redundant and checking works
5 年前
wukesong
7f6cb98779
add lenet & alexnet in master branch
5 年前
jojobugfree
2c751b75b5
remove cce dependency
5 年前
lichenever
8854a6c9f7
fix two cast bug in auto parallel
5 年前
fary86
73e0bdcd43
Dump graph with type info when static analysis failed
5 年前
zhaozhenlong
cca1d7764a
add operator SpaceToBatch and BatchToSpace for ge
5 年前
ms_yan
7a16dfe2bf
repair parameter check problem in random_resize_crop and random_crop
5 年前
ms_yan
51feea03a4
Repair parameter check problem in TFRecordDataset
5 年前
chang zherui
bd4a206ae8
modify longtime python ut
5 年前
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.
5 年前
panyifeng
33b92dddca
fix parallel related valuenode merging error
5 年前
Ziyan
ada46fc219
enable use float type learning rate in lars optimizer
5 年前
c00425699
c4b03e854c
use std::vector instead of std::list to promote performance for parallel module
5 年前
wangjun260
d735d47953
add vgg scripts
5 年前
lichenever
80b8d05c14
fix grpah mode loop sink bug in auto parallel
5 年前