mindspore-ci-bot
|
ff1a05d6c8
|
!882 fix bug of bprop of FloorMod
Merge pull request !882 from zhangbuxue/fix_bprop_for_floor_mod
|
5 years ago |
mindspore-ci-bot
|
db3dd02838
|
!847 Optimize the collectors in manager which listen to the graphs and nodes changes.
Merge pull request !847 from ZhangQinghua/opt
|
5 years ago |
mindspore-ci-bot
|
8c035a5171
|
!756 Gpu support LayerNorm kernel
Merge pull request !756 from chenweifeng/layer_norm
|
5 years ago |
buxue
|
0c6cf98db0
|
fix bug of brpop of FloorMod
|
5 years ago |
mindspore-ci-bot
|
8af10eb51e
|
!875 Reject python OP in operations argument for C++ uniform augmentation OP
Merge pull request !875 from AdelShafiei/ua_py
|
5 years ago |
Adel Shafiei
|
d15bd04bfe
|
added input validation to reject python op in C++ uniform augmentation operations list
|
5 years ago |
mindspore-ci-bot
|
a606c2e4da
|
!872 [Dataset] Add schema support for GeneratorDataset
Merge pull request !872 from JunhanHu/generator_schema
|
5 years ago |
mindspore-ci-bot
|
2303453753
|
!869 Random data op
Merge pull request !869 from JesseKLee/random_data_op
|
5 years ago |
Junhan Hu
|
c5a8ffe4f4
|
Add schema support for GeneratorDataset
|
5 years ago |
Jesse Lee
|
5236d0c3c0
|
Replace print with logger.info
|
5 years ago |
mindspore-ci-bot
|
8d3695f666
|
!672 Added UT for uniform augmentation C++ OP
Merge pull request !672 from AdelShafiei/ua_ut
|
5 years ago |
mindspore-ci-bot
|
732c7f8266
|
!794 fix issues image gradients 4d check
Merge pull request !794 from zhaozhenlong/fix-issues-image-gradients-complement-check
|
5 years ago |
Jesse Lee
|
270bf831a9
|
Random Data Op
|
5 years ago |
mindspore-ci-bot
|
98939d839c
|
!856 Fix skip op bug
Merge pull request !856 from jiangzhiwen/dataset/skip_thread
|
5 years ago |
zhaozhenlong
|
66e7a36846
|
ImageGradients check 4d
fix DiagPart constant folding issue
fix argmin output type check
fix atan2 doc error
fix remove FusedBatchNorm and its grad
|
5 years ago |
mindspore-ci-bot
|
70f8b66d9f
|
!844 validate the accuracy for resnet cifar
Merge pull request !844 from chujinjin/add_accuracy_for_resnet_cifar
|
5 years ago |
jiangzhiwen
|
34bfa2f7c9
|
fix skip
|
5 years ago |
mindspore-ci-bot
|
8ab5e0118f
|
!829 Add parser of case which parameter in tuple in run_op function
Merge pull request !829 from ghzl/parser-parameter-in-tuple-in-run_op
|
5 years ago |
guohongzilong
|
b96df362f8
|
add parser of case which parameter in tuple in run_op function
|
5 years ago |
mindspore-ci-bot
|
883fde0494
|
!839 add parameter verification for RMSprop
Merge pull request !839 from wangnan39/add_parameter_verification_for_rmsprop
|
5 years ago |
mindspore-ci-bot
|
728345fdd0
|
!841 fix bugs of Acosh bprop and Elu bprop
Merge pull request !841 from zhangbuxue/adapt_ExtractImagePatches_and_fix_EluGrad
|
5 years ago |
mindspore-ci-bot
|
f31c659944
|
!823 Add BatchNormGrad split pass
Merge pull request !823 from huanghui/BatchNormGrad-split-pass
|
5 years ago |
chujinjin
|
d5adfa5210
|
add accuracy for resnet cifar
|
5 years ago |
buxue
|
064d370a61
|
fix bug of Acosh bprop and Elu bprop
|
5 years ago |
mindspore-ci-bot
|
33e427e1c5
|
!721 Tensor assign by ellipsis
Merge pull request !721 from candanzg/tensor_assgin_ellipsis
|
5 years ago |
wangnan39@huawei.com
|
7f602016f4
|
add parameter verification for rmsprop, and modify default value in annotation
|
5 years ago |
Zhang Qinghua
|
a22a4a57c2
|
Modify UT case after adjust the collectors of manager.
|
5 years ago |
huanghui
|
0de0aee54e
|
Add BatchNormGrad split pass
|
5 years ago |
mindspore-ci-bot
|
6241814320
|
!749 fix np.histogram sometimes calc very large bucket number
Merge pull request !749 from wenkai/wkmaster
|
5 years ago |
mindspore-ci-bot
|
e64f806a94
|
!730 Add base aggregator of gnn and its ut
Merge pull request !730 from yuanhan/master
|
5 years ago |
candanzg
|
e886a3182c
|
tensor assign with ellpsis
Signed-off-by: candanzg <zhangshucheng@huawei.com>
|
5 years ago |
hanyuanai
|
64f824e4fc
|
Add gnn aggregator and its ut
|
5 years ago |
mindspore-ci-bot
|
3dd369cefa
|
!816 faster combine_like step
Merge pull request !816 from flywind/combine_opt
|
5 years ago |
Adel Shafiei
|
3322e65da9
|
added ut for uniform augment C++ op
|
5 years ago |
mindspore-ci-bot
|
decc8404a9
|
!795 [pylint] clean pylint warning
Merge pull request !795 from jinyaohui/clean_pylint_0428
|
5 years ago |
Jesse Lee
|
332398d20a
|
Check return code from WaitPost::Register
|
5 years ago |
mindspore-ci-bot
|
516e16ded0
|
!792 [Model][bert] Modify ST test script of bert model.
Merge pull request !792 from wsc/lossscale_script
|
5 years ago |
kpy
|
65cd41844d
|
change manager logic to faster combine_like step
|
5 years ago |
wsc
|
d428fc1166
|
Modify the ST test script and example script of bert model
|
5 years ago |
mindspore-ci-bot
|
e655e0e04c
|
!799 fix tensor dirty flag setting
Merge pull request !799 from dinghao/dirty_flag
|
5 years ago |
mindspore-ci-bot
|
9ffb3993e8
|
!732 dock AcoshGrad for GE and AvgPool AvgPoolGrad for VM
Merge pull request !732 from zhangbuxue/dock_AcoshGrad_AvgPool_AvgPoolGrad_for_vm
|
5 years ago |
mindspore-ci-bot
|
21d936e656
|
!728 auto parallel strategy checkpoint full
Merge pull request !728 from yao_yf/strategy_checkpoint_extend
|
5 years ago |
mindspore-ci-bot
|
4fff5f442c
|
!791 onnx adapter for MaxPoolWithArgmax
Merge pull request !791 from 梅晓蔚/master
|
5 years ago |
buxue
|
0f89cc1da4
|
dock AcoshGrad for GE and AvgPool AvgPoolGrad for Vm
|
5 years ago |
dinghao
|
f77de54aa4
|
fix tensor dirty
|
5 years ago |
meixiaowei
|
cd899fba0a
|
ONNX adapter for the MaxPoolWithArgmax
|
5 years ago |
yao_yf
|
6cde5f6d91
|
auto parallel strategy checkpoint
|
5 years ago |
jinyaohui
|
73642ef3d3
|
clean pylint
|
5 years ago |
mindspore-ci-bot
|
9399dffe0e
|
!751 Remove enable hccl
Merge pull request !751 from zjun/remove_enable_hccl
|
5 years ago |
mindspore-ci-bot
|
5b3327d103
|
!746 reducescatter backforward operator
Merge pull request !746 from lirongzhen1/bp_reducescatter
|
5 years ago |