Yi Huaijie
|
394be43492
|
raise RuntimeError when set different mode after Initializer created
|
5 years ago |
ZPaC
|
830172201a
|
Fix multi server precision error.
|
5 years ago |
mindspore-ci-bot
|
3d06cbf987
|
!4801 Must set or change parallel mode before any Initializer created
Merge pull request !4801 from yihuaijie/dev
|
5 years ago |
mindspore-ci-bot
|
bfa3cd900e
|
!4843 remove ccsrc/common.h by explicit dependent header file
Merge pull request !4843 from xychow/remove-ccsrc-common-h
|
5 years ago |
Yi Huaijie
|
89a4ebf8a1
|
parallel mode must be set before create an initializer
|
5 years ago |
zhousiyi
|
d0e58dd765
|
remove ccsrc/common.h
replace frontend/operator/ops.h in backend with base/core_ops.h as
backend should not use any frontend-only primitive
|
5 years ago |
cristoval
|
43251ab170
|
add embedding lookup unique id
|
5 years ago |
mindspore-ci-bot
|
9ee144ea40
|
!4744 [AutoParallel]Support bert
Merge pull request !4744 from lichen/support_bert
|
5 years ago |
mindspore-ci-bot
|
748d7f1f1a
|
!4685 Export server embedding table ckpts.
Merge pull request !4685 from ZPaC/master-supports-export-server-ckpt
|
5 years ago |
mindspore-ci-bot
|
f78086c40e
|
!4704 Bugfix for server start failed
Merge pull request !4704 from chengang/fix_ps_multi_worker
|
5 years ago |
cristoval
|
40a65e3878
|
bugfix for server crush
|
5 years ago |
lichenever
|
221a801395
|
auto parallel support bert
|
5 years ago |
ZPaC
|
5084557f67
|
Export server embedding table ckpt.
|
5 years ago |
yangzhenzhang
|
cda08f6a52
|
concat 3 tensors in auto parallel mode
|
5 years ago |
mindspore-ci-bot
|
4f46c4277a
|
!4614 Code compile performance optimization
Merge pull request !4614 from zhoufeng/code-compile-performance
|
5 years ago |
mindspore-ci-bot
|
2ae6365d77
|
!4650 EmbeddingLookup support auto parallel
Merge pull request !4650 from yangzhenzhang/embedding-lookup-auto-parallel
|
5 years ago |
zhoufeng
|
663278112f
|
optimize code compile performance
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
5 years ago |
yangzhenzhang
|
6f6a8ae9f0
|
embedding lookup auto parallel
|
5 years ago |
Wei Luning
|
c1c30a44f1
|
rename param_value -> param_info
|
5 years ago |
ZPaC
|
348c67ac00
|
PS support multi server.
|
5 years ago |
yao_yf
|
68ba6532c4
|
add field in stra ckpt
|
5 years ago |
yangzhenzhang
|
14c77c9f03
|
update field split
|
5 years ago |
yangzhenzhang
|
4a0e6ff7fc
|
update field split
|
5 years ago |
mindspore-ci-bot
|
6657adfaef
|
!4054 [AutoParallel] Use uniqueid to manage input tensors
Merge pull request !4054 from Chong/wd
|
5 years ago |
mindspore-ci-bot
|
fe0b8d6272
|
!4068 Add parallel operator for Concat
Merge pull request !4068 from yangzhenzhang/add-concat-op
|
5 years ago |
ZPaC
|
a923747eab
|
Add lazy adam support for PS.
|
5 years ago |
ZPaC
|
7324639e55
|
Fix ps traing precision error.
|
5 years ago |
yangzhenzhang
|
f4bb43bbaf
|
add concat op
|
5 years ago |
hongxing
|
f25189a66c
|
modify edge if multi-subgraphs
|
5 years ago |
yao_yf
|
60a9fb0001
|
add_tensor_layout_in_stra_ckpt
|
5 years ago |
mindspore-ci-bot
|
9940c723d5
|
!3980 [AutoParallel] add GatherV2P strategy analysis for W&D
Merge pull request !3980 from Chong/wd
|
5 years ago |
mindspore-ci-bot
|
6b14a1e85f
|
!3950 Add CI ps test cases.
Merge pull request !3950 from ZPaC/ci-add-ps-cases
|
5 years ago |
ZPaC
|
b10d4d6e0d
|
Add ps ci test cases.
|
5 years ago |
hongxing
|
c68dc39d6c
|
support GatherV2P and fix Reduce bug
|
5 years ago |
mindspore-ci-bot
|
617b98f104
|
!3966 [AutoParallel]Add dropout distributed op
Merge pull request !3966 from lichen/add_dropout_distributed_op
|
5 years ago |
lichenever
|
bfc96de1b9
|
add dropout distributed op
|
5 years ago |
liubuyu
|
d81862a916
|
decoupling core and context
|
5 years ago |
Yi Huaijie
|
80bdcab982
|
temporarily cast between int64 and int32 to wait ME support int64
|
5 years ago |
Yi Huaijie
|
518cb80133
|
change type of Shape from int32 to int64
|
5 years ago |
mindspore-ci-bot
|
40dc0eff6d
|
!3900 Delete master hard code in pull node
Merge pull request !3900 from ZPaC/master-delete-hard-code-in-pull-node
|
5 years ago |
ZPaC
|
4281f38075
|
Delete hard code in pull kernel.
|
5 years ago |
suteng
|
19e45ccdb1
|
回退 'Pull Request !3103 : change type of Shape from int32 to int64'
|
5 years ago |
mindspore-ci-bot
|
e0a2d2f914
|
!3858 Fix worker sgd error in master
Merge pull request !3858 from ZPaC/master-fix-ps-sgd
|
5 years ago |
Yi Huaijie
|
15d5cc396d
|
change type of Shape from int32 to int64
|
5 years ago |
mindspore-ci-bot
|
be507b96e0
|
!3473 [refine]change base class of parameter
Merge pull request !3473 from vlne-v1/change_base_class_of_parameter
|
5 years ago |
mindspore-ci-bot
|
8ff7c0b640
|
!3859 embeddinglookup support cpu in auto parallel
Merge pull request !3859 from yao_yf/embeddinglookup_parallel_ops_host_device
|
5 years ago |
mindspore-ci-bot
|
25fdb67e3d
|
!3744 [Auto parallel] Add a new graph operation in the DP algorithm
Merge pull request !3744 from Xiaoda/14-add-new-graph-operations-in-auto-parallel
|
5 years ago |
yao_yf
|
c853c4d231
|
embeddinglookup support host_device in auto parallel
|
5 years ago |
cristoval
|
273f3b3985
|
fix sync sgd under multi-worker
|
5 years ago |
Wei Luning
|
a05c38bb63
|
make python Parameter inherit from Tensor
|
5 years ago |