jinyaohui
|
e893c70164
|
fix bug
|
6 years ago |
mindspore-ci-bot
|
9ea10a0022
|
!2571 add ENABLE_GE
Merge pull request !2571 from jinyaohui/backend
|
6 years ago |
jinyaohui
|
bb17bc4081
|
add ENABLE_GE
|
6 years ago |
mindspore-ci-bot
|
fe1d4ca3bd
|
!2555 checkpoint add model_type
Merge pull request !2555 from chenzhongming/r0.5
|
6 years ago |
mindspore-ci-bot
|
2e76c9fb82
|
!2536 [Control sink]Fix bug of get call real outputs
Merge pull request !2536 from chenfei_mindspore/stop-in-tuple-get-item-of-update-call-real-input
|
6 years ago |
chenzomi
|
3b632eac46
|
checkpoint add model_type
|
6 years ago |
mindspore-ci-bot
|
f1106a18aa
|
!2486 Make sure record the first step data, and catch the ValueError when the loss is not a Scalar
Merge pull request !2486 from ougongchang/fix_summary_optimizer_r0.5
|
6 years ago |
mindspore-ci-bot
|
0857f43e0e
|
!2516 !2482 fix a bug :serialization.export parameter "file_name" doesn't work
Merge pull request !2516 from lilei/save_file
|
6 years ago |
mindspore-ci-bot
|
9b65782e1b
|
!2522 modify alexnet dataset.py
Merge pull request !2522 from wukesong/wks-r0.5
|
6 years ago |
mindspore-ci-bot
|
572236bdd7
|
!2507 fix misspell and check parameters on graphdata
Merge pull request !2507 from heleiwang/r0.5_fix_misspell
|
6 years ago |
mindspore-ci-bot
|
3f8a7920d5
|
!2513 fix bug to remove reshape when reshape is depend's input
Merge pull request !2513 from laiyongqiang/r0.5
|
6 years ago |
chenfei
|
7ede538d6a
|
visit stop if tuple getitem and maketuple of function GetCallRealOutputs
|
6 years ago |
mindspore-ci-bot
|
49ef6b89dd
|
!2525 Fix some mistakes of TransData vm ops
Merge pull request !2525 from liuwenhao/r0.5
|
6 years ago |
heleiwang
|
5f61b83812
|
fix misspell and check parameters
|
6 years ago |
mindspore-ci-bot
|
23771def82
|
!2523 Disable cuda9.2
Merge pull request !2523 from zhoufeng/disable-cuda9-r0.5
|
6 years ago |
ougongchang
|
54af354597
|
Make sure record the first step data in SummaryCollector, and catch the ValueError when the loss is not a Scalar.
|
6 years ago |
zhoufeng
|
5520a23f7c
|
Disable cuda9.2, use cuda10.1 as default
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
6 years ago |
liuwenhao4
|
01789e1aa1
|
Fix some mistakes of TransData vm ops
|
6 years ago |
wukesong
|
16544b37d6
|
modify
|
6 years ago |
mindspore-ci-bot
|
ab83bf18d9
|
!2509 Graph kernel use control sink
Merge pull request !2509 from zhoufeng/graph-kernel-use-control-sink-r0.5
|
6 years ago |
lilei
|
5d4099704f
|
fix a bug:save .pb file
|
6 years ago |
mindspore-ci-bot
|
43871e45dd
|
!2493 Add an output to apply_proximal_adagrad op register
Merge pull request !2493 from YuJianfeng/r0.5
|
6 years ago |
laiyongqiang
|
21770e7b6f
|
fix bug to remove reshape when reshape is depend's input
|
6 years ago |
zhoufeng
|
dd22792344
|
Graph kernel use control sink
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
6 years ago |
mindspore-ci-bot
|
166d886501
|
!2476 fix the summary operator is not work in constant folding scene
Merge pull request !2476 from ougongchang/fix_folding_constant_r0.5
|
6 years ago |
mindspore-ci-bot
|
f76096333e
|
!2488 delete ENABLE_GE
Merge pull request !2488 from mindspore_ding/backend
|
6 years ago |
mindspore-ci-bot
|
19ff5002ab
|
!2467 check control mode of control depend
Merge pull request !2467 from chenfei_mindspore/check-depend-mode-of-control-depend
|
6 years ago |
mindspore-ci-bot
|
73839591f5
|
!2481 add bert inference example in serving
Merge pull request !2481 from dinghao/r0.5
|
6 years ago |
yujianfeng
|
34407391e6
|
Add an output to apply_proximal_adagrad op register
|
6 years ago |
jinyaohui
|
29a2458596
|
delete ENABLE_GE
|
6 years ago |
chenfei
|
0e6752fa6a
|
check control mode of control depend
|
6 years ago |
dinghao
|
4ddb00b996
|
add bert example
|
6 years ago |
mindspore-ci-bot
|
35ab95bfae
|
!2461 Add multiple process for computation of optimizer in cpu
Merge pull request !2461 from YuJianfeng/r0.5
|
6 years ago |
ougongchang
|
20a164e9cf
|
fix the summary operator is not work in constant folding scene
The summary operator will be optimized when it return the origin value
in constant folding scene. So I return a None value to avoid this.
|
6 years ago |
mindspore-ci-bot
|
1b52753fd7
|
!2462 optimize cpu reduce gradient
Merge pull request !2462 from kisnwang/optimize-reduce-sparse-gradient
|
6 years ago |
kswang
|
e74b02f460
|
optimize cpu reduce sparse gradient
|
6 years ago |
mindspore-ci-bot
|
56b6191db5
|
!2449 Fix bug of ascend control parser
Merge pull request !2449 from chenfei_mindspore/fix-bug-ascend-control-parser
|
6 years ago |
mindspore-ci-bot
|
eef762e58a
|
!2456 Fix BackendCommonOptimization order
Merge pull request !2456 from zhoufeng/xiu-ba-ge
|
6 years ago |
yujianfeng
|
794ed3a291
|
Add multiple process for computation of sparse optimizers
|
6 years ago |
mindspore-ci-bot
|
a420c667c9
|
!2453 Change the dataset attribute in SummaryCollector
Merge pull request !2453 from ougongchang/r0.5
|
6 years ago |
ougongchang
|
3c08137904
|
Change the attribute to children, becuase the attribute has beed changed in dataset
|
6 years ago |
mindspore-ci-bot
|
e726680e38
|
!2444 fix mix target entry
Merge pull request !2444 from kisnwang/fix-mix-target-entry-for-r0.5
|
6 years ago |
chenfei
|
144aca43c3
|
fix bug of control parser
|
6 years ago |
kswang
|
ae3db6d4de
|
fix mix target entry
|
6 years ago |
mindspore-ci-bot
|
3654f0f9ac
|
!2433 add comment for dataset.text
Merge pull request !2433 from qianlong21st/add_text_comment
|
6 years ago |
mindspore-ci-bot
|
e9e4442dcb
|
!2413 [Auto parallel] Check 'CAST' from optimizers
Merge pull request !2413 from Xiaoda/7-auto-parallel-check-optimizer-ops
|
6 years ago |
mindspore-ci-bot
|
83b53559f5
|
!2412 fix Inv
Merge pull request !2412 from jiangjinsheng/issue_fix4
|
6 years ago |
mindspore-ci-bot
|
9b1b93eede
|
!2427 Change akg's compile option to on defualt for D backen
Merge pull request !2427 from TronZhang/akg_default_on
|
6 years ago |
zhoufeng
|
d4de0c5af1
|
fix BackendCommonOptimization order
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
6 years ago |
mindspore-ci-bot
|
80840db783
|
!2417 Fixing some mistakes of TransData vm ops
Merge pull request !2417 from liuwenhao/master
|
6 years ago |