zhaozhenlong
|
2498d2c749
|
add atan2 operator
|
5 years ago |
Xiaoda Zhang
|
4520469e16
|
refining strategy-checking for resnet50
|
5 years ago |
anzhengqi
|
854308ff75
|
check num_samples
|
5 years ago |
yangzhenzhang
|
c44e12713b
|
add parallel ops for neg and batchmatmul
|
5 years ago |
kswang
|
fe1b73584d
|
add cpu st lenet
|
5 years ago |
VectorSL
|
3b4d8fce26
|
update tests/st/ops/gpu/test_tensoradd.py.
fix pytest.mark for testcase
|
5 years ago |
lichenever
|
8854a6c9f7
|
fix two cast bug in auto parallel
|
5 years ago |
fary86
|
73e0bdcd43
|
Dump graph with type info when static analysis failed
|
5 years ago |
zhaozhenlong
|
cca1d7764a
|
add operator SpaceToBatch and BatchToSpace for ge
|
5 years ago |
chang zherui
|
bd4a206ae8
|
modify longtime python ut
|
5 years ago |
Ziyan
|
ada46fc219
|
enable use float type learning rate in lars optimizer
|
5 years ago |
c00425699
|
c4b03e854c
|
use std::vector instead of std::list to promote performance for parallel module
|
5 years ago |
lichenever
|
80b8d05c14
|
fix grpah mode loop sink bug in auto parallel
|
5 years ago |
GinFung
|
2fd7f67108
|
Add matmul biasadd fusion pass
|
5 years ago |
zhaozhenlong
|
a6e626f02e
|
add operator diag and diag_part
|
5 years ago |
leonwanghui
|
d2348c7f87
|
回退 'Pull Request !17 : [AutoParallel]Fix bug in the case of two cast'
|
5 years ago |
lichenever
|
26a65bee0c
|
fix auto parallel st
|
5 years ago |
lichenever
|
c119f1c29e
|
fix_cast_bug
|
5 years ago |
qianlong
|
df0668390a
|
Optimize the execution time of test case test_rgb_hsv.py
|
5 years ago |
buxue
|
24d1991cac
|
Fix bug structure output when there is depend whose first input is constant in outputs
|
5 years ago |
Jonathan Yan
|
295c00ac39
|
Replace std::cout with MS_LOG in dataset unit test
Signed-off-by: Jonathan Yan <jonathan.yan1@huawei.com>
|
5 years ago |
jonyguo
|
ef1caad11f
|
1. add more log info for dataset & mindrecord, 2. add two new testcase for MindDataset
|
5 years ago |
jinyaohui
|
ac62faa388
|
modify set_dataset_mode_config api param
|
5 years ago |
liuxiao
|
47d903ff57
|
Add pack and unpack
|
5 years ago |
mindspore-ci-bot
|
2eb71103f9
|
!82 profiling feature enhancement
Merge pull request !82 from caifubi/dev-profiling
|
5 years ago |
mindspore-ci-bot
|
22516d3e08
|
!156 [Auto parallel] Separate memory_cost and computation_cost in cost model
Merge pull request !156 from Xiaoda/implementing-memory-calculation-in-auto-parallel
|
5 years ago |
jonyguo
|
20d1b64443
|
fix: error info is not exactly when column list invalid
|
5 years ago |
lvliang
|
2da8570a01
|
pynative-add-lenet
|
5 years ago |
jojobugfree
|
effdb483d6
|
profiling feature enhancement
|
5 years ago |
mindspore-ci-bot
|
e6ea09082c
|
!153 add api image_gradients
Merge pull request !153 from zhaozhenlong/cell/image_gradients
|
5 years ago |
yoonlee666
|
c5bfbc3556
|
use TFRecordDataset in bert ci script and add absolute position embedding code in bert model
|
5 years ago |
Xiaoda Zhang
|
a153fad874
|
This commit is to separate the computation cost and memory cost in auto_parallel. Some related memory correction is removed.
|
5 years ago |
zhaozhenlong
|
f9d180d413
|
add api image gradients
|
5 years ago |
mindspore-ci-bot
|
a24297f547
|
!122 Support to config whether to save integeated checkpoint, in auto model parallel scene
Merge pull request !122 from WeibiaoYu/master
|
5 years ago |
Jonathan Yan
|
9d0fde29f4
|
remove ENABLE_MINDRECORD flag
|
5 years ago |
Alexey Shevlyakov
|
84d780c1a4
|
remove make_unique.h
|
5 years ago |
mindspore-ci-bot
|
475e858474
|
!158 fix: resolve MindDataset hung when field not in index when using block_reader
Merge pull request !158 from guozhijian/fix_block_reader_hung
|
5 years ago |
mindspore-ci-bot
|
a4b9f8a728
|
!120 Fix test for RandomCropDecodeResizeOp.
Merge pull request !120 from Alexey_Shevlyakov/master
|
5 years ago |
WeibiaoYu
|
22c6baeea2
|
Support to config whether to save integeated checkpoint, in auto model parallel scene
|
5 years ago |
jonyguo
|
c688265671
|
fix: when use MindDataset block_reade=True hung
|
5 years ago |
mindspore-ci-bot
|
06e6c6b880
|
!128 refactor callback for ge backend
Merge pull request !128 from wangqiuliang/refactor-call-back-for-ge
|
5 years ago |
chang zherui
|
7696c21e65
|
fix runtest.sh for python ut
|
5 years ago |
mindspore-ci-bot
|
5add5979e8
|
!92 add prim name to param check error message for math_ops.py
Merge pull request !92 from fary86/add-prim-name-for-param-validator
|
5 years ago |
Wei Luning
|
113c0d8cd2
|
fix InsertGradientOf with class method
|
5 years ago |
fary86
|
69ed72f10d
|
Add primitive name to param error message for math_ops.py
|
5 years ago |
kingfo
|
3202fc0df9
|
refactor callback for ge backend
|
5 years ago |
mindspore-ci-bot
|
7a367af9c6
|
!135 fix grad missing due to indirect dependent free morphism
Merge pull request !135 from penn/fix_free_morphism_error
|
5 years ago |
Alexey Shevlyakov
|
d37b8c4f2d
|
fix RandomCropDecodeResize test
|
5 years ago |
mindspore-ci-bot
|
fe49b39c9a
|
!136 modify bert test file
Merge pull request !136 from wanghua/master
|
5 years ago |
panyifeng
|
1fb776fe09
|
fix grad missing due to indirect dependent free morphism
|
5 years ago |