mindspore-ci-bot
9ee144ea40
!4744 [AutoParallel]Support bert
...
Merge pull request !4744 from lichen/support_bert
5 years ago
mindspore-ci-bot
7b0a4e5929
!4796 Fix randomdata ut core dump problem
...
Merge pull request !4796 from xiefangqi/fix_randomdata_ut
5 years ago
xiefangqi
c0d18d2517
fix randomdata ut problem
5 years ago
mindspore-ci-bot
ed954dc407
!4782 Python UT fails on RandomPosterize
...
Merge pull request !4782 from islam_amin/bbox_class
5 years ago
mindspore-ci-bot
24700afa2d
!4689 add check for user define bprop in Pynative mode
...
Merge pull request !4689 from zhangbuxue/add_check_for_user_define_bprop_in_Pynative_mode
5 years ago
islam_amin
85357238fe
Fixing posterize python ut
5 years ago
Jesse Lee
8a08d0c37b
Phase 2 of CacheOp
5 years ago
Zirui Wu
78c1aa1d96
Implemented Callback for Dataset
...
implment pause in MapOp, added more to callback
add ds_callback
- Initial drop of Python DSCallback
- Pybind DSCallback
- Pybind DSCallback
added callback to mapOp
- de_pipeline DSCallback
- de_pipeline DSCallback
add test case, segfault for now
fix seg fault
- de_pipeline DSCallback
remove 1 line
update callback test case, now works
use builder class for mapOp callback
- de_pipeline DSCallback
- de_pipeline DSCallback
- de_pipeline DSCallback
better test case
minor fix
add comments and minor clean ups
get rid of nullptr in MapOp, use other flag instead
fix a bug ParseMapOp only takes 1 callback
- Added WaitedDSCalabck
refactor callback param
fix text case incorrect number
- added testing
fix cpp test case
- added testing
- revert back lenet changes
- cleanup test_callbacks.py
- cleanup test_callbacks.py
fix CI stage I
fix CI stage II
fix CI and update epoch counter
- add validation
- add more testing test_callbacks.py
use random data op to do tests
adjust when to call EpochBegin/End
- add repeat with callback
- addressing reviewers' comments
- docstring and CI fixes
- docstring and CI fixes
- docstring and CI fixes
- rebase with upstream/master
fix cpp test case
fix review comments
addr review cmts, add test case
5 years ago
YangLuo
b50ae27c72
!4597 [Dataset] C++ API Support for build_vocab
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
buxue
855d6b8fed
add check for user define bprop in Pynative mode.
5 years ago
lichenever
221a801395
auto parallel support bert
5 years ago
ZPaC
5084557f67
Export server embedding table ckpt.
5 years ago
mindspore-ci-bot
d541e261a0
!4696 C++ API Support for CSV Dataset
...
Merge pull request !4696 from jiangzhiwen/jzw/c_api_csv
5 years ago
mindspore-ci-bot
70a218123b
!4722 modiy error type
...
Merge pull request !4722 from lijiaqi/modify_error_type
5 years ago
mindspore-ci-bot
2db4bda219
!4622 serving restful init
...
Merge pull request !4622 from hexia/http_init
5 years ago
mindspore-ci-bot
256dccc651
!4498 Gnn data processing supports distributed scenarios
...
Merge pull request !4498 from heleiwang/gnn_distributed
5 years ago
jiangzhiwen
39df25f803
c++ api for CSV Dataset
5 years ago
mindspore-ci-bot
2112cb91d5
!4690 add categorical distribution
...
Merge pull request !4690 from baihuawei/categorical
5 years ago
李嘉琪
c65ea1687b
modify error type
5 years ago
mindspore-ci-bot
2d683234fb
!4723 Support to concat more than 3 tensors in auto parallel mode
...
Merge pull request !4723 from yangzhenzhang/concat-more-than-3-tensors
5 years ago
yangzhenzhang
cda08f6a52
concat 3 tensors in auto parallel mode
5 years ago
baihuawei
772e14d00d
add categorical
5 years ago
heleiwang
8ee4d8e92d
Gnn data processing supports distributed scenarios
5 years ago
mindspore-ci-bot
6868b9b6fa
!4422 Minddata new dataset api ==> RandomData
...
Merge pull request !4422 from xiefangqi/xfq_c++api_randomdata
5 years ago
mindspore-ci-bot
50b5c8035b
!4701 fix concat get_dataset_size error
...
Merge pull request !4701 from guozhijian/fix_concat_get_dataset_size_err
5 years ago
xiefangqi
b91e56375e
add randomdataset and schema
5 years ago
mindspore-ci-bot
2aab14242c
!4669 add toolbox and dpn
...
Merge pull request !4669 from zhangxinfeng3/master
5 years ago
mindspore-ci-bot
505b6b5a9b
!4699 NMS_GPU_Sorting_Mem Fix
...
Merge pull request !4699 from danishnxt/GPU_two
5 years ago
nhussain
738ae2c78d
change api to use std_vector
...
try to display image
5 years ago
islam_amin
979111d0ef
Added Posterize Op
5 years ago
jonyguo
b0b370336f
fix: concat get_dataset_size error
5 years ago
danish
97f08e74ec
nms_sorting fix
...
lint py fix 2
nms_py_file test value fix
lint fix
5 years ago
jonyguo
5f294fb90d
fix: random affine parameter check
5 years ago
panyifeng
22a9d02e9f
switch_layer incorporate env_get and tuple_get
5 years ago
hexia
75d116b5db
serving http init
5 years ago
zhangxinfeng3
d643c228d7
update variational and toolbox
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
cc077de9e3
!4425 fix if statement with no return coredump
...
Merge pull request !4425 from fary86/fix_if_no_return_coredump
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
mindspore-ci-bot
025e6f23f7
!4643 add test cases for parameter slice init using all kind of initializers
...
Merge pull request !4643 from yihuaijie/dev
5 years ago
mindspore-ci-bot
26de4540ef
!4639 rename param_value to param_info
...
Merge pull request !4639 from vlne-v1/rename_param_value
5 years ago
fary86
38083e055a
Fix coredump missing return statement after while loop
5 years ago
yangzhenzhang
6f6a8ae9f0
embedding lookup auto parallel
5 years ago
Wei Luning
c1c30a44f1
rename param_value -> param_info
5 years ago
mindspore-ci-bot
b92e776052
!4208 C++ API Support for Manifest Dataset
...
Merge pull request !4208 from jiangzhiwen/jzw/c_api_manifest
5 years ago
Yi Huaijie
0f7ead5f14
parameter slice init test all initializers
5 years ago
mindspore-ci-bot
3fb58fcbe4
!4585 add gpu nccl broadcast
...
Merge pull request !4585 from baihuawei/broadcast
5 years ago
jiangzhiwen
a88273bd3f
c++ api support for Manifest Dataset
5 years ago