looop5
13d8bedbf4
update submodule akg to r0.6 branch
5 years ago
mindspore-ci-bot
9a43468fee
!3626 fix: device occupied tdt hung
Merge pull request !3626 from guozhijian/fix_device_occupied_tdt_hung_r0.6
5 years ago
mindspore-ci-bot
cc233f66ab
!3629 Fix numpyslice issue
Merge pull request !3629 from xiefangqi/md_fix_numpyslice_r0.6
5 years ago
mindspore-ci-bot
8f6eafdfcd
!3589 fix the description of cache
Merge pull request !3589 from guansongsong/fix_cache_core_for_r0.6
5 years ago
xiefangqi
30ed5a25ce
fix numpyslice issue to r0.6
5 years ago
jonyguo
0d375bbaa3
fix: device occupied tdt hung
5 years ago
mindspore-ci-bot
4f1e586ee3
!3579 fix maskrcnn dataset rescale bug
Merge pull request !3579 from meixiaowei/r0.6
5 years ago
mindspore-ci-bot
d9ca3f2e88
!3566 dataset: api format problem in totype, totensor, slice
Merge pull request !3566 from ms_yan/r0.6_api_format
5 years ago
mindspore-ci-bot
c5f8b6b0c7
!3599 merge fix sparse doc to r0.6
Merge pull request !3599 from riemann_penn/merge_fix_sparse_doc_to_r0.6
5 years ago
panyifeng
3714a07d71
fix sparse api doc
5 years ago
mindspore-ci-bot
950367c102
!3595 add desc about sink_size
Merge pull request !3595 from jinyaohui/sink_size
5 years ago
jinyaohui
40b859395d
add description about sink_size
5 years ago
mindspore-ci-bot
d7caa7955b
!3582 Fix minddata cache include flatbuffer head problem
Merge pull request !3582 from xiefangqi/r0.6
5 years ago
mindspore-ci-bot
552490326f
!3572 [MD] fix save pydoc and log
Merge pull request !3572 from liyong126/r0.6_fix_save_pydoc_log
5 years ago
guansongsong
543b75f366
fix the description of cache
5 years ago
mindspore-ci-bot
3d87436bb0
!3580 fix allreduce fusion case in grad reducer
Merge pull request !3580 from gziyan/fix_allreduce_fusion
5 years ago
ms_yan
47efc83bcd
repair api format problem in totype, totensor, slice
5 years ago
xiefangqi
0e4065f0ef
fix flatbuffer head to r0.6
5 years ago
Ziyan
fdb21ecf74
update
5 years ago
meixiaowei
7df05b1da7
fix rescale dataset bug
5 years ago
mindspore-ci-bot
c617a07dff
!3533 modify serving readme
Merge pull request !3533 from dinghao/r0.6
5 years ago
liyong
f52859a2fc
fix save op pydoc and log
5 years ago
mindspore-ci-bot
2a6884d97c
!3564 [Auto parallel] Cost model for GPU
Merge pull request !3564 from Xiaoda/15-r0.6-add-new-gpu-costmodel
5 years ago
dinghao
b54fc35cde
modify serving readme
5 years ago
Xiaoda Zhang
ab676ba81a
add costmodel for gpu
5 years ago
mindspore-ci-bot
c31c1c808a
!3530 Fix a bug for Parameter
Merge pull request !3530 from hewei/fix_parameter_bug_r0.6
5 years ago
mindspore-ci-bot
67600c1d8c
!3539 Change at-most collected tensor summary from 50 to 20 when auto-calculated
Merge pull request !3539 from LiHongzhang/f50_t20_r
5 years ago
mindspore-ci-bot
49e8727d37
!3518 fix python import r0.6
Merge pull request !3518 from hexia/fix_python_import_r0.6
5 years ago
mindspore-ci-bot
36c2bbdbcc
!3501 fix sparse feature bug for auto parallel
Merge pull request !3501 from lirongzhen1/r0.6
5 years ago
mindspore-ci-bot
a536e922c2
!3524 add bert ci script to r0.6 branch
Merge pull request !3524 from yoonlee666/bertci
5 years ago
Li Hongzhang
d86668d216
change at-most collected tensor from 50 to 20
When `collect_tensor_freq` is specified as `None`,
the `collect_tensor_freq` would be auto calculated.
The previous behavior is to collect at most 50 steps,
now changing to 20
5 years ago
mindspore-ci-bot
bcba696a62
!3482 `max_file_size` includes metadata and drops the last step
Merge pull request !3482 from LiHongzhang/limit_summary_r
5 years ago
He Wei
1f6771256d
Fix a bug for Parameter
1. Parameter's init_data() should have no effect if default_input already set;
2. This bug is introduced by 'decouple ParamValue from python';
3. An unit test case is added to ensure the right init_data() behavior.
5 years ago
yoonlee666
1dcf9abf6a
add bert ci script
5 years ago
hexia
5fb1280e12
fix python import
5 years ago
mindspore-ci-bot
dfab48d532
!3492 Change readme.txt in WarpCTC and checkpoint directory
Merge pull request !3492 from yangyongjie/r0.6
5 years ago
Li Hongzhang
5a517f3a49
max_file_size include metadata length and drop last step
5 years ago
mindspore-ci-bot
62cf01fc7b
!3509 Add parameter server mode_zoo case and CI test cases.
Merge pull request !3509 from ZPaC/add-ps-test-cases
5 years ago
ZPaC
b109e6f643
Add parameter server model_zoo case and CI test cases.
5 years ago
mindspore-ci-bot
fdf198eee9
!3493 Modify comment of register_backward_hook [r0.6]
Merge pull request !3493 from Simson/push-to-r06
5 years ago
mindspore-ci-bot
7f6f140d94
!3498 Fix getting output address of internal output
Merge pull request !3498 from YuJianfeng/r0.6
5 years ago
mindspore-ci-bot
ec3e7269ba
!3505 merge eager mode enable sparse to r0.6
Merge pull request !3505 from riemann_penn/merge_eager_mode_enable_sparse_to_r0.6
5 years ago
panyifeng
032c5e0fdc
eager mode enable sparse
5 years ago
mindspore-ci-bot
9626532e0b
!3499 Delete parameter name hard code for embedding-lookup
Merge pull request !3499 from ZPaC/r0.6-delete-param-name-hard-code
5 years ago
mindspore-ci-bot
304ae51a25
!3470 Init CSV column default list when it's empty r0.6
Merge pull request !3470 from jiangzhiwen/fix_column_name_r_0_6
5 years ago
yangyongjie
2241017e3f
fix word missing in readme.txt
5 years ago
ZPaC
c1b36c3d4f
Delete parameter name hard code for embedding table.
5 years ago
lirongzhen1
8af4a16d9d
fix sparse feature bug for auto parallel
5 years ago
yujianfeng
67ed5451ad
Fix getting output address of internal output
5 years ago
mindspore-ci-bot
ac564a9e86
!3466 fix cpu nonop net fp16 error
Merge pull request !3466 from kisnwang/r0.6-fix-cpu-nonop-fp16-error
5 years ago