i-robot
|
659bca1ff9
|
!19896 [MS][LITE] fix dlopen bug
Merge pull request !19896 from jianghui58/fix_dlopen_mas
|
2021-07-10 09:27:02 +00:00 |
gongdaguo
|
dbdc836ada
|
fix matmul and convolution delefate bug
|
2021-07-10 17:26:17 +08:00 |
i-robot
|
305d5236a7
|
!19588 fix some ub fusion patterns
Merge pull request !19588 from yuchaojie/ub_fusion
|
2021-07-10 09:13:03 +00:00 |
i-robot
|
a10fdffdf2
|
!19908 [MS][LITE] evade an random convert error caused by compile param
Merge pull request !19908 from XianglongZeng/myms_new
|
2021-07-10 08:55:03 +00:00 |
i-robot
|
20c5047aa9
|
!19665 [MS][LITE]control flow fp16 not run fp16 in partial node
Merge pull request !19665 from mengyuanli/bugfix
|
2021-07-10 08:53:08 +00:00 |
i-robot
|
cb555f4b6e
|
!19494 add ResizeBilinear ops for aicpu
Merge pull request !19494 from yanzhenxiang2020/add_resize_bilinear_aicpu
|
2021-07-10 08:46:27 +00:00 |
i-robot
|
805783cc22
|
!19916 dataset: modify some comment and log
Merge pull request !19916 from ms_yan/code_docs_master_log
|
2021-07-10 08:10:56 +00:00 |
i-robot
|
e9d85d8f99
|
!19857 Fix docs issue
Merge pull request !19857 from lizhenglong1992/code_docs_comma
|
2021-07-10 08:08:57 +00:00 |
i-robot
|
53633ebfd8
|
!19748 Fix param check and default value of center in Rotate and RandomRotation Ops
Merge pull request !19748 from xiaotianci/fix_rotate_center
|
2021-07-10 08:07:00 +00:00 |
zengxianglong
|
9f0138b7de
|
allow reduce op has only one input when axes param is not given
|
2021-07-10 16:02:53 +08:00 |
i-robot
|
cebd12e8ba
|
!19798 update readme of lenet
Merge pull request !19798 from huchunmei/update
|
2021-07-10 08:00:57 +00:00 |
lizhenyu
|
444469ed77
|
[bugfix]CPU version core dump when destroy resource of net which includes op BatchNorm and BatchNormGrad
|
2021-07-10 15:58:01 +08:00 |
i-robot
|
5d1c501022
|
!19867 compression warnning clean
Merge pull request !19867 from zhang_sss/warnning_clean
|
2021-07-10 07:54:55 +00:00 |
sunsuodong
|
cd7daed631
|
nnie package
|
2021-07-10 15:47:07 +08:00 |
i-robot
|
1ab6ee831e
|
!19862 Ensure the correct execution order of the users of parameter or load
Merge pull request !19862 from Margaret_wangrui/order_enforce_2
|
2021-07-10 07:36:55 +00:00 |
i-robot
|
722428d2ab
|
!19870 Bugfix for gpu profiler in callback mode missing step trace data
Merge pull request !19870 from gzhcv/FitLoopCount
|
2021-07-10 07:32:56 +00:00 |
mengyuanli
|
aac9c77228
|
support partial fp16
|
2021-07-10 15:30:08 +08:00 |
i-robot
|
f10786f063
|
!19913 Update loss value in bert precision test case
Merge pull request !19913 from chenhaozhe/code_docs_update_bert_loss_value
|
2021-07-10 07:24:55 +00:00 |
sunsuodong
|
f0d4756f22
|
optimize common convolution kernel
|
2021-07-10 15:17:56 +08:00 |
ms_yan
|
d891d8abe7
|
modify log and API comment
|
2021-07-10 15:12:19 +08:00 |
i-robot
|
6dd5965e17
|
!19892 topk and intopk float16 bug workaround
Merge pull request !19892 from Peilin/topk-float16-cast
|
2021-07-10 07:04:55 +00:00 |
i-robot
|
e8447f60dd
|
!19853 fixed heartbeat timeout
Merge pull request !19853 from anancds/timeout
|
2021-07-10 07:02:57 +00:00 |
i-robot
|
faa978e967
|
!19803 add path check for fl_client in master
Merge pull request !19803 from zhoushan33/flclient0709_om_master
|
2021-07-10 07:00:56 +00:00 |
i-robot
|
0ae9af3199
|
!19656 [MS][LITE]optimize mindrt with lock-free queue
Merge pull request !19656 from zhaizhiqiang/master
|
2021-07-10 06:59:00 +00:00 |
i-robot
|
0d2eede453
|
!18615 Add a new model - Conditional GAN
Merge pull request !18615 from Ucalan/ucalan/mindspore
|
2021-07-10 06:56:57 +00:00 |
chenhaozhe
|
bea083c3ed
|
update loss value in bert precision test case
|
2021-07-10 14:55:57 +08:00 |
i-robot
|
c1b7791c29
|
!19778 Change all fullname_with_scope call in dump and debugger
Merge pull request !19778 from TinaMengtingZhang/dump_data_diff
|
2021-07-10 06:48:55 +00:00 |
i-robot
|
09a119cd7c
|
!19902 resnet dataset bug fix master
Merge pull request !19902 from 张晓晓/code_docs_resnet
|
2021-07-10 06:42:54 +00:00 |
i-robot
|
8ab30e0638
|
!19829 [Wide&Deep] Add the sparse configuration from the host_device flag
Merge pull request !19829 from Xiaoda/75-fix-the-host-device-problem-on-master
|
2021-07-10 06:40:57 +00:00 |
i-robot
|
102021020d
|
!19772 seg fault and existing dump fix
Merge pull request !19772 from john_tzanakakis/jt_bug_fixes
|
2021-07-10 06:38:56 +00:00 |
zengxianglong
|
b88b028c34
|
evade an random convert error caused by compile param
|
2021-07-10 14:33:11 +08:00 |
i-robot
|
13f7f70f4b
|
!19811 Clean code
Merge pull request !19811 from liangzelang/clean_code
|
2021-07-10 06:27:05 +00:00 |
i-robot
|
edd75a264b
|
!19840 adjust super params for bert thor
Merge pull request !19840 from wangshuangling/master
|
2021-07-10 06:24:57 +00:00 |
i-robot
|
ad8c564a52
|
!19794 Fix shellCheck for cpm
Merge pull request !19794 from casgj/master_0709
|
2021-07-10 06:12:57 +00:00 |
i-robot
|
d5ce98c179
|
!18644 Add autoaugment to model zoo
Merge pull request !18644 from Luke/master
|
2021-07-10 06:10:55 +00:00 |
i-robot
|
d11f94335e
|
!19879 Clone graph if it is used by 2 partial
Merge pull request !19879 from chenfei_mindspore/partial_eliminate_err
|
2021-07-10 04:26:59 +00:00 |
i-robot
|
848069a9ad
|
!19824 [MECompiler]Add switch simplify to a2
Merge pull request !19824 from chenfei_mindspore/switch_simplify_fix
|
2021-07-10 04:24:57 +00:00 |
i-robot
|
8af75646c1
|
!19821 Fix the unchanged iteration id on cpu
Merge pull request !19821 from maning202007/master
|
2021-07-10 04:14:58 +00:00 |
i-robot
|
d6be7c17af
|
!19771 [MS][LITE][TOD] Add ToD to unified MS API
Merge pull request !19771 from ehaleva/API2
|
2021-07-10 04:12:57 +00:00 |
ZPaC
|
f15f4f3377
|
Add value check
|
2021-07-10 11:49:48 +08:00 |
i-robot
|
059aea2027
|
!19858 modify comment
Merge pull request !19858 from changzherui/code_docs_comment
|
2021-07-10 03:37:00 +00:00 |
i-robot
|
1260700865
|
!19848 [AutoParallel]Fix_auto_parallel_bug_master
Merge pull request !19848 from lichen/fix_auto_parallel_bug_master
|
2021-07-10 03:34:57 +00:00 |
Erpim
|
300456a2d7
|
clearing the untrusted code of quantization
|
2021-07-10 11:24:28 +08:00 |
i-robot
|
de635448af
|
!19791 fix prelu weight grad accuracy error fp16 on GPU
Merge pull request !19791 from zhangbuxue/fix_prelu_weight_grad_accuracy_error_fp16_on_GPU
|
2021-07-10 02:56:57 +00:00 |
chendongsheng
|
67dabf1300
|
Reuse rank id
|
2021-07-10 10:49:30 +08:00 |
zhangxiaoxiao
|
a502aae49c
|
resnet bug fix master
|
2021-07-10 10:46:53 +08:00 |
i-robot
|
260851228e
|
!18571 preload gomp when import mindspore
Merge pull request !18571 from ms_yan/ctypes_load
|
2021-07-10 02:39:00 +00:00 |
i-robot
|
b256d19018
|
!19874 Dump func graph where to call the node.
Merge pull request !19874 from 张清华/opt0
|
2021-07-10 02:30:58 +00:00 |
i-robot
|
cd26959d40
|
!19807 Add obj id to the phase as key of compile cache
Merge pull request !19807 from YuJianfeng/master
|
2021-07-10 02:14:58 +00:00 |
i-robot
|
21316551d9
|
!19718 add reset op info for tune
Merge pull request !19718 from laiyongqiang/tune_reset_op_info
|
2021-07-10 02:07:01 +00:00 |