Eric
85f0a9bc8f
Added dependency removal for data_helper
4 years ago
anancds
87edbdf720
added protobuf message
4 years ago
zhoufeng
183742009f
mindspore cxx api for 310 inference
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
shenwei41
9ffdf0b6d4
Add transform API
4 years ago
Xun Deng
fb0263f869
redesigned bijector classes, changed bacth_shape calculation in transformed distribution and upgraded dtype logic of bijector class
4 years ago
Zirui Wu
5d1ada682c
remove uncessary headers
...
staging II
clean up
further clean up
fix merge conflict with 8139
fix complie err
4 years ago
mindspore-ci-bot
1fca20c5e8
!8139 Remove `api` namespace from mindata/dataset
...
Merge pull request !8139 from h.farahat/ir_namespace
4 years ago
mindspore-ci-bot
49eb4d3106
!8089 add antialias option for py reset
...
Merge pull request !8089 from guozhijian/enhance_py_resize
4 years ago
mindspore-ci-bot
f3d7b32d56
!7855 Move backend opt pass ir files to the fold: verbose_ir_files
...
Merge pull request !7855 from huanghui/move_ir_files
4 years ago
mindspore-ci-bot
e9cd12e904
!8114 rectify and optimize the type checking function
...
Merge pull request !8114 from zhangbuxue/rectify_and_optimize_the_type_checking_function
4 years ago
mindspore-ci-bot
00294473e3
!7976 [pynative] Add nested derivative feature
...
Merge pull request !7976 from zjun/Add_nested_derivative
4 years ago
buxue
346bcfa3fd
Rectify and optimize the type checking function
4 years ago
jonyguo
1b78e34310
add ANTIALIAS support for python progress
4 years ago
mindspore-ci-bot
bbfef6233a
!8134 Add TBE op DynamicGRU for new and old backend.
...
Merge pull request !8134 from liuxiao93/DynamicGRU-new-old-backend
4 years ago
hesham
5169fb4c42
Remove api namespace
4 years ago
mindspore-ci-bot
6e2241d64f
!8096 Add DatasetNode as a base Class for IR nodes
...
Merge pull request !8096 from h.farahat/datasetNode
4 years ago
l00591931
6f165ee5e3
enumerate function and enumerate test case added
4 years ago
mindspore-ci-bot
e909b9077c
!7946 fix auto parallel optimizer weight shard
...
Merge pull request !7946 from gziyan/fix_auto_optim_shard
4 years ago
mindspore-ci-bot
e99a8bd784
!8120 fix CI randomly fails
...
Merge pull request !8120 from yihuaijie/master
4 years ago
liuxiao93
45d343257b
Add DynamicGRU.
4 years ago
zjun
ccedf71de5
Add pynative bprop nested grad
...
Signed-off-by: zjun <zhangjun0@huawei.com>
4 years ago
mindspore-ci-bot
ad930b30db
!7891 add layer of clipbyglobalnorm
...
Merge pull request !7891 from jiangzhenguang/add_clip_by_global_norm
4 years ago
huanghui
fa6c23358a
Move some ir files which backend optpass dumped to the fold: verbose_ir_files
4 years ago
Yi Huaijie
da29f232c6
fix CI random fails
4 years ago
Ziyan
c33f2cd796
fix auto optimizer weight shard
4 years ago
jzg
4851a67bb5
add layer of clipbyglobalnorm.
4 years ago
mindspore-ci-bot
17bc7ffca6
!8030 dump node input/output when task error
...
Merge pull request !8030 from jjfeing/master
4 years ago
mindspore-ci-bot
7e43eaf5e8
!8072 Revert changes to weighted_random_sampler in PR7866
...
Merge pull request !8072 from luoyang/pylint
4 years ago
jjfeing
56f1bb1b66
add dump data when task error
4 years ago
hesham
0ba0595caf
DatasetNode as a base for all IR nodes
4 years ago
mindspore-ci-bot
7092a33e87
!8039 support key ward way to pass arg for outermost net in graph mode
...
Merge pull request !8039 from zhangbuxue/support_key_ward_way_to_pass_arg_for_outermost_net_in_graph_mode
4 years ago
YangLuo
82cc7c3f63
[MD] Revert changes to weighted_random_sampler in PR7866
4 years ago
Mahdi
5005b434e6
Fixed repeat issue with GetDatasetSize
4 years ago
mindspore-ci-bot
cacebd1211
!7933 Cache performance updates
...
Merge pull request !7933 from Jamie/CacheOp_dev
4 years ago
mindspore-ci-bot
7ef7bef1d8
!7796 [MD] Enable C++ cache api for non-mappable datasets
...
Merge pull request !7796 from lixiachen/cache_c_api_nonmappable
4 years ago
buxue
1364b5c301
support key ward way to pass arg for outermost net in graph mode
4 years ago
mindspore-ci-bot
eb3b093686
!8013 [MD] fix minddataset padding bug
...
Merge pull request !8013 from liyong126/fix_md_pad
4 years ago
mindspore-ci-bot
015b244471
!7991 fix ReLUV2 error
...
Merge pull request !7991 from yihuaijie/dev
4 years ago
liyong
0d40abf5dd
fix md padding bug
4 years ago
Lixia Chen
572c5e5f29
Rebase up to 542a52fbf8
4 years ago
Cathy Wong
18ecd65f93
C++ API: Delete ValidateParams in dataset APIs; update error input UTs
4 years ago
Yi Huaijie
148d645915
fix ReLUV2 error
4 years ago
mindspore-ci-bot
870afe08f5
!7914 get keys and values from dictionary & set tuple to dictionary
...
Merge pull request !7914 from Simson/push-to-opensource
4 years ago
simson
3b21822824
get keys and values from dictionary & set tuple to dictionary
4 years ago
mindspore-ci-bot
8f44074796
!7866 [MD] C++ API support build_sentence_piece_vocab_node & sentence_piece_tokenizer
...
Merge pull request !7866 from luoyang/c-api-pyfunc
4 years ago
luoyang
52d278e858
[MD] C++ API support build_sentence_piece_vocab_node & sentence_piece_tokenizer
4 years ago
mindspore-ci-bot
2ba20dc8e7
!7848 Add five transforms API
...
Merge pull request !7848 from shenwei41/new_master
4 years ago
Zirui Wu
814044963b
add validation check in tfrecord_node
...
update ut
4 years ago
Zirui Wu
ea97197311
fix tfrecord_op core dump
...
add test case
fix ci
fix ci round 2
address review cmts
4 years ago
mindspore-ci-bot
c39c3ccfbe
!7734 Redesigned GetNumClasses
...
Merge pull request !7734 from Alex Yuyue/IR_dataset_input
4 years ago
shenwei41
779f0f387b
Add transforms API
4 years ago
mindspore-ci-bot
163544795f
!7922 add params check for offset in distributed_sampler
...
Merge pull request !7922 from xiaotianci/fix_distributed_sampler
4 years ago
mindspore-ci-bot
376fa95717
!7771 Add Parallel SegmentOps
...
Merge pull request !7771 from huangxinjing/segment_ops
4 years ago
Xiao Tianci
823e52f1dc
add params checking of offset in distributed_sampler
...
add related comment to explain
add related UT
4 years ago
mindspore-ci-bot
0d43e37f22
!7651 Add embedding and embedding_lookup
...
Merge pull request !7651 from jiangzhenguang/add_embedding_and_enbedding_lookup
4 years ago
Lixia Chen
02ddddfe7e
Enable caching over non-mappable dataset c++ api
...
and caching over Album dataset
4 years ago
huangxinjing
bf5d21770a
Add UnsortedSegmentSum and UnosrtedSemenMin For Oparallel Implements
4 years ago
alex-yuyue
913a49f3af
Add support for C++ API: GetNumClasses
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
Xun Deng
d4df6f82ea
support get_dist_args
4 years ago
mindspore-ci-bot
d4142d682d
!7437 auto parallel support dynamic
...
Merge pull request !7437 from yao_yf/auto_parallel_support_dynamic_shape
4 years ago
jzg
7cbd55e17d
add embedding layer.
4 years ago
mindspore-ci-bot
08e6ac0b09
!7805 support split ValueList
...
Merge pull request !7805 from yihuaijie/master
4 years ago
yao_yf
0cfe72cd22
auto parallel dynamic
4 years ago
Yi Huaijie
3102c4ff8d
support split ValueList
4 years ago
mindspore-ci-bot
2fac6d0595
!7794 Renamed ut test_invert.py to test_invert_bijector.py
...
Merge pull request !7794 from XunDeng/pp_issue_branch
4 years ago
mindspore-ci-bot
fcee224c0e
!7724 set last operator strategy euqal to label in eval or predict
...
Merge pull request !7724 from yao_yf/set_last_operator_strategy_euqal_to_label_in_eval
4 years ago
Xun Deng
5ffc16c6db
renamed test_invert_bijector
4 years ago
yao_yf
65d8e63580
set last node data parallel or repeat calculate in eval/predict
4 years ago
anancds
4b995fe170
fixed Destructor and RegisterRoute
4 years ago
huanghui
a9e781921a
Support determine tensor in(not in) a list(tuple)
4 years ago
mindspore-ci-bot
3376e0d034
!7704 [MD] Add testcases for cache c api
...
Merge pull request !7704 from lixiachen/cache_c_api
4 years ago
mindspore-ci-bot
d81bd7b17b
!7710 Add c++ API for GetRepeatCount and GetBatchSize
...
Merge pull request !7710 from h.farahat/getBatchRepeat
4 years ago
mindspore-ci-bot
0124eef185
!7729 [MD] Fix log of vision and dataset in C++ api
...
Merge pull request !7729 from luoyang/pylint
4 years ago
mindspore-ci-bot
7982f05038
!7730 [MD] Fix bugs in WeightedRandomSampler & SubsetRandomSampler
...
Merge pull request !7730 from luoyang/c-api-pyfunc
4 years ago
luoyang
f0e976dbda
[MD] Fix bugs in WeightedRandomSampler & SubsetRandomSampler
4 years ago
hesham
f3880f8355
Add GetBatchSizer and GetRepeatCount to c++ API
4 years ago
YangLuo
f3fa5a441d
[MD] Fix log of vision and dataset in C++ api
4 years ago
mindspore-ci-bot
f711e01f61
!7719 refactor cnode strategy
...
Merge pull request !7719 from gziyan/refactor_cnode
4 years ago
Ziyan
069318899a
refactor get cnode strategy
4 years ago
mindspore-ci-bot
c5867d2d7e
!7676 [MD] fix arm compile error
...
Merge pull request !7676 from liyong126/fix_arm_env
4 years ago
mindspore-ci-bot
3d194137da
!7702 Redesigned GetOutputType and GetOutputShape
...
Merge pull request !7702 from Alex Yuyue/IR_dataset_input
4 years ago
mindspore-ci-bot
48edd9708c
!7690 [MD] fix num_sample in randomsampler and sequential sampler
...
Merge pull request !7690 from liyong126/fix_md_num_samples
4 years ago
liyong
1e7f46c998
fix unorder_map hash
4 years ago
alex-yuyue
2906659673
Add support for GetOutputTypes and GetOutputShapes
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
mindspore-ci-bot
fe2852df82
!7703 C++ API: Add a parameter validation and fix incorrect format of error message for TFrecord
...
Merge pull request !7703 from TinaMengtingZhang/fix_tfrecord_issue_I1YKU6_I1YKXL
4 years ago
Lixia Chen
bc396febae
Add testcases for cache c api
4 years ago
tinazhang
e7346dd3a9
add a validation code to fix issue I1YKU6 and corresponded ut, fix format issue I1YKXL
4 years ago
Mahdi
0e03f5b0dd
Added GetDatasetSize
4 years ago
Zirui Wu
a85a256749
fix complie err in c_api_dataset_test_save
4 years ago
mindspore-ci-bot
3355bb5f2f
!7657 Leaf node IR breakdown, port to engine/ir/datasetops/source/
...
Merge pull request !7657 from ZiruiWu/ir_breakdown_leaf_nodes
4 years ago
liyong
ee042b90f7
fix num_sample in sequentialSampler and randomSampler
4 years ago
mindspore-ci-bot
2af6313f53
!7534 SummaryRecord support to record mindexplain data
...
Merge pull request !7534 from ougongchang/feature_mindexplain
4 years ago
mindspore-ci-bot
9d35fdc4e5
!7653 [MD] C++ api SaveOp
...
Merge pull request !7653 from luoyang/c-api-pyfunc
4 years ago
Zirui Wu
cfc50e231a
Added IR breakdown for remaining ops after PR7596
...
fix android build failure
fix include in datasets.cc
attempting fix android build
fix complie err x86
4 years ago
mindspore-ci-bot
d50736df2c
!7607 modify_normal_seed
...
Merge pull request !7607 from lilei/modify_normal
4 years ago
mindspore-ci-bot
1795840436
!7581 Extension interface for dense
...
Merge pull request !7581 from lilei/modify_bug
4 years ago
luoyang
8e60cfe800
[MD] C++ api save
4 years ago
mindspore-ci-bot
19b10d474f
!7530 [MD] Add divide image proccessing
...
Merge pull request !7530 from jiangzhiwen/lite/image_divide
4 years ago
mindspore-ci-bot
80725441b6
!7518 Added tcp server based on libevent
...
Merge pull request !7518 from anancds/tcp-server
4 years ago
mindspore-ci-bot
dc1ecdab28
!7623 [Data]Modify the behavior of the lite dataset, the default setting is to compile the dataset and mindspore lite trainging together
...
Merge pull request !7623 from xulei/lite_test0905
4 years ago
lilei
0c043d18ef
modify_normal
4 years ago
xulei2020
8f392204be
minddata build with mindspore-lite train
4 years ago
lilei
127f70ce40
Extension interface for dense
4 years ago
anancds
98bbb4ef7a
added tcp base on libevent
4 years ago
mindspore-ci-bot
22bde4bd9b
!7390 Add nonzero and moments
...
Merge pull request !7390 from jiangzhenguang/add_nonzero_and_moments
4 years ago
ougongchang
6072b25a07
SummaryRecord support to record mindexplain data
...
The SummaryRecord.add_value() method is extended to record the data of
MindExplain.
4 years ago
jzg
374e9e199d
add moment and nonzero.
4 years ago
mindspore-ci-bot
1ee9c4d014
!6645 [MD] add unique op
...
Merge pull request !6645 from liyong126/md_unique_op
4 years ago
mindspore-ci-bot
8bfe141680
!7571 fix bug in reshape strategy search when reshape as the first operator
...
Merge pull request !7571 from yao_yf/reshape_strategy_search_fix_when_reshape_is_first_op
4 years ago
mindspore-ci-bot
e09e154391
!7596 IR breakdown for 8 non-leaf nodes (except MapOp)
...
Merge pull request !7596 from ZiruiWu/ir_breakdown_non_leaf
4 years ago
mindspore-ci-bot
3b55a25f8d
!7463 move train.quant to compression module & add QuantizationAwareTraining
...
Merge pull request !7463 from yuchaojie/quant2
4 years ago
yao_yf
f7189adb91
fix bug in reshape strategy search when reshape is first operator
4 years ago
liyong
fb2bd156c9
add unique op
4 years ago
mindspore-ci-bot
f487797694
!7495 [Auto-parallel] Overwrite strategies for star graph structures
...
Merge pull request !7495 from Xiaoda/27-star-elimination-overload
4 years ago
Zirui Wu
d471552fc5
shuffle take repeat bucketbatch buildvocab repeat shuffle take project concat rename node IR added
...
concat, bucketbatch project rename
fix ci round 1
fix ci round 2
fix up
fix ci
4 years ago
mindspore-ci-bot
20cd47b4d8
!7416 Support Gumbel Distribution
...
Merge pull request !7416 from XunDeng/gumbel
4 years ago
mindspore-ci-bot
de7ea8e68c
!7540 Extract ImageFolderNode and BatchNode into its own files from datasets.cc/.h
...
Merge pull request !7540 from ZiruiWu/refactor_ir_demo
4 years ago
mindspore-ci-bot
566656ea72
!7558 fix the repeated calculation accuracy error
...
Merge pull request !7558 from yangzhenzhang/update-repeated-calculation
4 years ago
yuchaojie
c8ec34d638
move train.quant to compression module & add QuantizationAwareTraining
4 years ago
mindspore-ci-bot
a8dc0f5c1b
!7557 [MD] Add merge image proccessing
...
Merge pull request !7557 from jiangzhiwen/lite/merge
4 years ago
yangzhenzhang
eb6f4e3ce8
update repeated calculation
4 years ago
jiangzhiwen
8e785648da
add merge image processing
4 years ago
Zirui Wu
52eec881ec
Refactor ImageFolderNode and BatchNode into its separate files
...
fix ci
fix ci
address review cmmts, fix ci
remove dup code in datasets.cc
4 years ago
mindspore-ci-bot
b2b9016ddf
!7429 modify normal seed
...
Merge pull request !7429 from lilei/modify_bug
4 years ago
mindspore-ci-bot
643366ea70
!7538 Add empty string tensor support for Album
...
Merge pull request !7538 from EricZ/album_empty_string
4 years ago
Eric
7e21648e16
Added Album empty string tensor support
4 years ago
Zirui Wu
aa8442e0a3
add skeleton code for tree_adapter
...
stage II tree_adapter
add test case for tree_adapter
use dfs to build tree
add more test case
add test case
fix ci
fix ci round 2
fix ci round 3
fix ci round 4
fix complie error
fix ci round 6
fix ci round 7
fix ci round 8
fix ci round 9
4 years ago
Xun Deng
ce170b2241
added Gumbel distribution
4 years ago
lilei
04075671cf
modify_normal_seed
4 years ago
jiangzhiwen
fadc97a18f
add divide op
4 years ago
mindspore-ci-bot
620d8b99b6
!6760 sparse optimizer
...
Merge pull request !6760 from lijiaqi/sparse_optimizer
4 years ago
mindspore-ci-bot
48601f51b0
!7295 [MD] C++ api add MindDataset
...
Merge pull request !7295 from luoyang/c-api-pyfunc
4 years ago
mindspore-ci-bot
8ff82843ea
!7486 [MD] Add subtract image proccessing
...
Merge pull request !7486 from jiangzhiwen/lite/image_subtract
4 years ago
mindspore-ci-bot
947f6d96d1
!7414 C++ api add config_manager
...
Merge pull request !7414 from xiaotianci/c_api_config
4 years ago
mindspore-ci-bot
7707bb8540
!7439 [MD] Add YUV to BGR , Split, extractChannel ops
...
Merge pull request !7439 from xulei/lite_test0905
4 years ago
Jiaqi
a30ccea62c
sparse optimizer
4 years ago
Xiao Tianci
fb98fbcc9f
add c api config
4 years ago
luoyang
2dc8e5f421
[MD] C++ api add MindDataset
4 years ago
xulei2020
442cee15ad
add yuv420sp to bgr, split and extractchannel
4 years ago
Xiaoda Zhang
fba2bfeb54
overwrite strategies for star graph structure
4 years ago
jiangzhiwen
44f7978f7c
add image subtract
4 years ago
mindspore-ci-bot
3fd54fd58f
!7361 Check whether the network args are tensors in the compile phase
...
Merge pull request !7361 from YuJianfeng/master
4 years ago
yujianfeng
18a76ff3c5
Check whether the network args are tensors in the compile phase
4 years ago
yangzhenzhang
fc4ed975c4
handle repeated calculation
4 years ago
mindspore-ci-bot
70bd405338
!7375 Change normalize input check
...
Merge pull request !7375 from EricZ/change_normalize_check
4 years ago
mindspore-ci-bot
7a45596593
!7373 Use MetaTensor instead of Initializer
...
Merge pull request !7373 from lilei/modify_MetaTensor
4 years ago
mindspore-ci-bot
7b060b2562
!7209 Add some fake-quant operators
...
Merge pull request !7209 from jiangzhenguang/add_fake_quant_operator
4 years ago
mindspore-ci-bot
a69dbb2da5
!7388 [ME] delete reduant function in check_parameter
...
Merge pull request !7388 from chenzhongming/zomi_master
4 years ago
chenzomi
acadb694aa
[ME] delete reduant function in check_parameter
4 years ago
jzg
2c6a9c8486
add fake-quant operators.
4 years ago
anancds
28c9e9d9a5
Added http server based on libevent
4 years ago
chenzomi
5b769dfb20
[ME] Bug fix
4 years ago
lilei
7b135990e7
Use MetaTensor instead of Initializer
4 years ago
Eric
d3e89086e5
Removed check for normalize mean
4 years ago
mindspore-ci-bot
0357088a73
!7319 C++ API: vision ops - reorder and add gap UTs; correct parm desc style
...
Merge pull request !7319 from cathwong/ckw_c_api_transforms_tests2
4 years ago
mindspore-ci-bot
15b1725198
!7321 Fix ordering for album dataset
...
Merge pull request !7321 from EricZ/album_float_array
4 years ago
mindspore-ci-bot
c68f36c81e
!7311 [ME] change _check_parameter format
...
Merge pull request !7311 from chenzhongming/zomi_master
4 years ago
mindspore-ci-bot
c967bf6846
!7339 fix for se-resnet50 accurancy
...
Merge pull request !7339 from qujianwei/master
4 years ago
mindspore-ci-bot
a5e8c1eab3
!7345 fix a bug case in reshape redistribution
...
Merge pull request !7345 from yao_yf/reshape_redistribution_all_scene_support_add
4 years ago
yao_yf
022005b94a
fix a bug cases in reshape redistribution
4 years ago
Eric
359ad19884
Added float_array support
...
Added fix, tests to come
4 years ago
huanghui
b7519b7418
unify save_graphs_path
4 years ago
Cathy Wong
9f7c1a32e7
C++ API: vision ops - reorder and add gap UTs; correct parm desc style
4 years ago
mindspore-ci-bot
7e7d47db50
!7266 RandomResizedCrop for C API
...
Merge pull request !7266 from MahdiRahmaniHanzaki/c-api
4 years ago
mindspore-ci-bot
fc14f2f785
!7268 Support Invert and GumbelCDF Bijectors
...
Merge pull request !7268 from XunDeng/gumbel_cdf
4 years ago
shenwei41
87b108f4e0
C++ api add Rescale
4 years ago
mindspore-ci-bot
2801429db0
!7240 auto parallel support reshape redistribution in all scenes
...
Merge pull request !7240 from yao_yf/reshape_redistribution_all_scene_support
4 years ago
Mahdi
c8333accfc
RandomResizedCrop C API
4 years ago
Xun Deng
f2e8e143be
added gumbel_cdf and invert bijectors
4 years ago
Zirui Wu
c42a1b4a2f
fix batch core dump when col name doesn't exist
...
fix ci
4 years ago
yao_yf
f60d81a15f
support reshape redistribution in all scenes
4 years ago
mindspore-ci-bot
4a077f6341
!7035 Add validation for input image size of affine transformation
...
Merge pull request !7035 from jiangzhiwen/fix/check_affine_size
4 years ago
mindspore-ci-bot
2cb27c59e0
!7195 Transition tool for TensorRecord to MindRecord, support 1.13.0-rc1 and higher version.
...
Merge pull request !7195 from lizhenglong1992/TR_to_MR
4 years ago
mindspore-ci-bot
2d645fdc7e
!7184 [MD] C++ api add TypeCaseOp & RandomCropDecodeResizeOp
...
Merge pull request !7184 from luoyang/pylint
4 years ago
jiangzhiwen
197f0cabe0
check affine input size
4 years ago
Lizhenglong
46667aac4f
Transition tools for tensorrecord to mindrecord,support 1.13.0-rc1 and higher version
4 years ago
YangLuo
9e033bbe19
C++ api add TypeCaseOp & RandomCropDecodeResizeOp
4 years ago
xsmq
6364d56ebe
回退 'Pull Request !6995 : Support the transition of datarecord from 1.x.x version Tensorflow to Mindspore '
4 years ago
mindspore-ci-bot
e62481845e
!6995 Support the transition of datarecord from 1.x.x version Tensorflow to Mindspore
...
Merge pull request !6995 from lizhenglong1992/TF_to_MR
4 years ago
lizhenglong
16ef0977ee
support_1.x.x tfrecord to mindrecord
4 years ago
buxue
559c741cce
improve the way passing ags of partial
4 years ago
mindspore-ci-bot
c951d42c2c
!6728 [Ascend][DynamicShape] Dynamic shape feature
...
Merge pull request !6728 from caifubi/dynamic_shape_share_2
4 years ago
mindspore-ci-bot
7af0d3374f
!7147 insert memcpy in hccl input
...
Merge pull request !7147 from jjfeing/master
4 years ago
caifubi
d3b978147f
Ascend Dynamic Shape
4 years ago
jjfeing
755863ebae
insert memcpy when hccl node
4 years ago
mindspore-ci-bot
55e369a125
!7144 [ME] change `check_integer` to format `check_positive_int` and `check_integeter`
...
Merge pull request !7144 from chenzhongming/zomi_master
4 years ago
chenzomi
d471d32e87
[ME] change `check_integer` to format `check_positive_int` and `check_integeter`
4 years ago
mindspore-ci-bot
3d21c80e3b
!7110 [ME] delete check_bool and replace with Validate.check_bool
...
Merge pull request !7110 from chenzhongming/zomi_master
4 years ago
mindspore-ci-bot
fd0c03c493
!7090 implement parallel BroadcastTo
...
Merge pull request !7090 from yihuaijie/master
4 years ago
chenzomi
d4e8e94981
[ME] delete check_bool and replace with Validate.check_bool
4 years ago
Yi Huaijie
45d373d40e
implement parallel BroadcastTo
4 years ago
mindspore-ci-bot
d3bd1cb5b8
!6668 [Data Dump] [master] Fix asynchronous data dump failure
...
Merge pull request !6668 from caifubi/dump
4 years ago
mindspore-ci-bot
ab9cec0531
!7083 Support Categorical distribution
...
Merge pull request !7083 from XunDeng/categorical
4 years ago
mindspore-ci-bot
b1dd00f3a9
!7092 Support Logistic Distribution
...
Merge pull request !7092 from XunDeng/logistic
4 years ago
mindspore-ci-bot
ccb2e8851c
!6782 enable parallel optimizer in auto parallel
...
Merge pull request !6782 from gziyan/enable_optimizer_shard_in_auto_parallel
4 years ago
Cathy Wong
2aa26d245c
C++ API: Move vision ops to new vision files; create transforms namespace
4 years ago
Xun Deng
05a0dac125
add logistic distribution
4 years ago
Ziyan
ddc0113058
enable parallel optimizer in auto parallel
4 years ago
Xun Deng
877b561e77
added categorical distribution
4 years ago
mindspore-ci-bot
03f0e64af9
!7049 Fixes to TensorRow conversion and Tensor
...
Merge pull request !7049 from MahdiRahmaniHanzaki/c_func
4 years ago
mindspore-ci-bot
6f77ec45f1
!6905 [MD] Enable cache for more leaf datasets
...
Merge pull request !6905 from lixiachen/CacheOp_dev
4 years ago
mindspore-ci-bot
86bbd1dc98
!6832 Add BCELoss
...
Merge pull request !6832 from wanyiming/add_BCELoss
4 years ago
caifubi
b17b4abf7d
Fix async data dump failed
4 years ago
mindspore-ci-bot
58610443cb
!7023 modify endofsequence for multi-machine
...
Merge pull request !7023 from HW_KK/master
4 years ago
Mahdi
e92d4edceb
Updated TensorRow conversion
4 years ago
wuweikang
a32811e160
modify endofsequence for multi-machine
4 years ago
wanyiming
4e93413c5a
add_BCELoss
4 years ago
mindspore-ci-bot
2b1363bc7f
!6972 add set soc version api
...
Merge pull request !6972 from jjfeing/master
4 years ago
mindspore-ci-bot
2a799fe90e
!6018 Set the number of epochs in mode.train() non-sink Mode
...
Merge pull request !6018 from h.farahat/ms_nonsink_epochs
4 years ago
jjfeing
7dda95d247
set soc version
4 years ago
xiefangqi
82bc278e26
minddata use new ps api
4 years ago
jonyguo
19ca9762db
skip graphdata distributed test case when asan mode
4 years ago
mindspore-ci-bot
5171c90048
!6908 Added raise_not_implement_error functionality in distribution
...
Merge pull request !6908 from XunDeng/not_impl_error
4 years ago
mindspore-ci-bot
9bd34a1b29
!6673 Add stage information for ops and strategy
...
Merge pull request !6673 from huangxinjing/stage_strategy
4 years ago
Xun Deng
ea57699ed1
added raise_not_implemented_error in distribution
4 years ago
Lixia Chen
477808e622
Enable cache for other leaf ops
4 years ago
mindspore-ci-bot
0d8015b043
!5300 [MD] Add nD Slice Support
...
Merge pull request !5300 from nhussain/slice_op
4 years ago
mindspore-ci-bot
b785b7d0ff
!6813 dataset UT: check PIL version, delete test_callback_2maps
...
Merge pull request !6813 from cathwong/ckw_dataset_cleanup8
4 years ago
hesham
9cee0d2143
Add num_epochs to non-sink training
4 years ago
huangxinjing
4ef439e27b
Add stage information for ops and strategy
4 years ago
Cathy Wong
f2b07d907a
dataset UT: check PIL version, delete test_callback_2maps
4 years ago
mindspore-ci-bot
70221f5261
!6307 Conversion to and from TensorRow in C++
...
Merge pull request !6307 from MahdiRahmaniHanzaki/c_func
4 years ago
mindspore-ci-bot
4c0b3c1bd3
!6017 per_batch_map needs to support x input columns and y output columns
...
Merge pull request !6017 from ZiruiWu/per_batch_map_multi_col
4 years ago
mindspore-ci-bot
e88e114a50
!5930 Cache server phase 2 single node
...
Merge pull request !5930 from Jamie/CacheOp_dev
4 years ago
nhussain
77d507279c
first working implementation
...
add string implementation, can handle partial string slices
finish core implementation, added Index object
fix up the logic
add in new SliceOption object, cleaning up tests
4 years ago
Lixia Chen
983827ec5c
Rebase up to 88ded11f59
4 years ago
Zirui Wu
0cab373223
per_batch_map supports x num_columns to y num_columns
...
decided to use project after batch as well
per_batch_map 1->x colunm works
add more test case
add test cases, project after map
col order hahaah
fix ci
add test cases
addr review cmts
ci
fix build err
fix test case failure
ci
4 years ago
Mahdi
890598d112
Added TensorRow conversion
4 years ago
mindspore-ci-bot
2f3add4acd
!6301 [MD] Combine c++ and python ops in map
...
Merge pull request !6301 from nhussain/c_py_compose
4 years ago
mindspore-ci-bot
55be3c42a5
!5875 Add IFMR op for new backend.
...
Merge pull request !5875 from liuxiao93/IFMR-OpenSource-new-backend
4 years ago
peixu_ren
23ff21edd8
Added lognormal distribuition
4 years ago
mindspore-ci-bot
39874d133f
!6644 fix testcase running slowly
...
Merge pull request !6644 from guozhijian/fix_testcase_slowly
4 years ago
mindspore-ci-bot
9f84920f64
!6761 remove redundant check about IsInstance op
...
Merge pull request !6761 from liangzelang/fix_isinstance_op_bug
4 years ago
liangzelang
195d97ad46
Remove redundant check about IsInstance op
4 years ago
jonyguo
1c6c54ae0f
fix: testcase test_cutmix_batch_op.py slowly
4 years ago
Yi Huaijie
6066b16838
implement parallel Pack
4 years ago
mindspore-ci-bot
9475f9a19a
!6548 Implement parallel Split
...
Merge pull request !6548 from yihuaijie/dev
4 years ago
mindspore-ci-bot
f72f2c22fb
!6653 fix stream sync error for mixed precesion on pynative mode
...
Merge pull request !6653 from chujinjin/fix_stream_sync_error_for_mixed_precision
4 years ago
liuxiao93
0e02df812a
Add IFMR op for new backend.
...
(cherry picked from commit 17a5995e97
)
4 years ago
mindspore-ci-bot
091ee5085e
!6651 Modify init interface to internal interface
...
Merge pull request !6651 from lijiaqi/init
4 years ago
nhussain
fda9462682
embed python compose op
...
Leaf ops do self-reset.
embed python compose op
add implicit compose op
more tests
4 years ago
Jiaqi
4e3e6006b6
modify init
4 years ago
mindspore-ci-bot
dfe77372f5
!6505 Set top graph parameters' name the same as original graph parameters.
...
Merge pull request !6505 from 张清华/master2
4 years ago
chujinjin
1cf8f3b777
fix stream sync error for mixed precision
4 years ago
mindspore-ci-bot
428927bdff
!6554 fix pylint
...
Merge pull request !6554 from jinyaohui/master
4 years ago
mindspore-ci-bot
dde9f5ac25
!6607 delete SoftmaxCrossEntropyExpand interface
...
Merge pull request !6607 from ghzl/delete-SoftmaxCrossEntropyExpand
4 years ago
Zhang Qinghua
6c72d88ba1
Set top graph parameters' name as original graph parameters.
4 years ago
jinyaohui
334a32d501
fix pylint
4 years ago
Wei Luning
cdbd16de0c
fix bug in parameter set & fix code style in pynative_executa.cc
4 years ago
guohongzilong
a754dea90c
delete SoftmaxCrossEntropyExpand
4 years ago
mindspore-ci-bot
861602bce9
!6512 Clean up the view code
...
Merge pull request !6512 from shenwei41/sw_master
4 years ago
mindspore-ci-bot
f847414117
!6471 Fix AdjustAllReduceMulAdd pass
...
Merge pull request !6471 from thlinh/dev_Sep18_fix_AdjustAllReduceMulAdd_pass
4 years ago
mindspore-ci-bot
3aa07a4362
!6320 change mix_precision to c++
...
Merge pull request !6320 from vlne-v1/pynative_amp
4 years ago
mindspore-ci-bot
4905de06bd
!6545 improve the recognition of Parameter object and raise error when convert keywordarg to pydata
...
Merge pull request !6545 from zhangbuxue/improve_the_recognition_of_Parameter_object_and_raise_error_when_convert_keywordarg_to_pydata
4 years ago
shenwei41
f2e34b2eaf
Clean up the view code
4 years ago
mindspore-ci-bot
53a82fa6e0
!6472 fix get_dataset_size error in CelebaDataset when usage is not 'all'
...
Merge pull request !6472 from yanghaitao/yht_celeba_get_dataset_size
4 years ago
buxue
483c8a179a
improve the recognition of Parameter object and raise error when convert keywordarg to pydata
4 years ago
mindspore-ci-bot
5a20b11012
!6502 [AutoParallel]Fix auto parallel find loss bug
...
Merge pull request !6502 from lichen/fix_auto_parallel_find_loss_bug
4 years ago
mindspore-ci-bot
92aecf128f
!6549 [MD] minddata add iterator parameter validation
...
Merge pull request !6549 from xiefangqi/add_output_numpy_valid
4 years ago
yanghaitao1
4ff4c17632
fix get_dataset_size in CelebADataset when usage is not all
4 years ago
Hoai Linh Tran
46f07efc31
Fix AdjustAllReduceMulAdd pass
...
Revive tests in lib_test
Code cleaning
4 years ago
Yi Huaijie
18ed2bec53
implement parallel Split
4 years ago
xiefangqi
a6360cb2e4
add output_numpy validation to iterator
4 years ago
yanghaitao1
dd0d9fe9ab
fix ci error
4 years ago
kpy
44c01e27c0
do mixprecision in c++ for pynative
4 years ago
mindspore-ci-bot
1cfad93704
!6479 fix bucket_batch_by_length show pyfunc timeout
...
Merge pull request !6479 from yanghaitao/yht_bucket_batch_ci
4 years ago
lichenever
d4bba3f1d2
fix_auto_parallel_find_loss_bug
4 years ago
yanghaitao1
da15495d7b
fix bucket_batch ci error
4 years ago
mindspore-ci-bot
4d54de100b
!6411 [Auto parallel] Add a flag to control whether to overwrite the right-node in triangle-elimination of DP algorithm
...
Merge pull request !6411 from Xiaoda/23-fix-the-triangle-elimination-problem
4 years ago
Xiaoda Zhang
970490a6f0
add a flag to control whether overwrite the right-node in triangle elimination of DP algorithm
4 years ago
mindspore-ci-bot
c8e9d46391
!6450 Change PS directory.
...
Merge pull request !6450 from ZPaC/master-change-ps-dir
4 years ago
mindspore-ci-bot
8346da267b
!6400 add overflow check for make_range and optimize isinstance processing
...
Merge pull request !6400 from zhangbuxue/add_overflow_check_for_make_range_and_optimize_isinstance_processing
4 years ago
ZPaC
0b49f0fb57
change PS dir
4 years ago
mindspore-ci-bot
5d0b91cb22
!6436 [Ascend Profiling] FIx start profiling failed
...
Merge pull request !6436 from caifubi/profiling
4 years ago
caifubi
39039974b2
fix profiling start up fail
4 years ago
mindspore-ci-bot
ddac441dfd
!6171 [MD] loading dataset log / dataset validation / dataset description
...
Merge pull request !6171 from luoyang/c-api-pyfunc
4 years ago
luoyang
9064a5f731
add num_row check & fix api distributed sampler, lookup, default value
...
of usage
4 years ago
mindspore-ci-bot
d8d2a70cb3
!6344 [AutoParallel]fix auto parallel multigraph bug
...
Merge pull request !6344 from lichen/fix_auto_parallel_mutigraph_bug
4 years ago
buxue
14f6c95c28
add overflow check for make_range and optimize isinstance processing
4 years ago
lichenever
6b2a9de09f
fix auto parallel mutigrpah bug
4 years ago
mindspore-ci-bot
c57a472748
!5918 optimizer pynative memory
...
Merge pull request !5918 from flywind/optimizer_pynative_memory
4 years ago
mindspore-ci-bot
5e43308613
!6365 Refactoring Laplace random operator.
...
Merge pull request !6365 from jxlang910/push-to-opensource
4 years ago
mindspore-ci-bot
72d5256d1c
!6332 check wether full_batch valid
...
Merge pull request !6332 from yihuaijie/master
4 years ago
mindspore-ci-bot
af1c5aba5b
!6354 [Data][BUG]add SubStractMeanNormalize input param check
...
Merge pull request !6354 from xulei/lite_test0905
4 years ago
jin-xiulang
5873614b86
Refactoring laplace random operator.
4 years ago
buxue
458498900c
support not in and add check for grad_with_sens with no sense provide.
4 years ago
xulei2020
85962adffd
add code
4 years ago
kpy
4338dd266e
optimizer pynative graph memory
4 years ago
mindspore-ci-bot
111efc7538
!6248 change the API interface of op ConfusionMulGrad
...
Merge pull request !6248 from lihongkang/v2_master
4 years ago
Yi Huaijie
e4cd67596f
raise RuntimeError when using full_batch neither under semi_auto_parallel nor auto_parallel
4 years ago
mindspore-ci-bot
c899bcd001
!6111 sync-from-trunk-to-blue-zone-0912-c75b220
...
Merge pull request !6111 from HW_KK/master
4 years ago
wuweikang
e24f534002
sync-from-trunk-to-blue-zone-0912-c75b220
4 years ago
mindspore-ci-bot
3fe8916afa
!6241 [bug]add doc for some Parameter property & fix bug for `Isinstance`
...
Merge pull request !6241 from vlne-v1/I1V5VO-fix-isinstance
4 years ago
mindspore-ci-bot
bef2118253
!6300 [MD] fix get_dataset_size bug when set num_samples in DistributedSampler
...
Merge pull request !6300 from liyong126/fix_md_num_samples
4 years ago
mindspore-ci-bot
0d486adef1
!3974 Eliminate the pause for each cycle of the Repeat
...
Merge pull request !3974 from lixiachen/repeat_task2
4 years ago
mindspore-ci-bot
14b4763b15
!6224 Move pp test cases to probability folder
...
Merge pull request !6224 from XunDeng/pp_tests_folder_update
4 years ago
liyong
930e85ed5c
fix get_dataset_size in distributedSampler & num_samples
4 years ago
Wei Luning
8d17a2b8af
* add doc for some Parameter property.* add export in quant __all__* fix bug for isinstance & add ut for it
4 years ago
lihongkang
74e3adebb8
change api interface
4 years ago
buxue
c3c06514d7
perfect annotation of ops and context and support bool equal
4 years ago