Commit Graph

2303 Commits (master)

Author SHA1 Message Date
huangxinjing dd0da1542d Add input check
4 years ago
yanglf1121 918679daa3 add tensor.ndim and rename tensor.size() to tensor.size
4 years ago
huangxinjing a8446af1ab Fix condition check
4 years ago
gzhcv bad8c0e422 Modify profiling dir structure to fit the new Run Package
4 years ago
mindspore-ci-bot 893d59afd7 !10097 Fix bugs for np.mean, np.asarray, np.concatenate, np.linspace
4 years ago
Mahdi 98ea8fa6ea Added tests for chain samplers, fixed GetDatasetSize issue with chained samplers
4 years ago
mindspore-ci-bot fc11b7dd68 !10074 Fix a testcase error when shuffle is above cache
4 years ago
mindspore-ci-bot 691e3baab6 !10109 [MD] Fix Decode doc & RandomNode log
4 years ago
mindspore-ci-bot 6035823c4b !10044 fix get num classes of concat
4 years ago
yanglf1121 760cd1870a corner cases check for np.asarray, np.mean, np.concatenate
4 years ago
luoyang 595b7a782f [MD] Fix Decode doc & RandomNode log
4 years ago
mindspore-ci-bot 734f50f36e !10083 support non tensor inputs in model predict
4 years ago
buxue f90f77c16e support non tensor inputs in model predict
4 years ago
buxue aeeef7607a remove the 'raise' in construct of Cell
4 years ago
Lixia Chen a7f0e13234 Remove special treatment for cache above repeat
4 years ago
YangLuo df9f4f41e8 fix get num classes of concat
4 years ago
mindspore-ci-bot 26ff566f90 !10002 fix get dataset size in distributed scenario
4 years ago
Xiao Tianci 633f97bb48 fix get dataset size in distributed scenario
4 years ago
yanglf1121 9072283395 fix mindpsore.numpy packaging issue and format API comments
4 years ago
mindspore-ci-bot c4f284b928 !9910 [MD][Perf] MindData add NormalizePad for GPU performance
4 years ago
mindspore-ci-bot b8faa8293b !9920 python eager add decode
4 years ago
mindspore-ci-bot dd134d7554 !9926 optimize list setitem in bprop
4 years ago
buxue 2530943a7f optimize list getitem in bprop
4 years ago
xiefangqi 3c6cc3c58c Add NormalizePadOp
4 years ago
YangLuo 18e61a627a python eager add decode
4 years ago
mindspore-ci-bot a9f2de8307 !9737 complete fancy index getitem
4 years ago
Payne 4c8f0914d0 complete fancy index getitem
4 years ago
mindspore-ci-bot ca4225a4f3 !9717 amend some script
4 years ago
mindspore-ci-bot 3a803b3c18 !9862 Fix the bug of ImageNetToMR
4 years ago
jiangzhenguang 9cf856dd25 amend some script
4 years ago
mindspore-ci-bot ad6507d88a !9825 [MD] fix pad, normalize in c_trasnform
4 years ago
mindspore-ci-bot e10dbb4a7f !9723 add ir passes to unify mindir
4 years ago
jjfeing 1984cf8e20 unify mindir
4 years ago
buxue 70d12aae26 add detailed and accurate description for support non tensor inputs for outermost net.
4 years ago
shenwei41 547f96717b Fix Bug
4 years ago
mindspore-ci-bot d5db8872fd !9834 Fix wrong input argument of Reshape for multi field embedding
4 years ago
huangxinjing 996ee72c50 Fix embedding layer
4 years ago
mindspore-ci-bot 5e35bec957 !9799 change_last_nodes_strategy_in_auto_parallel_when_eval_and_predict
4 years ago
luoyang 1cc147df1d fix pad, normalize in c_trasnform
4 years ago
mindspore-ci-bot 10d326ee62 !9798 hide arange
4 years ago
yao_yf 19fe28cb9b hange strategys of last nodes in eval/predict at auto parallel mode
4 years ago
Zirui Wu 77521e78d2 staging
4 years ago
Bairong 8cf43e59e0 hide arange, delete related test case and improve the doc string of nn.Range
4 years ago
mindspore-ci-bot 8c0d066bf9 !9763 Change name from interpolate to resizeBilinear
4 years ago
Xiaoda Zhang e78228603b move parallel-related black-list to core/ir, and fix the cloneCNode bug
4 years ago
l00591931 130c61cfc0 change name from interpolate to resizeBilinear
4 years ago
mindspore-ci-bot 9ecf062581 !9552 change the import level of dynamic_lr
4 years ago
mindspore-ci-bot 78fba32865 !9752 Fix potential hang in RandomData and incorrectly named functions
4 years ago
mindspore-ci-bot 3f82405d17 !9639 Add Numpy Native to Mindspore
4 years ago
Zirui Wu 91a6b2b0ca Add checks to RandomData and LookUp
4 years ago
yanglf1121 59e5afd2bb Add mindnumpy to mindspore
4 years ago
wangnan39@huawei.com 0fe9e2e4cb support import dynamic_lr from nn
4 years ago
mindspore-ci-bot a2aea8cba5 !9578 add_conv3d_transpose_object
4 years ago
mindspore-ci-bot 6d34bacc17 !9470 support arange in functional.py
4 years ago
jiangzhenguang 5060565920 add conv3d_transpose.
4 years ago
mindspore-ci-bot 317a97e6b9 !9336 auto num_parallel_workers setup
4 years ago
mindspore-ci-bot a2c80435ce !9685 Fix a core dump in TreeConsumer::Terminate() plus minor cache fixes
4 years ago
Zirui Wu d6df1b0832 Implemented AutoNumWorker Pass which sets num_workers of selected parallel ops automatically if enabled
4 years ago
Lixia Chen 32b82c2737 Fix a core dump in TreeConsumer::Terminate()
4 years ago
mindspore-ci-bot 934005f390 !9636 Remove batch_map multi-process test case
4 years ago
mindspore-ci-bot 231fccf66c !9600 Add Adagrad Optimizer
4 years ago
hesham ff65f6feb8 Remove batch_map multiprocess test case
4 years ago
mindspore-ci-bot f6a22cb455 !9591 Assignment enables negative index
4 years ago
mindspore-ci-bot ec3983b77d !9577 support distributed predict
4 years ago
zhuyuxiao 37bebc751b add adagrad optim
4 years ago
mindspore-ci-bot e6ec9be6c2 !9386 l1_regularizer开发
4 years ago
“dangjiaqi1” 39948670dd new update basic.py which add class L1Regularizer(Cell). new add test_l1_regularizer.py. new add test_l1_regularizer.py
4 years ago
l00591931 3189868a15 Assignment enable index smaller than 0
4 years ago
Bairong 2eeaec7512 support arange in functional.py
4 years ago
Ziyan e7e9dae54d support distributed predict
4 years ago
mindspore-ci-bot 186f5394ba !9155 add_conv3d_object
4 years ago
mindspore-ci-bot 5d1a8b09db !9097 Primitive Shape support return range of dynamic shape
4 years ago
mindspore-ci-bot 3c4a585143 !9545 Move API inner.DynamicGRUV2 to P.DynamicGRUV2.
4 years ago
mindspore-ci-bot aa5d4e08a9 !9544 Fix a possible seg fault in GenerateCRC caused by std::regex
4 years ago
liuxiao93 712ad98a92 Move API inner.DynamicGRUV2 to P.DynamicGRUV2.
4 years ago
mindspore-ci-bot 3b7acc57c9 !9508 [Auto parallel] Set CNODE's fullname when cloning
4 years ago
Lixia Chen 27579fe858 Fix a seg fault caused by std::regex
4 years ago
Nat Sutyanyong 4cb78f2e03 Remove Repeat(1),Take(-1), and Skip(0) in NodeRemovalPass
4 years ago
mindspore-ci-bot 3280474d71 !9533 dataset Python Pushdown - more minor code rework; CSVDataset delim_field bug fix
4 years ago
Jesse Lee 0c8dfc68ec Fix hang on RequestFreeTag
4 years ago
Cathy Wong 69b269c6cf dataset Python Pushdown - more minor code rework; CSVDataset delim_field bug fix
4 years ago
jiangzhenguang c45eee9b94 add conv3d object
4 years ago
Xiaoda Zhang 9a9e3a751e set cnode's fullname when cloning
4 years ago
mindspore-ci-bot 4f607e9c26 !9335 Add multiprocessing support to per_batch_map
4 years ago
mindspore-ci-bot a6b716003f !9469 Fix minor issues in distribution classes
4 years ago
Xun Deng 4ef9e9e57f fix minor issues in distribution classes
4 years ago
Nat Sutyanyong d69a29a44e Migrate 3 pre passes to IR optimizer, namely, cache_error_pass, epoch_injection, and removal_pass
4 years ago
mindspore-ci-bot 73c91e05b1 !9398 Change Build to return status
4 years ago
mindspore-ci-bot 4bb7303463 !9424 [PipelineSplit]Fix Shared Parameter bug
4 years ago
lichenever 818e920f02 fix_pipeline_split_param_shared_bug
4 years ago
mxm 82268dc703 support DynamicShape and StridedSlice primitive return range of shape value.
4 years ago
alex-yuyue ccff3a5316 Change build to return status
4 years ago
mindspore-ci-bot b9d2392937 !9350 Add Matrix_Determinant and Matrix_Inverse to Mindspore front-end
4 years ago
hesham 809f9c91be Add multiprocessing support to per_batch_map
4 years ago
lichenever 78e131cf15 pipeline_split adapt parallel
4 years ago
mindspore-ci-bot 79fef0df0e !9142 fix bug of addn not supported dynamic shape
4 years ago
bai-yangfan c46c4dffe4 mindir_suffix
4 years ago
peixu_ren 0adab15de7 Add Matrix_Determinant and Matrix_Inverse to Mindspore front-end
4 years ago
mindspore-ci-bot 51d885815a !9281 increase variable_memory_max_size max size from 30GB to 31GB
4 years ago
mindspore-ci-bot df44e1339e !9249 Optimizing GetDatasetSize
4 years ago
mindspore-ci-bot 4ffd9b578f !9331 More cache minor fix for HQ testers
4 years ago
Mahdi f80553bc6e Optimization for GetDatasetSize
4 years ago
Lixia Chen 2ddb1fb75e More CRC fix and blocking BatchOp under cache
4 years ago
mindspore-ci-bot 77ef72be30 !9306 fix ndarray field without type in mindrecord
4 years ago
laiyongqiang 11244f790a increase variable_memory_max_size max size from 30GB to 31GB
4 years ago
mindspore-ci-bot 45b705bca0 !9129 support abs() and mean() method for Tensor object
4 years ago
jonyguo 847e59bd6c fix: ndarray field without type in mindrecord
4 years ago
mindspore-ci-bot 920bbf1541 !9277 fix schema & zip validation
4 years ago
YangLuo 5cc3b76577 fix schema & zip validation
4 years ago
Bairong 623b2e3f99 support abs and mean of Tensor
4 years ago
mindspore-ci-bot e45f19adc8 !8697 support the outermost layer network inputs are list or dict or scalar
4 years ago
mindspore-ci-bot 5306c91cb7 !9214 support repeated calculation when the axis of gatherv2 is 0 and split
4 years ago
mindspore-ci-bot af3c27d354 !9244 Fix core dump with concat and getter_pass
4 years ago
mindspore-ci-bot ccf637f64a !9241 SequenceMask gpu kernel
4 years ago
mindspore-ci-bot c3e7a8255c !9248 Add input check to nlp operators
4 years ago
Eric cf802c839c Added missing input check for nlp operator
4 years ago
Zirui Wu 23487fae09 fix get_shape/type and a segfault in getter_pass
4 years ago
Peilin Wang f7dc2432a0 initial commit
4 years ago
buxue d6f91133c3 Support the outermost layer network inputs are list or dict or scalar
4 years ago
mindspore-ci-bot 762793cb8f !9175 fix a bug in random resize crop op and some lint
4 years ago
mindspore-ci-bot f0671ce513 !9076 [MD] Support vision c_transform python eager: Resize, Rescale, Normalize, HWC2CHW, Pad
4 years ago
mxm 59f9ac9975 Primitive 'AddN' support dynamic shape
4 years ago
yangzhenzhang 7b33f3e2ac gatherv2 axis split repeated calculation
4 years ago
mindspore-ci-bot b85bcff4b2 !9057 modify export file name
4 years ago
Xiao Tianci 12da8717b7 1.correct param check for vision op 2.fix config review 3.fix api doc
4 years ago
yangzhenzhang 7278f5c109 update_gatherv2_op
4 years ago
Xiaoda Zhang c79e988b0d set fullname for reshape after reshape-elimination
4 years ago
mindspore-ci-bot a146f982bc !8983 support variabel length virtual_dataset in auto parallel
4 years ago
mindspore-ci-bot dcde1fc70a !9092 Add LBeta op at nn level
4 years ago
luoyang aa4bf9a3f2 [MD] Support python-eager: Resize, Rescale, Normalize, HWC2CHW, Pad
4 years ago
changzherui 91301a6d1a modify export file name
4 years ago
mindspore-ci-bot 55f7e3dc16 !9135 Minor fixs for cache error message
4 years ago
peixu_ren 37d40bc495 Add Beta distribution
4 years ago
tinazhang 6f31bdbf67 fix issues for hq testers: I277HD, I277HV
4 years ago
peixu_ren 6355f46d32 Add LBeta op at nn level
4 years ago
tinazhang 27698866d1 Block take/skip under cache and fix docstring
4 years ago
yao_yf 9cda064716 auto parallel predict
4 years ago
mindspore-ci-bot 421cad24ef !8715 Add Gamma distribution
4 years ago
mindspore-ci-bot adc8e3e707 !8594 [MD] Pybind Pushdown Support for dataset
4 years ago
Eric Zhang 809e1d5086 added python api based on cpp api
4 years ago
mindspore-ci-bot 979bb26cba !9031 Fix DatasetCache parameter check
4 years ago
Lixia Chen ab7427f1a9 Minor fix for DatasetCache param validation
4 years ago
peixu_ren 93d4ef428f Add Gamma distribution
4 years ago
mindspore-ci-bot 22d683a805 !8920 Adapt ops LinSpace for Ascend.
4 years ago
mindspore-ci-bot d9b4b5c750 !8954 Add SequenceMask operator.
4 years ago
liuxiao93 584e241e29 Adapt ops LinSpace for Ascend.
4 years ago
peixu_ren 01f5da0a14 Add Poisson distribution
4 years ago
l00591931 17c0810f9e add SequenceMask operator
4 years ago
mindspore-ci-bot 3d6d820612 !8154 Add nn.MultiFieldEmbedding for the embedding lookup opearations
4 years ago
mindspore-ci-bot d915fd9b96 !8592 change repeat_elements to a composite op
4 years ago
huangxinjing b0deb7a289 Add dense embedding
4 years ago
mindspore-ci-bot 2eee1c06f0 !8842 Change Ones/Zeros operator
4 years ago
mindspore-ci-bot 7f725b93a3 !8234 Remove expm1_generic and log1p_generic from PP utils
4 years ago
l00591931 f1e92d0ea7 Change Ones/zeros
4 years ago
mindspore-ci-bot e3371a01d5 !8751 Fix minor bugs in bijector and distribution
4 years ago
mindspore-ci-bot cfb9fb40d0 !8794 Add nn.Interpolate() function.
4 years ago
l00591931 05e26f4739 Add nn.interpolate()
4 years ago
mindspore-ci-bot 81dfd70ece !8785 Add Parallel Operator UnsortedSegmentMax
4 years ago
tom__chen a52cd685fc change repeat_element op to a composite op
4 years ago
mindspore-ci-bot 8980bc3de7 !8675 support allreduce prod
4 years ago
mindspore-ci-bot 39352ca658 !8580 Add Operation AllSwap Primitive
4 years ago
huangxinjing 89e7778497 Add UnsortedSegmentMax Operation
4 years ago
mindspore-ci-bot fa2185b8ef !8661 Add nn.Tril() and nn.Triu()
4 years ago
mindspore-ci-bot f827c18f1d !8289 Add Parallel Implements of Slice Op
4 years ago
mindspore-ci-bot a3ae3b9794 !8695 add AdamOffload optimizer
4 years ago
l00591931 e1dba1337c Add nn.Tril function
4 years ago
Xun Deng b5e05472ce fix minor bugs in bijector and distribution utils, fix docs issues
4 years ago
mindspore-ci-bot f1ef84e1a6 !8714 dataset Python UT: Add Sampler Chain Tests, with get_dataset_size
4 years ago
mindspore-ci-bot 8e1ce841b4 !8688 dataset: modify the error log msg in python layer to be more acceptable
4 years ago
huangxinjing 8129806475 Add slice parallel op
4 years ago
mindspore-ci-bot ee72de1db2 !8441 Add Parallel Implements of UniformCandidateSampler
4 years ago
mindspore-ci-bot cd6236c0a0 !8712 update pipeline parallel interface
4 years ago
mindspore-ci-bot fb0e866ad1 !8269 forward unique dynamic shape
4 years ago
huangxinjing 23284f0b35 Add AllSwap Op
4 years ago
ms_yan 0cb5c47856 add err modify
4 years ago
wangnan39@huawei.com ab811fca8f add AdamOffload optimizer
4 years ago
yao_yf 31819bb4a7 support forward unique
4 years ago
yangzhenzhang 278e82a849 update pipeline parallel
4 years ago
yao_yf 1529d544b9 add allreduce prod
4 years ago
mindspore-ci-bot f40a4781e4 !8656 Adapt DynamicGRUV2Grad for Ascend new backend.
4 years ago
huangxinjing 2730cef047 Uniform Sampler Base Update
4 years ago
Cathy Wong e5f62013f4 dataset Python UT: Add Sampler Chain Tests, with get_dataset_size
4 years ago
peixu_ren 4aa836dae1 Add Digamma op
4 years ago
liuxiao93 2aaf5e2e1b Adapt DynamicGRUV2Grad for Ascend new backend.
4 years ago
peixu_ren 65d50861ec Remove expm1_generic and log1p_generic from PP utils
4 years ago
peixu_ren 5e9178c5b6 Add IGamma operator
4 years ago
mindspore-ci-bot 52eb2d3401 !8477 Add Cauchy distribution
4 years ago
mindspore-ci-bot b411c05de0 !8495 Adapt DynamicGRUV2 forward for Ascend new backend.
4 years ago
mindspore-ci-bot a321f402c8 !8579 Add view function for tensor
4 years ago
l00591931 7a192973ff Add view function for tensor
4 years ago
mindspore-ci-bot 2bf165c0b4 !8557 run cast before allgather in parallel optimzier
4 years ago
mindspore-ci-bot c11c79170e !8554 Add expand_as function to tensor
4 years ago
liuxiao93 d471ac491e Adapt DynamicGRUV2 forward for Ascend new backend.
4 years ago
Ziyan 0ddb754edb run cast before parallel optimizer
4 years ago
l00591931 ba7ee2aa13 add expand_as function
4 years ago
mindspore-ci-bot d2427b6e89 !8538 fix get_num_class in imagefolder
4 years ago
Zirui Wu 3555d19b07 fix get num_class in imagefolder
4 years ago
mindspore-ci-bot ffc5209c09 !8476 Merge CacheOp_dev fixes for HQ system test.
4 years ago
Jesse Lee c795879313 CacheOp delivery for HQ tester
4 years ago
mindspore-ci-bot a442024604 !8510 Add Ones and Zeros operators
4 years ago
l00591931 886ef520d7 Add Ones and Zeros operators
4 years ago
mindspore-ci-bot f16509388c !8409 Multi-dimensional list value assignment
4 years ago
Xun Deng 1a68ccb40b added Cauchy distribution
4 years ago
mindspore-ci-bot 156980778b !8416 Fix RealDiv Type Error when insert an VirtualDiv Operation
4 years ago
huangxinjing 12e9107162 Fix VirtualDiv Int32 error
4 years ago
l00591931 c5b5a6719c Enable multi-dimensional list value assignment
4 years ago
liuxiao93 92ba9d94df Adapt UnsortedSegmentMax for Ascend.
4 years ago
mindspore-ci-bot 4e07f43dff !8323 [Auto parallel] Supporting for-loop in strategy-searching
4 years ago
mindspore-ci-bot 5a4af56c15 !8322 add parallel op for Range
4 years ago
Xiaoda Zhang aa13d6b1cd support for-loop in auto-parallel
4 years ago
yangzhenzhang 9747bde861 add range op
4 years ago
HuangBingjian 265a6d61b6 reverse fix shape=0
4 years ago
mindspore-ci-bot 470027a3a2 !8318 Fix some bugs about API.
4 years ago
mindspore-ci-bot ec5c86c1bb !8191 redesigned bijector broadcast shape and bijector's dtype logic
4 years ago
mindspore-ci-bot 027916cb5f !8315 Cache server stability
4 years ago
liuxiao93 0a1155f938 Fix some bugs about API.
4 years ago
Lixia Chen f24a788eed Rebase up to 5792d50ca7
4 years ago
mindspore-ci-bot a9a9c45662 !8232 C++ api add Filter
4 years ago
mindspore-ci-bot 8c2ed3bb80 !8138 Throw an exception when a tensor with 0 shape is constructed.
4 years ago
Xiao Tianci 4a5e287b92 add filter c api and ut
4 years ago
HuangBingjian 4477fcfe19 fix shape bug.
4 years ago
yangzhenzhang 0a79ab82ae add parallel ops
4 years ago
mindspore-ci-bot c253d874e0 !8280 add export lenet grad example
4 years ago
changzherui 6b823282aa add export mindir lenet grad
4 years ago
Yi Huaijie d7faa77b5e support int64 shape
4 years ago
Xiaoda Zhang aa84484049 enabling approximation in DP algorithms
4 years ago
mindspore-ci-bot b3855530e3 !7838 Enumerate function enable tensor as input
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
mindspore-ci-bot 49eb4d3106 !8089 add antialias option for py reset
4 years ago
mindspore-ci-bot f3d7b32d56 !7855 Move backend opt pass ir files to the fold: verbose_ir_files
4 years ago
mindspore-ci-bot e9cd12e904 !8114 rectify and optimize the type checking function
4 years ago
mindspore-ci-bot 00294473e3 !7976 [pynative] Add nested derivative feature
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.
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
4 years ago
mindspore-ci-bot e99a8bd784 !8120 fix CI randomly fails
4 years ago
liuxiao93 45d343257b Add DynamicGRU.
4 years ago
zjun ccedf71de5 Add pynative bprop nested grad
4 years ago
mindspore-ci-bot ad930b30db !7891 add layer of clipbyglobalnorm
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 7e43eaf5e8 !8072 Revert changes to weighted_random_sampler in PR7866
4 years ago
mindspore-ci-bot 7092a33e87 !8039 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
mindspore-ci-bot cacebd1211 !7933 Cache performance updates
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
4 years ago
mindspore-ci-bot 015b244471 !7991 fix ReLUV2 error
4 years ago
liyong 0d40abf5dd fix md padding bug
4 years ago
Lixia Chen 572c5e5f29 Rebase up to 542a52fbf8
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
4 years ago
simson 3b21822824 get keys and values from dictionary & set tuple to dictionary
4 years ago
Zirui Wu ea97197311 fix tfrecord_op core dump
4 years ago
mindspore-ci-bot 163544795f !7922 add params check for offset in distributed_sampler
4 years ago
mindspore-ci-bot 376fa95717 !7771 Add Parallel SegmentOps
4 years ago
Xiao Tianci 823e52f1dc add params checking of offset in distributed_sampler
4 years ago
mindspore-ci-bot 0d43e37f22 !7651 Add embedding and embedding_lookup
4 years ago
huangxinjing bf5d21770a Add UnsortedSegmentSum and UnosrtedSemenMin For Oparallel Implements
4 years ago
Xun Deng d4df6f82ea support get_dist_args
4 years ago
mindspore-ci-bot d4142d682d !7437 auto parallel support dynamic
4 years ago
jzg 7cbd55e17d add embedding layer.
4 years ago
mindspore-ci-bot 08e6ac0b09 !7805 support split ValueList
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
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
huanghui a9e781921a Support determine tensor in(not in) a list(tuple)
4 years ago
mindspore-ci-bot f711e01f61 !7719 refactor cnode strategy
4 years ago
Ziyan 069318899a refactor get cnode strategy
4 years ago
mindspore-ci-bot c5867d2d7e !7676 [MD] fix arm compile error
4 years ago
liyong 1e7f46c998 fix unorder_map hash
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
4 years ago
mindspore-ci-bot d50736df2c !7607 modify_normal_seed
4 years ago
mindspore-ci-bot 1795840436 !7581 Extension interface for dense
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
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
mindspore-ci-bot 22bde4bd9b !7390 Add nonzero and moments
4 years ago
ougongchang 6072b25a07 SummaryRecord support to record mindexplain data
4 years ago
jzg 374e9e199d add moment and nonzero.
4 years ago
mindspore-ci-bot 1ee9c4d014 !6645 [MD] add unique op
4 years ago
mindspore-ci-bot 8bfe141680 !7571 fix bug in reshape strategy search when reshape as the first operator
4 years ago
mindspore-ci-bot 3b55a25f8d !7463 move train.quant to compression module & add QuantizationAwareTraining
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
4 years ago
mindspore-ci-bot 20cd47b4d8 !7416 Support Gumbel Distribution
4 years ago
yuchaojie c8ec34d638 move train.quant to compression module & add QuantizationAwareTraining
4 years ago
mindspore-ci-bot b2b9016ddf !7429 modify normal seed
4 years ago
Xun Deng ce170b2241 added Gumbel distribution
4 years ago
lilei 04075671cf modify_normal_seed
4 years ago
mindspore-ci-bot 620d8b99b6 !6760 sparse optimizer
4 years ago
Jiaqi a30ccea62c sparse optimizer
4 years ago
Xiaoda Zhang fba2bfeb54 overwrite strategies for star graph structure
4 years ago
mindspore-ci-bot 3fd54fd58f !7361 Check whether the network args are tensors in the compile phase
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 7a45596593 !7373 Use MetaTensor instead of Initializer
4 years ago
mindspore-ci-bot 7b060b2562 !7209 Add some fake-quant operators
4 years ago
chenzomi acadb694aa [ME] delete reduant function in check_parameter
4 years ago
jzg 2c6a9c8486 add fake-quant operators.
4 years ago
chenzomi 5b769dfb20 [ME] Bug fix
4 years ago
lilei 7b135990e7 Use MetaTensor instead of Initializer
4 years ago
mindspore-ci-bot c68f36c81e !7311 [ME] change _check_parameter format
4 years ago
mindspore-ci-bot c967bf6846 !7339 fix for se-resnet50 accurancy
4 years ago
mindspore-ci-bot a5e8c1eab3 !7345 fix a bug case in reshape redistribution
4 years ago
yao_yf 022005b94a fix a bug cases in reshape redistribution
4 years ago
mindspore-ci-bot fc14f2f785 !7268 Support Invert and GumbelCDF Bijectors
4 years ago
mindspore-ci-bot 2801429db0 !7240 auto parallel support reshape redistribution in all scenes
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
4 years ago
yao_yf f60d81a15f support reshape redistribution in all scenes
4 years ago
Lizhenglong 46667aac4f Transition tools for tensorrecord to mindrecord,support 1.13.0-rc1 and higher version
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
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 55e369a125 !7144 [ME] change `check_integer` to format `check_positive_int` and `check_integeter`
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
4 years ago
mindspore-ci-bot fd0c03c493 !7090 implement parallel BroadcastTo
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 ab9cec0531 !7083 Support Categorical distribution
4 years ago
mindspore-ci-bot b1dd00f3a9 !7092 Support Logistic Distribution
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 6f77ec45f1 !6905 [MD] Enable cache for more leaf datasets
4 years ago
mindspore-ci-bot 86bbd1dc98 !6832 Add BCELoss
4 years ago
mindspore-ci-bot 58610443cb !7023 modify endofsequence for multi-machine
4 years ago
wuweikang a32811e160 modify endofsequence for multi-machine
4 years ago
wanyiming 4e93413c5a add_BCELoss
4 years ago
mindspore-ci-bot 2a799fe90e !6018 Set the number of epochs in mode.train() non-sink Mode
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
4 years ago
mindspore-ci-bot 9bd34a1b29 !6673 Add stage information for ops and 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
4 years ago
mindspore-ci-bot b785b7d0ff !6813 dataset UT: check PIL version, delete test_callback_2maps
4 years ago