meixiaowei
e5b9776b86
modify readme
6 years ago
mindspore-ci-bot
924a34acb8
!3639 fix GeneratorDataset time out
Merge pull request !3639 from yanghaitao/yht_generator_timeout_r0.6
6 years ago
mindspore-ci-bot
db01f3eafe
!3640 support bprop for const in pynative and develop stridedslice and isinstance
Merge pull request !3640 from zhangbuxue/support_bprop_for_const_in_pynative_and_develop_stridedslice_and_isinstance
6 years ago
mindspore-ci-bot
e33b5e435e
!3633 fix dataset & train gil lock of gpu process
Merge pull request !3633 from panfengfeng/fix_dataset_train_gil_of_gpu
6 years ago
mindspore-ci-bot
477bf42fe5
!3641 Update submodule akg to r0.6 branch
Merge pull request !3641 from looop5/akg_r0.6
6 years ago
mindspore-ci-bot
338a225410
!3623 [r0.6][bug][auto_mixed_precision]fix amp doc and eval network build
Merge pull request !3623 from vlne-v1/amp_doc_r0.6
6 years ago
looop5
13d8bedbf4
update submodule akg to r0.6 branch
6 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
6 years ago
buxue
6beb8071d7
support bprop for const in pynative and develop stridedslice and isinstance.
6 years ago
mindspore-ci-bot
cc233f66ab
!3629 Fix numpyslice issue
Merge pull request !3629 from xiefangqi/md_fix_numpyslice_r0.6
6 years ago
yanghaitao
248130e5d1
fix generator time out
6 years ago
mindspore-ci-bot
8f6eafdfcd
!3589 fix the description of cache
Merge pull request !3589 from guansongsong/fix_cache_core_for_r0.6
6 years ago
xiefangqi
30ed5a25ce
fix numpyslice issue to r0.6
6 years ago
panfengfeng
4eea891730
fix dataset train gil of gpu
6 years ago
jonyguo
0d375bbaa3
fix: device occupied tdt hung
6 years ago
mindspore-ci-bot
4f1e586ee3
!3579 fix maskrcnn dataset rescale bug
Merge pull request !3579 from meixiaowei/r0.6
6 years ago
Wei Luning
dd26d85caf
fix doc and eval network build in amp
6 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
6 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
6 years ago
panyifeng
3714a07d71
fix sparse api doc
6 years ago
mindspore-ci-bot
950367c102
!3595 add desc about sink_size
Merge pull request !3595 from jinyaohui/sink_size
6 years ago
jinyaohui
40b859395d
add description about sink_size
6 years ago
mindspore-ci-bot
d7caa7955b
!3582 Fix minddata cache include flatbuffer head problem
Merge pull request !3582 from xiefangqi/r0.6
6 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
6 years ago
guansongsong
543b75f366
fix the description of cache
6 years ago
mindspore-ci-bot
3d87436bb0
!3580 fix allreduce fusion case in grad reducer
Merge pull request !3580 from gziyan/fix_allreduce_fusion
6 years ago
ms_yan
47efc83bcd
repair api format problem in totype, totensor, slice
6 years ago
xiefangqi
0e4065f0ef
fix flatbuffer head to r0.6
6 years ago
Ziyan
fdb21ecf74
update
6 years ago
meixiaowei
7df05b1da7
fix rescale dataset bug
6 years ago
mindspore-ci-bot
c617a07dff
!3533 modify serving readme
Merge pull request !3533 from dinghao/r0.6
6 years ago
liyong
f52859a2fc
fix save op pydoc and log
6 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
6 years ago
dinghao
b54fc35cde
modify serving readme
6 years ago
Xiaoda Zhang
ab676ba81a
add costmodel for gpu
6 years ago
mindspore-ci-bot
c31c1c808a
!3530 Fix a bug for Parameter
Merge pull request !3530 from hewei/fix_parameter_bug_r0.6
6 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
6 years ago
mindspore-ci-bot
49e8727d37
!3518 fix python import r0.6
Merge pull request !3518 from hexia/fix_python_import_r0.6
6 years ago
mindspore-ci-bot
36c2bbdbcc
!3501 fix sparse feature bug for auto parallel
Merge pull request !3501 from lirongzhen1/r0.6
6 years ago
mindspore-ci-bot
a536e922c2
!3524 add bert ci script to r0.6 branch
Merge pull request !3524 from yoonlee666/bertci
6 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
6 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
6 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.
6 years ago
yoonlee666
1dcf9abf6a
add bert ci script
6 years ago
hexia
5fb1280e12
fix python import
6 years ago
mindspore-ci-bot
dfab48d532
!3492 Change readme.txt in WarpCTC and checkpoint directory
Merge pull request !3492 from yangyongjie/r0.6
6 years ago
Li Hongzhang
5a517f3a49
max_file_size include metadata length and drop last step
6 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
6 years ago
ZPaC
b109e6f643
Add parameter server model_zoo case and CI test cases.
6 years ago
mindspore-ci-bot
fdf198eee9
!3493 Modify comment of register_backward_hook [r0.6]
Merge pull request !3493 from Simson/push-to-r06
6 years ago