mindspore-ci-bot
|
8e617629fc
|
!13404 update applyAdagrad
From: @zyx5256
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
|
2021-03-17 09:41:18 +08:00 |
mindspore-ci-bot
|
c97f51d5d2
|
!13115 【轻量级 PR】:update model_zoo/research/cv/IPT/readme.md.
From: @xiaoan95
Reviewed-by: @wuxuejian,@oacjiewen
Signed-off-by: @oacjiewen
|
2021-03-17 09:37:55 +08:00 |
chengang
|
43dc530b77
|
remove hardcode cuda path
|
2021-03-17 09:35:06 +08:00 |
mindspore-ci-bot
|
5313abfb66
|
!13375 add reranker and reader into modelzoo/research/tprr
From: @huenrui
Reviewed-by: @oacjiewen,@guoqi1024
Signed-off-by:
|
2021-03-17 09:32:52 +08:00 |
mindspore-ci-bot
|
4639dc44b8
|
!13438 fix bug of runtest.sh when run ut python
From: @xsmq
Reviewed-by: @xulei2020,@zhoufeng54,@zhunaipan
Signed-off-by: @zhoufeng54,@zhunaipan
|
2021-03-17 09:25:31 +08:00 |
mindspore-ci-bot
|
56a267a514
|
!13385 [Pynative] Fix Sync Bugs
From: @chenyijie6
Reviewed-by: @wilfchen,@limingqi107
Signed-off-by: @limingqi107
|
2021-03-17 09:20:57 +08:00 |
mindspore-ci-bot
|
b61aa9b4cf
|
!13342 Throw exception when tensor with 0 shape is constructed
From: @liangzhibo
Reviewed-by:
Signed-off-by:
|
2021-03-17 09:18:27 +08:00 |
mindspore-ci-bot
|
5e2151d0cd
|
!13352 fix control flow memory problem
From: @Margaret_wangrui
Reviewed-by:
Signed-off-by:
|
2021-03-17 09:18:26 +08:00 |
mindspore-ci-bot
|
888b2e19ee
|
!13378 【MD】【Task】add data help for MD lite
From: @xulei2020
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
|
2021-03-17 09:13:43 +08:00 |
mindspore-ci-bot
|
ccdccc9b2f
|
!13350 fix dynamic input when the input type is tuple but not maketuple
From: @lianliguang
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
|
2021-03-17 09:03:40 +08:00 |
mindspore-ci-bot
|
a4edcfa268
|
!13432 fix format error of GradOperation, gamma, poisson, etc.
From: @mind-lh
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
|
2021-03-17 08:54:52 +08:00 |
mindspore-ci-bot
|
debbfb5134
|
!13398 complement the docs of CTCLoss operator.
From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
|
2021-03-17 08:54:36 +08:00 |
mindspore-ci-bot
|
c69d72f840
|
!13361 [MSLITE][TOD] ci tests for version 1.2
From: @yonibaehr_admin
Reviewed-by:
Signed-off-by:
|
2021-03-17 08:50:20 +08:00 |
Eric
|
3d38a50f56
|
fix lint
|
2021-03-16 19:28:29 -04:00 |
Eric
|
4e5b174f8f
|
fix ut
|
2021-03-16 19:21:44 -04:00 |
Eric
|
c730df23e8
|
Added json fix 2
|
2021-03-16 18:32:42 -04:00 |
Eric
|
62d4ef2b11
|
fix build
|
2021-03-16 17:36:59 -04:00 |
Eric
|
6a1e031846
|
fix lint
|
2021-03-16 17:29:32 -04:00 |
Eric
|
4df7ba11bf
|
Remove type_id.h
|
2021-03-16 17:20:13 -04:00 |
Peilin Wang
|
51c9c8791b
|
correct example output for SparseApplyProximalAdagrad
|
2021-03-16 17:18:09 -04:00 |
Eric
|
e7ff0bd560
|
Added json fix
|
2021-03-16 17:17:25 -04:00 |
Eric
|
4be0ffb9ba
|
removing type_id.h from header files
|
2021-03-16 16:51:10 -04:00 |
xsmq
|
d7eeed0b27
|
fix bug of runtest.sh when run ut python
|
2021-03-16 22:21:42 +08:00 |
LianLiguang
|
a8cb3771d1
|
fix dynamic input when input type is tuple but not maketuple
|
2021-03-16 21:24:06 +08:00 |
mindspore-ci-bot
|
0fdf5c54e3
|
!13069 Add dynamic shape testcases for Sub
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
|
2021-03-16 21:21:33 +08:00 |
yoni
|
393be4154d
|
support export from mindspore 1.2
|
2021-03-16 15:06:34 +02:00 |
mindspore-ci-bot
|
465ea885de
|
!13399 workspace of comm op can be reused
From: @zhoufeng54
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
|
2021-03-16 20:55:34 +08:00 |
liuhe
|
28118e2376
|
fix format error of GradOperation, gamma, poisson, etc.
|
2021-03-16 20:51:05 +08:00 |
wuxuejian
|
5498103990
|
Refactor some cpu ops
|
2021-03-16 20:44:55 +08:00 |
chenyijie6
|
834319ea3c
|
Fix Pynative Sync Bugs
|
2021-03-16 20:43:56 +08:00 |
shenwei41
|
d1bb9d470e
|
Add resizefiller
|
2021-03-16 20:35:27 +08:00 |
zhouyuanshen
|
206762c935
|
fix updated gamma beta not same with that of torch
|
2021-03-16 20:29:44 +08:00 |
mindspore-ci-bot
|
7454ac8ecd
|
!13382 [PipelineSplit]change pipeline key word
From: @lichen666
Reviewed-by: @kisnwang,@zhunaipan
Signed-off-by: @zhunaipan
|
2021-03-16 20:20:32 +08:00 |
mindspore-ci-bot
|
5a716d03e1
|
!13386 modify api
From: @lijiaqi0612
Reviewed-by: @kisnwang,@kingxian
Signed-off-by: @kingxian
|
2021-03-16 20:11:48 +08:00 |
zhaoting
|
f252912936
|
fix cpu UnsortedSegmentSum
|
2021-03-16 20:04:45 +08:00 |
mindspore-ci-bot
|
fa0969e036
|
!13234 [MS_LITE] IOS
From: @YeFeng_24
Reviewed-by:
Signed-off-by: @hangangqiang
|
2021-03-16 20:02:49 +08:00 |
changzherui
|
db19b958f4
|
add maketuple abstract
|
2021-03-16 20:02:36 +08:00 |
mindspore-ci-bot
|
e6cb0affb7
|
!13295 Minddata warning when parallelism too low
From: @robingrosman
Reviewed-by:
Signed-off-by:
|
2021-03-16 19:58:31 +08:00 |
changzherui
|
8d907a3c71
|
modify export mindir
|
2021-03-16 19:57:10 +08:00 |
mindspore-ci-bot
|
a39adfd010
|
!13396 remove is_weight_file flag
From: @wangchengyuan
Reviewed-by: @zhanghaibo5,@hangangqiang
Signed-off-by: @zhanghaibo5
|
2021-03-16 19:56:32 +08:00 |
mindspore-ci-bot
|
bfb4d9d279
|
!13402 [MSLITE][Develop] Modify the package directory structure
From: @sunsuodong
Reviewed-by: @zhanghaibo5,@hangangqiang
Signed-off-by: @zhanghaibo5
|
2021-03-16 19:54:30 +08:00 |
zhujingxuan
|
4c9c2cfa82
|
debug mobilenetv2
|
2021-03-16 19:44:22 +08:00 |
wangnan39@huawei.com
|
93b1243806
|
modify attr_target when load and export
|
2021-03-16 19:38:56 +08:00 |
huenrui
|
58673a086d
|
add reranker and reader in modelzoo/research/tprr
|
2021-03-16 19:36:52 +08:00 |
yangjie159
|
6f44811cd7
|
uniform interface, modify c to cpp
|
2021-03-16 19:34:21 +08:00 |
Margaret_wangrui
|
8584f8966f
|
fix control flow memory problem
|
2021-03-16 19:21:01 +08:00 |
wangzhe
|
ca22993375
|
tts cloud encoder
|
2021-03-16 19:18:46 +08:00 |
mindspore-ci-bot
|
df4da9ca85
|
!13403 fix level1 mindspore.numpy ci errors
From: @yanglf1121
Reviewed-by: @guoqi1024,@liangchenghui
Signed-off-by: @liangchenghui
|
2021-03-16 19:11:36 +08:00 |
liuyu
|
a2f684ea99
|
remove while and if
|
2021-03-16 19:10:22 +08:00 |
mindspore-ci-bot
|
6dab729ea1
|
!13406 fix train lenet script
From: @xutianchun
Reviewed-by: @HilbertDavid,@zhanghaibo5
Signed-off-by: @HilbertDavid
|
2021-03-16 18:45:12 +08:00 |