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
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
mindspore-ci-bot
7f6f140d94
!3498 Fix getting output address of internal output
Merge pull request !3498 from YuJianfeng/r0.6
6 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
6 years ago
panyifeng
032c5e0fdc
eager mode enable sparse
6 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
6 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
6 years ago
yangyongjie
2241017e3f
fix word missing in readme.txt
6 years ago
ZPaC
c1b36c3d4f
Delete parameter name hard code for embedding table.
6 years ago
lirongzhen1
8af4a16d9d
fix sparse feature bug for auto parallel
6 years ago
yujianfeng
67ed5451ad
Fix getting output address of internal output
6 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
6 years ago
mindspore-ci-bot
375078cf55
!3471 Fixing Bug with AutoContrast/Equalize supporting uint8 dtype/mnist
Merge pull request !3471 from guozhijian/fix_autocontrast_equalize_support_uint8
6 years ago
simson
63bb52b408
Modify comment of register_backward_hook
6 years ago
mindspore-ci-bot
c9f25d0d5c
!3477 upload maskrcnn scripts
Merge pull request !3477 from gengdongjie/r0.6
6 years ago
mindspore-ci-bot
b0cb13d265
!3463 [MD]Fix Segementation Falut when SentencepieceTokenizer Op before zipOp and ConcatOp
Merge pull request !3463 from xulei/tmp_0.6
6 years ago
mindspore-ci-bot
14ce0afab3
!3478 Add Warpctc GPU network
Merge pull request !3478 from yangyongjie/r0.6
6 years ago
mindspore-ci-bot
26733198e9
!3458 fix getdataset size error r0.6
Merge pull request !3458 from panfengfeng/fix_getdataset_size_error_r0.6
6 years ago
mindspore-ci-bot
73f58dc937
!3480 Graceful shutdown for ps modules
Merge pull request !3480 from chengang/graceful_shutdown_ps_r0.6
6 years ago
cristoval
c1332c03e5
support graceful shutdown for ps components
6 years ago
meixiaowei
10c74de9b6
upload maskrcnn scripts
6 years ago
yangyongjie
28b9074e9b
add warpctc GPU
6 years ago
mindspore-ci-bot
63442d563f
!3402 [AutoParallel]Fix autoparallel gpu bug
Merge pull request !3402 from lichen/fix_autoparallel_gpu_bug
6 years ago
islam_amin
b0e83c5a06
Fixing AutoContrast/Equalize Bug
6 years ago
kswang
9f5315fc80
fix cpu nonop net fp16 error
6 years ago
panfengfeng
4e7cb1a7a4
fix get daataset size error
6 years ago
jiangzhiwen
d408cdf0e0
init column_default_list_ when it is empty
6 years ago
mindspore-ci-bot
c5e6cfebe7
!3436 fix mix precision operator issue
Merge pull request !3436 from wangqiuliang/fix-mix-precision-r0.6
6 years ago
cristoval
aac2275d1b
support graceful shutdown for ps components
6 years ago
mindspore-ci-bot
70aee2fe7a
!3401 cpp client example
Merge pull request !3401 from hexia/cpp_client_example_r0.6
6 years ago
xulei2020
c43bc92d7c
add code
6 years ago
kingfo
5916da1763
fix mix precision operator issue
6 years ago
mindspore-ci-bot
50e20e4042
!3443 Restore the code to collect the graph network
Merge pull request !3443 from LiHongzhang/oh_graph_r
6 years ago
Li Hongzhang
2373e94384
restore the ability to collect network graph
6 years ago