wuyongkang
f797d17a6e
Optimization for ast_cache
5 years ago
wuyongkang
274bd25386
Optimize parser
5 years ago
wuyongkang
9ef744db68
fix SpecialOpEliminater bug
5 years ago
mindspore-ci-bot
e83c563022
!2651 handle RecurseCompileGraph when one branch is Assign
...
Merge pull request !2651 from Margaret_wangrui/copy_ref_map_to_final_graph_in_RecurseCompileGraph
5 years ago
mindspore-ci-bot
9b326fe8c5
!2625 Fix code review problems of session
...
Merge pull request !2625 from Margaret_wangrui/review_code_second
5 years ago
mindspore-ci-bot
8607d87eb1
!2635 limit ssim input dtype
...
Merge pull request !2635 from zhaozhenlong/fix-issue-ssim-limit-input-dtype
5 years ago
zhaozhenlong
71d33b087e
limit ssim input img type to fp32 and fp16
5 years ago
Margaret_wangrui
7676043baf
copy ref map to final graph in RecurseCompileGraph
5 years ago
mindspore-ci-bot
d6d93f16b1
!2626 Modify long description format of whl package
...
Merge pull request !2626 from zhoufeng/modify-long-description-format
5 years ago
mindspore-ci-bot
f7bf4bcd22
!2560 optimize the graph output of all nop node
...
Merge pull request !2560 from limingqi107/master
5 years ago
Margaret_wangrui
3ea75e0d98
review code second
5 years ago
mindspore-ci-bot
80dd3321a2
!2527 Fix some mistakes of ConfusionTransposeD vm ops
...
Merge pull request !2527 from liuwenhao/master
5 years ago
mindspore-ci-bot
f65756162e
!2621 fix group params not list
...
Merge pull request !2621 from lilei/fix
5 years ago
mindspore-ci-bot
262e4fc041
!2585 Replace TransformFuncType with OptimizerCaller
...
Merge pull request !2585 from Giancarlo/remove_transformfunc
5 years ago
mindspore-ci-bot
19f79cd744
!2616 Decide whether to collect data by dataset sink mode and current step in SummaryCollector
...
Merge pull request !2616 from ougongchang/fix_collect_freq
5 years ago
mindspore-ci-bot
8a06ae02e6
!2506 bugfix(transform): relax the exception of control depend on value node
...
Merge pull request !2506 from xianwz/master
5 years ago
mindspore-ci-bot
4cc798c675
!2502 1. fix infer value bug 2. tensor init support numpy number
...
Merge pull request !2502 from geekun/master_fix_issue
5 years ago
zhoufeng
dd38768a4d
Modify long description format of whl package
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
liuwenhao4
ad3f78a405
Fix some mistakes of ConfusionTransposeD vm ops
5 years ago
mindspore-ci-bot
012f108b66
!2595 Make assign-node to be before jump-node, ensure child graph can get its input
...
Merge pull request !2595 from zhoufeng/assign-order-before-jump
5 years ago
mindspore-ci-bot
8d49de00e8
!1811 handle control-depend with virtual node
...
Merge pull request !1811 from caifubi/handle-contrl-depend-with-virtual-node
5 years ago
mindspore-ci-bot
df1c2a69f1
!2620 fix issue [controlflow] if Cascad an if, raise error
...
Merge pull request !2620 from wenchunjiang/fix_control_sink_bug
5 years ago
lilei
12e330cd20
fix group param not list
5 years ago
mindspore-ci-bot
87213648bc
!2612 delete pynative lenet test
...
Merge pull request !2612 from changzherui/del_test
5 years ago
limingqi107
4949f6ca39
optimize the graph output of all nop node
5 years ago
mindspore-ci-bot
f0d40475b0
!2610 optimize fastrcnn training process
...
Merge pull request !2610 from yanghaitao/yht_fastrcnn
5 years ago
wenchunjiang
daaa029ef7
fix bug of labelswitch generate task failed when if cascad if
5 years ago
mindspore-ci-bot
ab3a7ceedd
!2611 fix serving same port bug
...
Merge pull request !2611 from dinghao/master
5 years ago
ougongchang
33b5cda1da
Decide whether to collect data by dataset sink mode and current step in SummaryCollector.
...
Before, we only decide whether to collect data by current step,
it will not work well in dataset sink mode, so we check to see
if it's a dataset sink mode, and decide whether to collect data.
5 years ago
dinghao
a61a47a49b
fix serving same port bug
5 years ago
mindspore-ci-bot
ca1d2436b8
!2286 enable optimizer parallel with broadcast
...
Merge pull request !2286 from gziyan/optimizer_parallel
5 years ago
changzherui
9e83337e2f
delete pynative lenet_model test
5 years ago
yanghaitao1
00f7bdb40b
optimize fastrcnn training process
5 years ago
mindspore-ci-bot
9273fdbfcb
!2608 reshape cost computing dont create hccl group
...
Merge pull request !2608 from yao_yf/reshape_cost_dont_create_group
5 years ago
mindspore-ci-bot
4c4586ea6f
!2399 fix param KeyError in group params
...
Merge pull request !2399 from ghzl/fix-params-keyerror-in-group-params
5 years ago
Ziyan
0925e35252
enable optimizer parallel with broadcast
5 years ago
yao_yf
65760a2f3c
reshape cost computing dont create hccl group
5 years ago
caifubi
3d2ba14164
handle control depend with virtual node
5 years ago
mindspore-ci-bot
f067c209c6
!2561 fix serving module bug
...
Merge pull request !2561 from dinghao/master
5 years ago
mindspore-ci-bot
856da59836
!2554 fix accurancy lower then 92
...
Merge pull request !2554 from caojian05/mindspore_master_bugfix
5 years ago
dinghao
52c58735fc
fix serving bugs
5 years ago
mindspore-ci-bot
df795daf75
!2562 [bug]when multi times print same thing, do not merge in cse
...
Merge pull request !2562 from vlne-v1/I1LHCF-print-multi-times-and-same-str
5 years ago
mindspore-ci-bot
a1b17bd2e2
!2593 python unit tests for randomResizeWithBBox and ResizeWithBBox
...
Merge pull request !2593 from ava/python_ut_tests
5 years ago
mindspore-ci-bot
bfc2f142dd
!2601 AutoIndexObj should use 0 as the first generated key
...
Merge pull request !2601 from JesseKLee/auto_index
5 years ago
mindspore-ci-bot
74f23f8e0d
!2594 dataset: Fixup docs; remove pylint disable stmts in UT
...
Merge pull request !2594 from cathwong/ckw_dataset_fixes
5 years ago
avakh
1e869146e9
applying comments removing VOC
5 years ago
Cathy Wong
277aba5326
dataset: Fixup docs; remove pylint disabled messages in UT
5 years ago
Jesse Lee
81bf4bde1d
AutoIndexObj primary should start with 0
5 years ago
mindspore-ci-bot
c6c5fa8406
!2472 CacheOp branch infrastructure
...
Merge pull request !2472 from JesseKLee/cache_infra
5 years ago
mindspore-ci-bot
3822e3f460
!2598 GraphKernel support akg batchmatmul
...
Merge pull request !2598 from DeshiChen/0624_akg_batmatmul_master
5 years ago