Commit Graph

2263 Commits (bd777e0710ba51c66d1f37e9f73f60e405015a72)

Author SHA1 Message Date
mindspore-ci-bot 5c7fa52468 !5673 [performance]cell init opt performance
6 years ago
kingxian 92bebe65a9 cell init performance opt
6 years ago
yao_yf d4cfe55c04 rename mirror_mean to gradients_mean
6 years ago
BowenK 1bdb26f9e8 Warming up python pass by adding inline passes before it
6 years ago
mindspore-ci-bot 9018737e99 !5696 [Auto parallel] Move 'multi-subgraphs' interface to internal
6 years ago
mindspore-ci-bot c064c01b6b !5729 [AutoParallel]Add FuseBatchNormEx op
6 years ago
mindspore-ci-bot 7786adc3aa !5722 fix semi auto parallel parameter of reshape has another user
6 years ago
mindspore-ci-bot d76ac7c6e8 !5648 GetColumnNames for Python
6 years ago
lichenever d22f506431 add BatchNormEx op
6 years ago
mindspore-ci-bot 527d7f0afb !5580 [MD] remove finish in FileReader
6 years ago
yao_yf 05c003ae6b origin/semi_auto_parallel_reshape_parameter_has_another_user
6 years ago
mindspore-ci-bot fc79997de5 !5502 Mod SoftmaxCrossEntropyWithlogits
6 years ago
liyong ac39c20f41 del finish in FileReader
6 years ago
Xiaoda Zhang 42f1241270 remove 'multi-subgraphs' to internal
6 years ago
wanyiming 0ec70068ae mod_SoftmaxCrossEntropyWithLogits
6 years ago
mindspore-ci-bot 290979853e !5663 add check for mod when y in (-1, 0)
6 years ago
mindspore-ci-bot 021ba724cf !5645 [bug][api]updata signature
6 years ago
Mahdi 6e7aab8c4f Added GetColumnNames for Datasets
6 years ago
Cathy Wong 4d4c11b133 dataset API docstring cleanup: Standard product terms NumPy, Python
6 years ago
mindspore-ci-bot 35e6cca1a3 !5634 wrap numpy random seed into an api
6 years ago
buxue 4d59fe9ee1 add check for mod when y in (-1, 0)
6 years ago
Wei Luning 879a519136 updata signature
6 years ago
Yi Huaijie 4a5d115a66 add get_seed() and set_seed()
6 years ago
He Wei c1469d61ce Fix get_py_obj_dtype() for mindspore type
6 years ago
mindspore-ci-bot ccc0ea60ee !5661 fix auto parallel reshape strategy set when it is first operator
6 years ago
mindspore-ci-bot 847fadc8b9 !5516 auto parallel context modify
6 years ago
mindspore-ci-bot bb84f50407 !5473 optim pylint
6 years ago
mindspore-ci-bot 4ec343961e !5482 modify save_checkpoint
6 years ago
yao_yf 755f381406 fix auto parallel reshape strategy set when it is first operator
6 years ago
mindspore-ci-bot 03093778df !5387 Set num_epochs=1 for MindData python testcases
6 years ago
mindspore-ci-bot be3d79cb6b !4204 add dynamic shape support for GatherV2 and others
6 years ago
Lixia Chen 27d5281641 Change epoch count to 1 for python testcases
6 years ago
buxue 359e1f236e check user define bprop when there is parameter in nested network
6 years ago
fary86 144a35b17e Adapt GatherV2 for dynamic shape
6 years ago
mindspore-ci-bot 8f3ebfd469 !5624 Optimize the performance of GraphData.get_neg_sampled_neighbors
6 years ago
heleiwang 857cf2f77f Optimize the negative sampling process
6 years ago
mindspore-ci-bot c2fddb56c8 !4922 Transform tuple parameter to multiple parameters
6 years ago
huangdongrun 0099da2c99 add support for tuple parameter transform
6 years ago
mindspore-ci-bot 5453b40311 !4477 add dataset compare function to utils
6 years ago
mindspore-ci-bot ab29dbf98b !5385 dataset fixes: Update OneHot API doc; fixup UTs
6 years ago
mindspore-ci-bot 8ebc8ce9c6 !5438 support parameter tuple input in pynative mode
6 years ago
mindspore-ci-bot 1a4d3e351e !5586 Boost python pass compile and train performance
6 years ago
Cathy Wong 7f6782be2a dataset fixes: Update OneHot API docs; fixup Python UTs
6 years ago
mindspore-ci-bot 65819fb50c !5488 heck arg is tensor when graph output is a const or parameter
6 years ago
yao_yf 8f7aa5bd5a auto parallel context modify
6 years ago
kingfo 7765d44b76 support parameter tuple input in pynative mode
6 years ago
BowenK d6fb7d2db1 Remove debug drawing and printing to boost compile performance; re-opt after python pass to boost training; fix NewParameter tensor clone
6 years ago
buxue 4168c51f0d add check tensor when graph output is a const or parameter
6 years ago
liuyang_655 4683de3443 modify save_checkpoint
6 years ago
jinyaohui a9972a7def optim pylint
6 years ago
mindspore-ci-bot 4d963d96f4 !5534 Fix Tensor.from_numpy() returns wrong type
6 years ago
He Wei 27721ff4ea Fix Tensor.from_numpy() returns wrong type
6 years ago
mindspore-ci-bot e6a4d932b4 !5350 [AutoParallel]Rectification distributed init
6 years ago
mindspore-ci-bot be606ba8f5 !5432 Mindspore parallel supports all elementary-wise operators
6 years ago
lichenever d3e55b543e rectification init
6 years ago
Yi Huaijie 84948ca730 parallel supports more elementary-wise operators
6 years ago
mindspore-ci-bot 414184c184 !5367 Check the parameter's split strategies if it has multiple users
6 years ago
mindspore-ci-bot 820f2cb4eb !5351 move ParalleMode to Context
6 years ago
yao_yf 07117e4dd4 mv ParallelMode to context
6 years ago
He Wei d7cdda1cb0 Provide Tensor.from_numpy() to avoid copy
6 years ago
yangzhenzhang fbda03bbcc check parameter split
6 years ago
tony_liu2 70bfd506a1 add function
6 years ago
mindspore-ci-bot 7aaf4118bf !5297 CutMixBatch and MixUpBatch fix for 2D one-hot labels
6 years ago
mindspore-ci-bot 9392623066 !5181 Python pass pattern renaming and interface tweaking
6 years ago
mindspore-ci-bot e94416be0c !5283 Support setting operator io format in the frontend
6 years ago
mindspore-ci-bot fabebb2678 !5264 [bug]fix bugs when parameters updata
6 years ago
mindspore-ci-bot b346f0b3ec !5026 Fix the problem of resource clear
6 years ago
simson d4babf190c fix risk of memory leak
6 years ago
BowenK 641d12d6d9 python pass pattern renaming and interface tweaking
6 years ago
mindspore-ci-bot 66d6320b21 !5224 Add test case about loss scale in parallel mode
6 years ago
mahdi 7ad7024c45 Fixed 2D one-hot label problems in CutMix and MixUp
6 years ago
islam_amin 94a4a3f20b changing affine and posterize apis
6 years ago
Wei Luning 4cc8342b5b fix bug in Parameter init_data
6 years ago
梁成辉 34d433fd9a Set io format for old backend
6 years ago
kpy 44b738e8ac fix grad all ci bug
6 years ago
mindspore-ci-bot 314c5ad055 !5172 remove name arg from gradoperation
6 years ago
mindspore-ci-bot 95212b55a0 !3271 make reftype a subtype of MetaTensor and try to mark ref in node input
6 years ago
yangzhenzhang 6ae5893681 add test cases
6 years ago
Wei Luning 24a10225cf change base class of ref to tensor in cpp
6 years ago
mindspore-ci-bot e4d2f2fd3b !5030 Adding a BBox class and fixing Posterize C Op testing.
6 years ago
panyifeng 1a54785fe2 remove name arg from gradoperation
6 years ago
mindspore-ci-bot 20b3134785 !5184 fix: padded dataset when no div and with repeat op
6 years ago
mindspore-ci-bot f3fd7a5578 !5073 Add checks and exception handling DS callback
6 years ago
jonyguo 6df1a43ec2 fix: padded dataset with non div & repeat
6 years ago
mindspore-ci-bot 971716f4b9 !5136 fix large for loop runtime error due to lacking of backend operators
6 years ago
mindspore-ci-bot 346b97acb8 !5156 fix softdvpp coredump
6 years ago
qianlong 12dfca71f1 fix softdvpp coredump
6 years ago
YangLuo 67f5c89cd6 Check input image type for random posterize
6 years ago
fary86 8d245497a4 Fix large for loop Runtime Error due to backend missing operators
6 years ago
huangdongrun 113641decd fix test cases
6 years ago
mindspore-ci-bot 7d4f481884 !5017 remove internal interface in wide&deep
6 years ago
mindspore-ci-bot 957126375b !5095 Adding Float tensor support for CutMixBatch
6 years ago
mindspore-ci-bot afd16fbf0a !4963 fix bug of switch layer join
6 years ago
mindspore-ci-bot abe6b82138 !5011 remove global grad ops
6 years ago
fary86 947e19b839 Fix bug of switch layer join
6 years ago
islam_amin 641e751d5e adding bbox class
6 years ago
Mahdi a2c38d89f9 Added float32 support for CutMixBatch
6 years ago
hesham 8eeceb267b - release the wait if training is ended
6 years ago
yao_yf a9a8e323b2 remove internal interface in wide&deep
6 years ago
mindspore-ci-bot 4f6e63fcf8 !4576 Support if by if not inline
6 years ago
mindspore-ci-bot fc6eee3bda !5019 raise RuntimeError when set different mode after Initializer created
6 years ago
huangdongrun 1bd9fefd84 support if by if not inline
6 years ago
panyifeng 637e812347 remove global grad ops
6 years ago
mindspore-ci-bot 226f019e45 !4888 add parallel attention test
6 years ago
Yi Huaijie 394be43492 raise RuntimeError when set different mode after Initializer created
6 years ago
mindspore-ci-bot 8d693306f4 !4126 Add new parameter
6 years ago
Zichun Ye 9e7d6e2397 fix bernoulli prob formula; fix some other minor bugs
6 years ago
mindspore-ci-bot 94a109f476 !4898 Fix coredump caused by function call depth too large
6 years ago
fary86 04524b6bd3 Fix coredump caused by function call depth too large
6 years ago
mindspore-ci-bot ac81886328 !4916 fix generator_dataset hangs and test_graphdata_distributed.py failing randomly
6 years ago
mindspore-ci-bot b366608a3f !4952 Fix errors in log calculation logics
6 years ago
mindspore-ci-bot 9b503e4f38 !4955 Fixes for Dynamic Augmentation Ops
6 years ago
peixu_ren 1c8eb9b15d Fix errors in log calculation logics
6 years ago
Mahdi a5f9b8f92e Added fix for MixUpBatch and CutMixBatch and for RandomAffine
6 years ago
mindspore-ci-bot 9d7250c483 !4776 Introduce 2 extra ctrl flags to DataBuffer in dataset, address remaining cmts to PR4632
6 years ago
Zirui Wu 74c1e6da60 introducing pause and quit flags to DataBuffer
6 years ago
mindspore-ci-bot 82c888f065 !4930 Fix CI cifar hang issue
6 years ago
xiefangqi e3e7820413 fix cifar stuck problem
6 years ago
mindspore-ci-bot 0d1a7ac654 !4909 [bug]support implicit type conversion for parameter
6 years ago
BowenK e7c6b7e66a Add NewParameter and Imm patterns
6 years ago
mindspore-ci-bot c92f7c9170 !4911 add func type check for switch layer
6 years ago
panyifeng abab21ed57 add func type check for switch layer
6 years ago
mindspore-ci-bot 6e8d3a3b82 !4859 Add CTCGrerdyDecoder ops for old backend.
6 years ago
heleiwang 4870abc848 1. fix generator_dataset hangs
6 years ago
Wei Luning 77dcdd89ec support parameter updata with implicit type conversion
6 years ago
panyifeng f9f3cd7ce0 fix switch_layer_issues
6 years ago
mindspore-ci-bot bccb92adf7 !4868 fix: concat with none sample dataset
6 years ago
liuxiao93 9bc18ea2e5 Add CTCGrerdyDecoder ops for GE.
6 years ago
Su Teng e3ae23c939 add parallel attention test
6 years ago
mindspore-ci-bot 2ac410e90d !4789 Add EditDistance op for GE.
6 years ago
mindspore-ci-bot 3d06cbf987 !4801 Must set or change parallel mode before any Initializer created
6 years ago
jonyguo 5b4b539751 fix: concat with none sample dataset
6 years ago
mindspore-ci-bot 2cb22a0f78 !4688 Fix bool operation parsing to be consistent with pynative
6 years ago
liuxiao93 4c99f4f649 Add EditDistance op for GE.
6 years ago
Yi Huaijie 89a4ebf8a1 parallel mode must be set before create an initializer
6 years ago
huangdongrun f30418991c refactor bool op parsing to be consistent with pynative mode
6 years ago
mindspore-ci-bot 9ee144ea40 !4744 [AutoParallel]Support bert
6 years ago
mindspore-ci-bot ed954dc407 !4782 Python UT fails on RandomPosterize
6 years ago
mindspore-ci-bot 24700afa2d !4689 add check for user define bprop in Pynative mode
6 years ago
islam_amin 85357238fe Fixing posterize python ut
6 years ago
Jesse Lee 8a08d0c37b Phase 2 of CacheOp
6 years ago
Zirui Wu 78c1aa1d96 Implemented Callback for Dataset
6 years ago
buxue 855d6b8fed add check for user define bprop in Pynative mode.
6 years ago
lichenever 221a801395 auto parallel support bert
6 years ago
mindspore-ci-bot 70a218123b !4722 modiy error type
6 years ago
mindspore-ci-bot 256dccc651 !4498 Gnn data processing supports distributed scenarios
6 years ago
李嘉琪 c65ea1687b modify error type
6 years ago
mindspore-ci-bot 2d683234fb !4723 Support to concat more than 3 tensors in auto parallel mode
6 years ago
yangzhenzhang cda08f6a52 concat 3 tensors in auto parallel mode
6 years ago
heleiwang 8ee4d8e92d Gnn data processing supports distributed scenarios
6 years ago
mindspore-ci-bot 50b5c8035b !4701 fix concat get_dataset_size error
6 years ago
nhussain 738ae2c78d change api to use std_vector
6 years ago
islam_amin 979111d0ef Added Posterize Op
6 years ago
jonyguo b0b370336f fix: concat get_dataset_size error
6 years ago
jonyguo 5f294fb90d fix: random affine parameter check
6 years ago
panyifeng 22a9d02e9f switch_layer incorporate env_get and tuple_get
6 years ago
mindspore-ci-bot cc077de9e3 !4425 fix if statement with no return coredump
6 years ago
mindspore-ci-bot 2ae6365d77 !4650 EmbeddingLookup support auto parallel
6 years ago
fary86 38083e055a Fix coredump missing return statement after while loop
6 years ago
yangzhenzhang 6f6a8ae9f0 embedding lookup auto parallel
6 years ago
Yi Huaijie 0f7ead5f14 parameter slice init test all initializers
6 years ago
mindspore-ci-bot 113ff6ca24 !4367 CutMixBatch Augmentation Op
6 years ago
mahdi 3ecc53fb4e Added CutMix
6 years ago
mindspore-ci-bot d1ad33676b !4598 support axis is None for all and any interface in graph mode
6 years ago
buxue 09f1a4bbaf support axis is None for all and any interface in graph mode.
6 years ago
jonyguo 8bb4449fa8 add testcase for padded dataset with decode op
6 years ago
mayang c410c6a6e2 soft_dvpp_decode_resize_jpeg_op issue resolved, input size can be an int, break the constraints of input size being sequence (height, width)
6 years ago
mindspore-ci-bot f875bf21bc !2948 fix control flow
6 years ago
huangdongrun 2a6d346d2f support if by if grad parameter
6 years ago
mindspore-ci-bot 7d70fb4dc4 !3769 add RandomColorOp
6 years ago
mindspore-ci-bot 0e4d2c2535 !4188 fix switch layer sigle prim cell
6 years ago
mindspore-ci-bot f41c21c5fa !4284 remove to_full_tensor and load_inputs in exexute stage
6 years ago
panyifeng 1c296b96c9 fix switch layer sigle prim cell
6 years ago
Wei Luning d18ce95714 * add support to update by scalar* fix update error for by Initializer when slice_shape is* add ut for compute and update
6 years ago
yao_yf cbb4363fa7 remove to_full_tensor and load_inputs in exexute stage
6 years ago
mindspore-ci-bot 0f637fdc58 !4404 update field split
6 years ago
mindspore-ci-bot 93f60269c3 !4369 Added distribution_specific_args checking to some functions and fixed minor issues in docs
6 years ago
yangzhenzhang 14c77c9f03 update field split
6 years ago
Alexey Shevlyakov 8526d5414d RandomColor
6 years ago
mindspore-ci-bot 7a10e07fc6 !4383 Add distributedSampler to concatOP
6 years ago
genglishuai 4d4df68d1e add DistributedSampler for Concat op
6 years ago
mindspore-ci-bot b4b6e5c8ed !4370 support kw and kwargs for cell in Pynative
6 years ago
mindspore-ci-bot ed1244558c !4366 Fixing param type in c++ api and fixing python validator for Repeat Op
6 years ago
buxue 0be4114240 support kw and kwargs for cell in Pynative
6 years ago
mindspore-ci-bot 1b63c76c61 !4194 Add infer and dpn to nn/probability
6 years ago
mindspore-ci-bot 2db0290c49 !4356 Add validation for field split
6 years ago
mindspore-ci-bot 58be11907c !4346 all dataset support get_dataset_size
6 years ago
mindspore-ci-bot 579e0ab925 !4354 modify python ut runtest.sh
6 years ago
zhangxinfeng3 b16b71b9e8 add infer and dpn
6 years ago
yangzhenzhang 4a0e6ff7fc update field split
6 years ago
Xun Deng c0a3b51bb8 fixed minor issues in docs, updated parameter checking in some functions in distributions
6 years ago
tinazhang 0868720eb7 fix parameter type for repeat op in c++ api and added c++/python ut.
6 years ago
changzherui d3f709be55 modify python ut runtest.sh
6 years ago
anzhengqi 3e31ac6d62 all Dataset support get_dataset_size
6 years ago
yao_yf e4de26d5bc embeddinglookup wrap
6 years ago
mindspore-ci-bot 735fc98c78 !4265 support two mstypes do equal.
6 years ago
mindspore-ci-bot 5b3f209e43 !4269 change export from geir to air
6 years ago
buxue 35677ac098 support two mstypes do equal.
6 years ago
mindspore-ci-bot 9276a9d2fb !3771 C++ API Support for TextFile Dataset
6 years ago
avakh 477528de7f random sharpness cpp op support
6 years ago
mindspore-ci-bot 8ee68ae667 !4245 [MD] Add SolarizeOp
6 years ago
fary86 73325e0f01 Change export interface
6 years ago
nhussain 7766efd58e add files
6 years ago
Cathy Wong 7f39b5cfd7 C++ API Support for TextFile Dataset and Unit Tests
6 years ago
mindspore-ci-bot 4f75adb11a !4297 sync code incubator to master
6 years ago
mindspore-ci-bot c2997845c2 !4289 Fix pad op validate issue
6 years ago
mindspore-ci-bot 67f5b0e916 !4258 change binary to mindir
6 years ago
jonyguo 4964f7703a Merge branch 'master' into code_sync_incubator_f3c32baf_to_master_fcfc75a3_0811
6 years ago
xiefangqi 7ee1e46455 fix pad op validate issue
6 years ago
qianlong e9c4378ed8 add support of soft dvpp op
6 years ago
leopz eea597c92a change binary to mindir
6 years ago
mindspore-ci-bot b120cbcfb4 !4249 Add parameter checking in distributions
6 years ago
mindspore-ci-bot 6772bbde8d !4021 Add ScalarAffine and Softplus bijector
6 years ago
mindspore-ci-bot 266df56570 !4220 [MD] add num_samples support in minddataset pk sampler
6 years ago
islam_amin e52d85ba9d Added RandomAffine Op
6 years ago
Xun Deng be6db4a6fe add scalar affine and softplus bijector
6 years ago
Xun Deng 415dad3adb added some parameter checking
6 years ago
mindspore-ci-bot 9ad82f79fd !3979 Adding MixUp operation
6 years ago
liyong 7341421d3b fix num samples in pk sampler
6 years ago
mindspore-ci-bot e195fa6f9e !4192 Fix md five_crop ci problem
6 years ago
xiefangqi 3d7826b6df test five crop problem
6 years ago
mindspore-ci-bot fe0b8d6272 !4068 Add parallel operator for Concat
6 years ago
peixu_ren 3820533ad1 Refactor Gamma and Poisson ops
6 years ago
changzherui 22336c0843 sync 0807 code to ms-incubator
6 years ago
Mahdi 1896950ae5 Added Mixup
6 years ago
peixu_ren 517fed55a5 Added LGamma op
6 years ago
mindspore-ci-bot e19d382473 !3346 Maintain epoch/repeat count for ops
6 years ago
yangzhenzhang f4bb43bbaf add concat op
6 years ago
panyifeng 34e50e5d6e fix cell bprop
6 years ago
Lixia Chen ac85b77b76 Maintain epoch/repeat count for ops
6 years ago
mindspore-ci-bot 470328eeaf !4060 fix do concat in while loop specialize error
6 years ago
Wei Luning d4d6457ea7 init parameter data by defaultOnly keep no data as MetaTensor in auto parallel mode
6 years ago
fary86 7602054acd Fix do concat in while loop specialize error
6 years ago
kingfo 28dabf0332 fix grad flag update issue in pynative
6 years ago
mindspore-ci-bot 0b407dfe78 !4005 unsortedsegsum grad
6 years ago
mindspore-ci-bot c493859978 !4004 add squreasumall grad
6 years ago
mindspore-ci-bot 235378d5d7 !3789 eager mode sparse
6 years ago
mindspore-ci-bot 7ec0b5857a !3977 [MD] Refactor Concatenate Op
6 years ago
nhussain 61769b2dd9 fix concat
6 years ago
fangzehua 99f2be7064 unsortedsegsum grad
6 years ago
fangzehua 7011508379 add squreasumall grad
6 years ago
panyifeng 9927e6eb5c eager mode sparse
6 years ago
mindspore-ci-bot 8dec74908a !4000 improve interface '__bool__' for tensor
6 years ago
mindspore-ci-bot 617b98f104 !3966 [AutoParallel]Add dropout distributed op
6 years ago
buxue ace34525cd improve interface '__bool__' for tensor
6 years ago
lichenever bfc96de1b9 add dropout distributed op
6 years ago
peixu_ren b9c8c0b439 Added Bijector TransformDistribution base classes and two instances: power and exp bijectors
6 years ago
mindspore-ci-bot a301fc1757 !3916 remove loss_scale range check which is a temp fix.
6 years ago
mindspore-ci-bot 5827ba9a8a !3940 View code support interface 'all' and 'any' of tensor
6 years ago
buxue 2c4cb49a11 support interface 'all' and 'any' of tensor
6 years ago
zhousiyi 7d31deb6fa remove loss_scale range check to make FP32Imm(inf) comparison equal
6 years ago
mindspore-ci-bot 8b396cea98 !3915 Revert modification of opt
6 years ago
mindspore-ci-bot bac1781539 !3648 Add some testing cases for mindspore.profiler
6 years ago
mindspore-ci-bot c3edfe12bc !3715 Update python pattern expression
6 years ago
mindspore-ci-bot af9398b39a !3756 Change distribution api
6 years ago
mindspore-ci-bot 2da29bce66 !3370 same graph used in different context should be treat differently.
6 years ago
simson 3617121ccf revert modification of opt
6 years ago
mindspore-ci-bot aa65cbf733 !3846 Add TBE op SquaredDifference\Xdivy\Xlogy for VM.
6 years ago
mindspore-ci-bot 27a0a2e333 !3880 fix auto mix precision issue in pynative
6 years ago
mindspore-ci-bot a182a87a6d !3820 support tensor attr shape and dtype in graph mode
6 years ago
liuxiao93 374b7b8583 Add TBE op SquaredDifference for VM.
6 years ago
kingfo 577535b387 fix gradients issue in pynative
6 years ago
buxue b075674cf2 support tensor attr shape and dtype in graph mode
6 years ago
mindspore-ci-bot be507b96e0 !3473 [refine]change base class of parameter
6 years ago
zhousiyi f926650c64 if AbstractFunction comparison succeed in NewContext, then the evaluator should use the same one, otherwise one of the evaluator will not be evaluated.
6 years ago
BowenK 6d4c07c886 Update python pattern expression
6 years ago
mindspore-ci-bot 25fdb67e3d !3744 [Auto parallel] Add a new graph operation in the DP algorithm
6 years ago
Wei Luning a05c38bb63 make python Parameter inherit from Tensor
6 years ago
mindspore-ci-bot d1b3096418 !3837 add_test_for_mindrecord 3
6 years ago
z00505269 87668d6ea2 remove predict
6 years ago
liucunwei 8b99114f6d add mindrecord test case
6 years ago
Xun Deng e87e1fc6bc changed distribution api
6 years ago
mindspore-ci-bot 27e51c5a63 !3553 Unify np array comparisons
6 years ago
dengyutao 388e43f7cb delete parameter block_reader for MindDataset
6 years ago
Xiaoda Zhang d24a902afe add a new graph operation in autoparallel
6 years ago
mindspore-ci-bot f1e717554c !3537 add sparse operators
6 years ago
peixu_ren 374772035a Refactor random uniform ops and complete gamma and poisson
6 years ago
mindspore-ci-bot 8943d5de34 !3727 Fix fuzz issue and split problem
6 years ago
panyifeng 598bfa0205 add sparse operators
6 years ago
mindspore-ci-bot 61867c7386 !3645 add mindspore hub for download ckpt file
6 years ago
mindspore-ci-bot ce08065c23 !3671 vgg: optimize the script and Readme
6 years ago
xiefangqi 6017b050ac add generatordataset support split
6 years ago
chenzomi 8918c90b66 add mindspore hub for download ckpt file
6 years ago
mindspore-ci-bot ab4c43007f !3657 Add parallel operator for StridedSlice
6 years ago
mindspore-ci-bot 80dd2cfe00 !3405 fix optimizer parallel problems
6 years ago
zhangyihui 54f2cf4ef0 add some test case for profiler
6 years ago
ms_yan abbd7b50db optimize the vgg script
6 years ago
Xun Deng e94d91ba95 remove import probability from nn/__init__.py
6 years ago
tony_liu2 269b477684 use np.testing.assert instead of asserting
6 years ago
Ziyan 98e2ee90de fix optimizer parallel problems
6 years ago
yangzhenzhang 9aa84b3d14 add strided slice op
6 years ago
mindspore-ci-bot d06da1d270 !3603 Check that the number columns of names and default matches
6 years ago
jiangzhiwen 2cc6b5cb52 fix number of columns not match
6 years ago
changzherui 758853ff52 modify case
6 years ago
mindspore-ci-bot 46ae7879d4 !3394 Three distribution class instances: Exponential, Geometric Uniform distribution
6 years ago
guansongsong 1906ed1be8 fix cache description again
6 years ago
guansongsong b6529b9096 fix cache description
6 years ago
guansongsong 620d951e5e Merge branch 'ql/fix_cache_core' of https://gitee.com/qianlong21st/mindspore into ql/fix_cache_core
6 years ago
mindspore-ci-bot 16079e6356 !3472 [Auto parallel] Cost model for GPU
6 years ago
mindspore-ci-bot 72e45841a2 !3528 Fix the difference of Error type between graph&pynative mode
6 years ago
mindspore-ci-bot d4165671d9 !3435 Add parallel operator for Tile
6 years ago
peixu_ren 292f2de0cf Add sampling functions in exponential, geometric and uniform distributions
6 years ago
Xun Deng 7bb83067d0 added exponential uniform geometric distribution
6 years ago
ms_yan cf3fff8996 init add vgg16 gpu version
6 years ago
mindspore-ci-bot 6e7c673c90 !3519 remove diary file
6 years ago
mindspore-ci-bot e9316b1389 !3500 fix sparse feature bug for auto parallel
6 years ago
simson b2cdd5d848 Fix the difference of Error type between graph&pynative mode
6 years ago
mindspore-ci-bot 5f7d2ba396 !3525 Fix a bug for Parameter
6 years ago
He Wei a6db29b11b Fix a bug for Parameter
6 years ago
Xiaoda Zhang 9097b36950 add resnet50 testcases for gpu
6 years ago
mindspore-ci-bot 568da0d510 !3425 fix avgpoolgrad
6 years ago
anzhengqi 081d876438 remove-log
6 years ago
fangzehua 86dd0c583a fix avgpool grad
6 years ago
lirongzhen1 51796aa624 fix sparse feature bug for auto parallel
6 years ago
mindspore-ci-bot 295038d346 !3324 add reduce_any op for vm
6 years ago
mindspore-ci-bot 9c06a564d1 !2983 Dataset Tensor class cleanup
6 years ago
qianlong bf87b1d1fb fix cache op core dump
6 years ago
yangzhenzhang 6a6e2bd271 add tile op
6 years ago
kingfo 73ea9b7855 fix mix precesion operator issue
6 years ago
mindspore-ci-bot 0a2980ca74 !3440 [MD]Fix Segementation Falut when SentencepieceTokenizer Op before zipOp and ConcatOp
6 years ago
hesham adfbc891d3 - Add checks and testing for empty tensors
6 years ago
mindspore-ci-bot 06ed9ffd6a !3183 Remove files on test fail for test_minddataset*.py
6 years ago
xulei2020 0af6d75761 add code
6 years ago
mindspore-ci-bot b1fae868ba !3404 add sparse api docs
6 years ago
panyifeng 963bd67a60 add sparse api docs
6 years ago
qianlong d28c63b6c0 fix diff workers disallow cache
6 years ago
buxue e9ca893431 remove ut test_expand_dims_grad
6 years ago
mindspore-ci-bot 2d973c9597 !3161 Set output value for dynamic graph.
6 years ago
mindspore-ci-bot 366dd44ca8 !3371 support call super when class define in test_case
6 years ago
panyifeng 8a89f003eb fix sparse related issues
6 years ago
buxue b812c1a17a support call super when class define in test_case.
6 years ago
kpy 570da089a8 set output value for dynamic graph
6 years ago
mindspore-ci-bot 684ff4f46b !3160 Rewrite tensor's __bool__ for pynative mode
6 years ago
simson 5f77fbdd75 Rewrite tensor's __bool__ for pynative mode
6 years ago
mindspore-ci-bot 0a84b63fc3 !3305 modify the vgg16/lstm path to offical/{cv/npl}
6 years ago
fangzehua 228a959cc7 add reduce any op for vm
6 years ago
mindspore-ci-bot 48711414fc !3356 [common]Refine code & Add ToAbstruct for `FuncGraph`, `MetaFuncGraph` `Primitive`
6 years ago
Wei Luning 484d7f10c8 refine code* refine code in bert model* add ToAbstruct for `FuncGraph`, `MetaFuncGraph` `Primitive`* remove partial hard code in spec for poly* remove any in data convert cache
6 years ago
mindspore-ci-bot 7f1ccc5f3b !3311 add sparse feature test cases for auto parallel
6 years ago
mindspore-ci-bot 21a5f06e93 !3328 Add testcases
6 years ago
tony_liu2 1f4251a440 add try to minddataset python tests to remove files on fail
6 years ago
mindspore-ci-bot 859fe6bc41 !3342 C++ API Support for Skip Dataset Op plus UTs
6 years ago
mindspore-ci-bot df1300d9cb !3294 Refactor opt/pre passes
6 years ago
Cathy Wong 8921a6099c C++ API Support for Skip Dataset Op and UTs
6 years ago
mindspore-ci-bot c24122bb55 !3303 fix validator that checks the vocab_size is positive in vocab.from_file
6 years ago
Nat Sutyanyong 9fb1904ed8 Refactoring opt/pre
6 years ago
buxue f84b055244 add check for implicit conversion when scalar is not number and bool.
6 years ago
shenwei41 4eaa396ca7 Add testcases
6 years ago
CaoJian f9fdb52373 modify the vgg16/lstm path to offical/{cv/npl}
6 years ago
mindspore-ci-bot bc20de741a !3315 restore reshape ut
6 years ago
yao_yf 1d3a06a3b0 recover reshape ut
6 years ago
lirongzhen1 5d63c60135 add sparse feature test cases for auto parallel
6 years ago
Amir Lashkari 6f186aafa0 Update Python UA op, AutoContrast Op and UT
6 years ago
Zirui Wu 40ea84ae81 fix from_file validator minor error, 1 line change
6 years ago
mindspore-ci-bot 8da91ca3cf !3237 support call the parent class function
6 years ago
mindspore-ci-bot c451146b14 !3255 Added cpp Equalize op to vision api
6 years ago
mindspore-ci-bot 925172664b !3230 add bprop for sparse_tensor
6 years ago
mindspore-ci-bot cf4353f728 !3220 Add random normal op at MindSpore front-end
6 years ago
mindspore-ci-bot 37cc6e2628 !3175 add ScatterNdAdd ScatterNdSub ScatterNonAliasingAdd ops
6 years ago
panyifeng 4d4e23fd9e Add bprop for sparse_tensor
6 years ago
buxue 073507a5e0 support call the parent class function
6 years ago
panfengfeng 5aad4bdfbf change size
6 years ago
xiefangqi 64a6ed56de fix annotation
6 years ago
mindspore-ci-bot ad651f38bf !3124 [MD] error occur when using numpy types
6 years ago
fangzehua dde74b227c add 5 vm op
6 years ago
peixu_ren 9b45018dfd Add random normal op at MindSpore front-end
6 years ago
mindspore-ci-bot bfc18704d5 !3254 [MD]Add more strict upper bounds to CenterCropOp and RandomCropWithBboxOp
6 years ago
mindspore-ci-bot 2e4bb93a1e !3250 [quant]bug fixes when export geir
6 years ago
mindspore-ci-bot 718431429c !2755 unform learning rate behavior in optimizers
6 years ago
mindspore-ci-bot 0e27dccbcf !3093 VOCDataset output change to multi-columns
6 years ago
liyong 28ebd73096 fix bug when int or float is numpy type
6 years ago
Amir Lashkari 572750cd40 Added cpp Equalize op
6 years ago
nhussain b064cbab5d fix upper bound
6 years ago
mindspore-ci-bot b091f74c23 !3016 Add CSV dataset loader
6 years ago
Wei Luning 7d5c9d52bc fix geir export bugs
6 years ago
wangnan39@huawei.com 082433183d uniform learning_rate behavior of optimizers
6 years ago
jiangzhiwen 2f506b7985 CSV dataset loader
6 years ago
mindspore-ci-bot fa7fa8a162 !3234 [MD] fix bug when save tfrecord data
6 years ago
liyong f521532a06 fix field_name probelem from tfrecord to mindrecord
6 years ago
xulei2020 18b519ae0f add sentence piece
6 years ago
xiefangqi fbd9e3d402 vocdataset output multi-columns
6 years ago
anzhengqi 008b91b2a1 inject epoch ctrl op in the execution tree and send eos at the end of epoch
6 years ago
mindspore-ci-bot 6f8863b65d !3198 synchronize latest Ascend software suite 18 Jul 2020, and merging branches
6 years ago
yanghaoran 859acc6d2a synchronize latest Ascend software suite 18 Jul 2020, and merging branches
6 years ago
mindspore-ci-bot 05de773775 !3209 Fix bug about output of AddNGrad.
6 years ago
mindspore-ci-bot ffb7040c3c !3200 [clean]remove loop_can_unroll flag, clean some other python code
6 years ago
liuxiao93 8705545bcd Fix bug about output of AddNGrad.
6 years ago
Wei Luning f362503d57 support throw attribute error from c++
6 years ago
Wei Luning 88e864a4a3 remove loop can unroll flag, clean some python usage
6 years ago
mindspore-ci-bot e8b26dbdaa !3151 Fix verification of BatchNorm2d input is 4D.
6 years ago
mindspore-ci-bot 4945d34a41 !3133 [MD] fix num_sample in distributed sampler
6 years ago
liuxiao93 75881e5f2f check input of BatchNorm is 4D.
6 years ago
mindspore-ci-bot 4a19e6b8cb !3114 add coo_tensor
6 years ago
mindspore-ci-bot a84092e89d !3102 [MD] Add additional parameter checks in RandomCropWithBBoxOp and RandomResizeWithBbox
6 years ago
panyifeng 5a10383cc3 add coo_tensor
6 years ago
liyong e2ea1fa0df activate num_samples in distributed samplers
6 years ago
wangnan39@huawei.com 86889c59cb optimizer adapt IndexedSlices
6 years ago
mindspore-ci-bot 56f70e910c !3080 [parser]remove redundant phi
6 years ago
mindspore-ci-bot 6dd99ee35d !3130 [dump]support dump quant in binary format file
6 years ago
mindspore-ci-bot a10001cb58 !3152 remove 4 auto parallel reshape ut
6 years ago
Wei Luning 28d1d37085 End at validate when export.
6 years ago
Wei Luning acbccea644 remove redundant phi
6 years ago
mindspore-ci-bot 1bcbbb08d6 !2973 [MD] Add implementation of SlidingWindow TensorOp, c++ & python
6 years ago
yao_yf abebb2004b remove 4 reshape ut
6 years ago
mindspore-ci-bot edec821c50 !2876 set reshape operator no redistribution for auto parallel
6 years ago
mindspore-ci-bot 1a518e1cff !3144 [MD] Fix ResizeOp behaviour
6 years ago
nhussain c984b0fc88 fix size tuple
6 years ago
mindspore-ci-bot 35c0f1d2e6 !3143 Add python UT to MnistDataset op
6 years ago
tinazhang ab37e87d7a adding Mnist python ut coverage
6 years ago
islam_amin 5647889c0d Added AutoContrast Op
6 years ago
mindspore-ci-bot 37e8439c0a !3077 supporting cpp invert operation
6 years ago
mindspore-ci-bot c07a8d2033 !3137 Cleanup dataset UT: Remove deprecated save_and_check
6 years ago
nhussain 5871ba8a05 more validator fixes
6 years ago
mindspore-ci-bot 74bbfa3cf6 !3095 modify the limit of loss scale
6 years ago
lirongzhen1 c1eba79b83 set reshape redistribution strategy attribute to no redistribution
6 years ago
mindspore-ci-bot eeba046115 !3050 Add TBE ops Tan/TruncateDiv/TruncateMod for VM.
6 years ago
changzherui f4cb445ea8 syn code for 0715
6 years ago
mindspore-ci-bot 526770e09e !3049 [dataset] add save operator in dataset
6 years ago
simson 177e18f3f4 modify the limit of loss scale
6 years ago
mindspore-ci-bot 6335598fff !3111 Rollback to Normal that operates on D
6 years ago
liyong bc676fe250 save op in minddataset
6 years ago
peixu_ren 1feca960aa Rollback to Normal on D
6 years ago
Ziyan 39f08eb7dd enable optimizer parallel
6 years ago
avakh 35c3a63701 support cpp invert operation
6 years ago
mindspore-ci-bot 7976d77593 !3104 fix mindspore dtype equal
6 years ago
fary86 595767b4b5 Fix bug of mindspore dtype equal
6 years ago
Cathy Wong 04eb4f89c7 Cleanup dataset UT: Replace save_and_check
6 years ago
Zirui Wu d233c54139 implemented cpp random choice, apply and compos
6 years ago
YangLuo 4136892a3e add SlidingWindow Op
6 years ago
mindspore-ci-bot 3e691e54f5 !3071 change ValueError to TypeError for enumerate start
6 years ago
mindspore-ci-bot bacbb26e3b !3062 fix valuenode simplify
6 years ago
mindspore-ci-bot 45ad430af2 !3048 support use valuelist or valuetuple of primitives
6 years ago
buxue 60b0ded440 change ValueError to TypeError for enumerate start
6 years ago
panyifeng 394178569e fix valuenode simplify
6 years ago
mindspore-ci-bot 683920d1c8 !2987 Add random normal op at MindSpore front-end
6 years ago
huangdongrun ee2039fbba add support for value sequence of primitve
6 years ago
mindspore-ci-bot bc0a53cfb1 !3030 minddata support ps-lite feature
6 years ago
mindspore-ci-bot ba0143402c !3067 Cleanup dataset UT: Remove unneeded tf data files and tests
6 years ago
mindspore-ci-bot 219a716eae !3066 fix some batch's get_dataset_size and some text validator inconsistency
6 years ago
mindspore-ci-bot bed93a9ead !3039 [Dataset Python UT] adding coverage to Cifar Op and update test dataset
6 years ago
Zirui Wu 63185cb20f fix some validators errors
6 years ago
Cathy Wong ae1ed327ba Cleanup dataset UT: Remove unneeded data files and tests
6 years ago
nhussain 05b2a57d2a fix validation errors, and fix try catch error tests
6 years ago
tinazhang 340d98a4d1 added test case to cifar_op
6 years ago
peixu_ren ac561f2956 Refactor random normal op
6 years ago
peixu_ren 20ca96c62b Add random normal MindSpore interface
6 years ago
xiefangqi add19a591c md support ps-lite
6 years ago
liuxiao93 c772b9e291 Add TBE ops Tan/TruncateDiv/TruncateMod for VM.
6 years ago
mindspore-ci-bot 8871f06f42 !2963 Add UT for python pass
6 years ago
BowenK f267a105b8 Add Python Pass UT
6 years ago
mindspore-ci-bot bfc3065fc7 !3025 [AutoParallel]Add embedding look up op
6 years ago
mindspore-ci-bot 48654be14d !3040 BoundingBoxAugment op fix ratio
6 years ago
mindspore-ci-bot 69ce4bf2b2 !2970 Del mindspore/model_zoo
6 years ago
islam_amin 56da3b0ae1 Fixing ratio bug with BoundingBoxAugment
6 years ago
mindspore-ci-bot eadcb341e1 !2891 CacheOp phase 1
6 years ago
Jesse Lee 7c1bc5192b Initial Drop of CacheOp Phase I
6 years ago
lichenever cde5cc2bd2 add_embedding_look_up
6 years ago
mindspore-ci-bot c465ea3269 !3031 fix context mode and device target dependency issue
6 years ago
mindspore-ci-bot 2f27c4e3e8 !2807 Apply indexed_slices
6 years ago
kingfo 8863dfd677 fix context mode and device_target dependency issue
6 years ago
panyifeng 44e74ad5aa Apply indexed_slices
6 years ago
mindspore-ci-bot 8f15d1f608 !2791 convert subgraph
6 years ago
changzherui a27ce973ad convert subgraph
6 years ago
mindspore-ci-bot d3ec05d716 !2943 [quant]export bug fix
6 years ago
mindspore-ci-bot d925c52bb1 !2875 add grad all in pynative
6 years ago
mindspore-ci-bot 7cdd5581f9 !2914 make AbstractRef can join with AbstractTensor
6 years ago
mindspore-ci-bot 6284c42a76 !2941 MD tokenizer support output offsets
6 years ago
mindspore-ci-bot ebc6b92c27 !3002 add arg check for enumerate
6 years ago
xiefangqi 47060631e5 add offsets feature to tokenizer
6 years ago
mindspore-ci-bot 541456044d !2934 GraphData support random_walk and get_edge_feature
6 years ago
mindspore-ci-bot 2f565f4c20 !2776 Update API of dataset.text.lookup
6 years ago
kingfo add3778a61 add grad all in pynative mode
6 years ago
panbingao 45dbc8bf04 Move model_zoo.resnet.py
6 years ago
heleiwang 7a046a1d70 support get_edge_feature
6 years ago
buxue cf797d3bf2 add arg check for enumerate
6 years ago
mindspore-ci-bot 87722b9e09 !2912 Update ssim and add msssim
6 years ago
Wei Luning b522368161 fix bug of quant export without input fakequant.
6 years ago
mindspore-ci-bot bccfa48509 !2980 Prevent empty column names
6 years ago
leilei_snow 9b21420b3e update SSIM loss, add MSSSIM loss feature; add their ut testcases.
6 years ago
mindspore-ci-bot 00368b3683 !2972 Improving implicit type conversion
6 years ago
Zirui Wu 7b15e5a742 rework on lookup
6 years ago
nhussain 2c7fd248f8 fixes for PR-2908: avoid empty strings for column names
6 years ago
buxue 4df1edf5b3 Improving implicit type conversion
6 years ago
wuyongkang e12255ad84 Add MixedPrecisionCast for KeywordArg
6 years ago
buxue 4e832b2309 support implicit type conversion for pynative mode
6 years ago
mindspore-ci-bot 323a80c620 !2765 fix large for loop segment fault
6 years ago
mindspore-ci-bot 5fc6dcfb65 !2915 [Auto parallel] Rewrite EmbeddingLookup
6 years ago
nhussain 6c37ea3be0 fix validators
6 years ago
mindspore-ci-bot 915ddd25dd !2892 gnn random walk pr 1977 comment follow up
6 years ago
mindspore-ci-bot e2f51ccec8 !2922 updating the python ut tests based on floating point bounding boxes
6 years ago
Xiaoda Zhang fc906f7f58 move embeddinglookup to external
6 years ago
mindspore-ci-bot dffb76a0a9 !2605 High level abstraction of mathematical distributions
6 years ago
mindspore-ci-bot 403c1db8ce !2869 fix print bug
6 years ago
zhousiyi 9ad7c652a2 make abstractref can join with abstracttensor
6 years ago
peixu_ren bef1fc7f19 add sample functions in normal and bermoulli distributions
6 years ago
avakh 421b80bf8f updating python unit tests based on floating point bounding boxes + adding coco dataset in unit tests
6 years ago
tony_liu2 14899a1410 fix gnn random walk pr 1977 comments
6 years ago
Xun Deng 0aa26c1815 add high level abstract class Distribution and two example class:
6 years ago
mindspore-ci-bot 9ba937b1af !2920 Updating 3 BBox AugOps for Float + Common Files for BBox Float Support - (VertFlip/RandomCrop/RandomResizeCrop)
6 years ago
mindspore-ci-bot c9929fd8a1 !2900 Update BoundingBoxAugment and RandomHorizontalFlipWithBBox to use float
6 years ago
mindspore-ci-bot 92d2011b8b !2924 [Dataset Python UT] Disable md5 random perspective test
6 years ago
Danish Farid 78c370f72a First Commit - New Infrastructure - Python UT tests + Common Aug Files
6 years ago
tinazhang 8455f957ac disable md5 random perspective test case
6 years ago
jinyaohui c7f6527e92 fix print file bug
6 years ago
mindspore-ci-bot faa1084bd8 !2865 asymmetric param row split support for GatherV2
6 years ago
mindspore-ci-bot 5baae2ebd0 !2884 Add TBE op UnsortedSegmentProd for VM.
6 years ago
mindspore-ci-bot bd60db5c11 !2811 support vm for ParallelConcat
6 years ago
liuxiao93 2b0ecfd2b1 Add TBE op UnsortedSegmentProd for VM.
6 years ago
Yi Huaijie cae254f4df asymmetric row split support for GatherV2
6 years ago
islam_amin dfc3409f67 Update RandomHorizontalFlipWithBBox and BoundingBouxAugment C++ Ops to use floats
6 years ago
mindspore-ci-bot 751b5e6fac !2897 Modify VOCDataset output float dtype bbox
6 years ago
xiefangqi 62d55fdbce vocdataset support float bbox
6 years ago
jiangjinsheng a3565a75d1 vm for ParallelConcat
6 years ago
changzherui 17da929b82 syn code 0706
6 years ago
mindspore-ci-bot 3d377c51b9 !2839 support vm for PopulationCount
6 years ago
mindspore-ci-bot aef002ad6c !2809 support Python built-in function 'enumerate'
6 years ago
leilei_snow 5cccfbc61b Add TransShape Operator.
6 years ago
mindspore-ci-bot b5066e81ee !2308 Unskip md5 python UT case for RandomPerspective
6 years ago
tinazhang dc03019200 unskip md5 testcase for RandomPerspective
6 years ago
Danish Farid 5a9673ee6f fix_annotate bug fix
6 years ago
jiangjinsheng ee7aef98df vm for PopulationCount
6 years ago
mindspore-ci-bot 860a32632e !2671 vm for MaxPoolGradGrad, MaxPoolGradGradWithArgmax
6 years ago
buxue cfa41733d6 support Python built-in function 'enumerate'
6 years ago
fary86 e17469bf42 Fix bug of large for loop
6 years ago
mindspore-ci-bot 2cd9649b9e !2810 Add operator adapting in ME for Softsign
6 years ago
mindspore-ci-bot 391f5e44e4 !2832 check types for optional boolean parameters
6 years ago
Hoai Linh Tran 6bd66e7953 Fix memcpy calls. Add ut tests for arithmetic_simplify. Split long arithmetic_simplify.h to arithmetic_simplify.cc
6 years ago
peilin-wang 29aa589972 added check for invalid type for boolean args
6 years ago
mindspore-ci-bot c1a53d3f68 !2822 Fix bool tensor problem
6 years ago
He Wei a0623e1528 Fix bool type tensor problem
6 years ago
panbingao 1e51414f1b Adapting operator Softsign in ME
6 years ago
liuxiao ddedc41613 Add TBE operators SparseApplyFtrlV2\SparseApplyAdagradV2 for VM.
6 years ago
mindspore-ci-bot f1a9a7ceb1 !2718 fix quantization aware training auto create graph bug
6 years ago
mindspore-ci-bot 622b97f3b6 !2787 Add op ScatterMul ScatterDiv vm
6 years ago
jiangjinsheng ce4e15b0b3 vm for MaxPoolExt2,MaxPoolGradGrad,MaxPoolGradGradWithArgmax
6 years ago
yangzhenzhang 2351845ede delete shape validation in initializer
6 years ago
zhaozhenlong 8d9939eaa4 ScatterMull and ScatterDiv vm
6 years ago
mindspore-ci-bot 4eafb21ea8 !2638 support vm for mod
6 years ago
mindspore-ci-bot 30fc1bd0c3 !2747 refactor StridedSlice op
6 years ago
buxue be771aa9e4 refactor StridedSlice op
6 years ago
jiangjinsheng ffd0352162 vm for mod
6 years ago
mindspore-ci-bot d1fa90a3d9 !2769 fix get loss error and NoneType error cause by _proceesor_specified_data
6 years ago
mindspore-ci-bot ea475637a1 !2720 fix assign used in while loop
6 years ago
mindspore-ci-bot 9377e432d2 !2766 get default value if num_parallel_workers is None
6 years ago
ougongchang cd868aea52 fix get loss error and NoneType error cause by _proceesor_specified_data
6 years ago
yanghaitao 365c901ee0 get default value if num_parallel_worker is None
6 years ago
mindspore-ci-bot 3a89f93cc5 !2699 add ScatterMax ScatterMin ScatterSub vm
6 years ago
mindspore-ci-bot fe82d82155 !1904 Add IndexedSlices
6 years ago
mindspore-ci-bot 2fadbb1d04 !2743 add more ut and st for SummaryCollector
6 years ago
panyifeng d6635bbbe2 Add IndexedSlices
6 years ago
chenzomi 1089c908a9 cherry-pick r0.5 to master for quantizaiton aware training
6 years ago
ougongchang 3dc6f6f2d9 add more ut and st for SummaryCollector
6 years ago
zhousiyi d5255fe311 fix assign used in while
6 years ago
guohongzilong 652093642e change order param same as group params
6 years ago
mindspore-ci-bot d08a89ab87 !2737 makes 0 an invaild bucket size
6 years ago
mindspore-ci-bot 1227719cdd !2603 [Dataset Python UT] Cleanup mse and md5 validation
6 years ago
peilin-wang 9468b49e28 bucket_batch_sizes must be strictly positive, 0 is not a valid batch size
6 years ago
mindspore-ci-bot c70e6987ba !2624 Fix config test
6 years ago
mindspore-ci-bot 9b4399480a !2321 Connector throughput performance metric
6 years ago
tinazhang66 5cd3136355 remove local defined mse and add missing mse/md5 validation
6 years ago
mindspore-ci-bot 51c4f4a499 !2683 Add TBE operaters ApplyAddSign\ApplyPowerSign\ApplyGradientDescent\ApplyProximalGradientDescent for VM.
6 years ago
mindspore-ci-bot 5b8957a884 !2717 dataset: some parameter check for NumpySlices and num_sharads
6 years ago
ms_yan 7fa0d9e7e4 add paramter check for numpyslices and num_shards
6 years ago
jinyaohui dd5fba1db9 add notice
6 years ago
zhaozhenlong a8654ac3b5 add ScatterMax ScatterMin ScatterSub for vm
6 years ago
jin-xiulang 8dff818a18 Add Laplace random operator.
6 years ago
mindspore-ci-bot 6fb5538117 !2661 add support dtype for scatter_add vm
6 years ago
liuxiao 2097a0e90a Add optimizer operators for VM.
6 years ago
mindspore-ci-bot 99d4289251 !248 Add 5 random ops
6 years ago
peixu_ren c5f72582dc Added 5 random ops
6 years ago
mindspore-ci-bot 9be17e2a59 !2668 support weight decay for sparse optimizer
6 years ago
mindspore-ci-bot 0ab7fd98ea !2654 fix: tfrecord to mindrecord para check
6 years ago
mindspore-ci-bot 32a2d5d21c !2629 get monitor sampling interval from json file
6 years ago
mindspore-ci-bot 363489d00f !2580 BasicTokenizer do not case fold on preserved words
6 years ago
mindspore-ci-bot db6c4bf784 !2640 [MD] fix minddata error message
6 years ago
wangnan39@huawei.com 172728a6a6 support weight decay for sparse optimizer
6 years ago
jonyguo 3450c35d9b fix: tfrecord to mindrecord parameter check
6 years ago
mindspore-ci-bot bc30576ac9 !2631 Add ExpandDims to whitelist
6 years ago
zhaozhenlong d55c0f6679 complement scatter add support dtype
6 years ago
qianlong cae77c0c22 BasicTokenizer not case fold on preserverd words
6 years ago
liyong 68e2097897 fix split erroer message
6 years ago
zhaozhenlong 15580f8f6e limit ssim input img type to fp32 and fp16
6 years ago
zhaozhenlong 71d33b087e limit ssim input img type to fp32 and fp16
6 years ago
yanghaitao fd701b8504 set monitor sampling interval through json file
6 years ago
huangdongrun 96b38f72b2 add ExpandDims whitelist
6 years ago
Eric a4f5802924 Added Fix for test config
6 years ago
mindspore-ci-bot 87213648bc !2612 delete pynative lenet test
6 years ago
changzherui 9e83337e2f delete pynative lenet_model test
6 years ago
Ziyan 0925e35252 enable optimizer parallel with broadcast
6 years ago
mindspore-ci-bot df795daf75 !2562 [bug]when multi times print same thing, do not merge in cse
6 years ago
Alexey Shevlyakov 698abf75fc Connector throughput + PerfData + CyclicArray
6 years ago
mindspore-ci-bot a1b17bd2e2 !2593 python unit tests for randomResizeWithBBox and ResizeWithBBox
6 years ago
avakh 1e869146e9 applying comments removing VOC
6 years ago
Cathy Wong 277aba5326 dataset: Fixup docs; remove pylint disabled messages in UT
6 years ago
mindspore-ci-bot e11c953225 !2587 Implementing Python UTs for BoundingBoxAugment and RandomHorizontalFlipWithBBox
6 years ago
mindspore-ci-bot 067592ccf9 !2590 Updated Python UTs for RandomVerticalFlipWithBBox, RandomCropWithBBox and RandomResizedCropWithBBox
6 years ago
islam_amin 0f58f0338e updating ut for RandomHorizontalFlipWithBBox and BBoxAugment
6 years ago
mindspore-ci-bot b0a10c26a4 !2532 adding random-resize-with-bbox-op and resize-with-bbox-op
6 years ago
Danish Farid 3d1ecaaeb5 updated UT test for Python (3) AugOps with BBox - MD5 checks + imrpv comments
6 years ago
avakh 587e260236 addressing comments
6 years ago
Jamie Nisbet c22eac743d subtree creation in python apis
6 years ago
mindspore-ci-bot a12f9614d4 !2533 Fixing testVOC2012 dataset by merging with testVOC2012_2 + moving BBoxOp testing functions to util + new check in Bounding_Box_check
6 years ago
Wei Luning ef13a4b6fb adjust cse code when op has side effect.
6 years ago
Danish Farid a8f392ca42 updated test util file + new BoundingBoxCheck + fixed VOCDataset annotations
6 years ago
mindspore-ci-bot 67d664d7dd !2511 add mod and floordiv opration for tensor
6 years ago
kingfo 078738adc5 add tensor mod & floordiv operation
6 years ago
huangdongrun 9d3c9c69fe modify map to C.Map()
6 years ago
mindspore-ci-bot a9dac909d9 !2535 Fix pynative indexing
6 years ago
mindspore-ci-bot 087779b7d4 !2517 checkpoint add model_type
6 years ago
mindspore-ci-bot 0a368494db !2499 HostAllGather and HostReduceScatter change to internal interface
6 years ago
chenzomi d3f9b80066 checkpoint add model_type
6 years ago
huangdongrun bc0455eaff * fix bool index
6 years ago
mindspore-ci-bot 363a232cbc !2512 [quant]The top level add op prefix_name check error
6 years ago
mindspore-ci-bot c22c865c4a !1950 [front]add `has_effect` direct to target construct method not cell object
6 years ago
yanghaoran 21c381b366 sync from mindspore to incubator
6 years ago
Wei Luning dcd5773f64 fix bug in quant deploy export
6 years ago
Wei Luning 8f56528f8c add flags on function
6 years ago
mindspore-ci-bot 0478b7d191 !2303 optimize LARS interface
6 years ago
Yi Huaijie 2eb739de6e change HostAllGather and HostReduceScatter to internal interface
6 years ago
jiangjinsheng a1e148cb4d vm for LRN and LRNGrad
6 years ago
mindspore-ci-bot 367e5765f4 !237 fix issue ssim ksize check
6 years ago
Ziyan 41ddc153a6 modify lars interface
6 years ago
mindspore-ci-bot ac78ac9700 !2297 add vm support for operators include MatrixDiag, MatrixDiagPart etc
6 years ago
mindspore-ci-bot 8e5d8a1cf7 !2305 Enhance callback module and strongly check if callbacks is list or not
6 years ago
mindspore-ci-bot 73f440a54d !2418 add pretrain for lstm & vgg16 and remove lstm/vgg16/googlenet from directory 'mindspore/model_zoo'
6 years ago
wuxuejian 92880788f3 add aicpu embeddinglookup
6 years ago
jiangjinsheng 017ff492af vm for MatrixDiag,MatrixDiagPart.MatrixSetDiag
6 years ago
Li Hongzhang 4c0d12fd63 enhance callback module and strongly check callbacks is list or not
6 years ago
mindspore-ci-bot 932b7649e7 !2241 Adapting operator named AccumulateNV2
6 years ago
caojian05 deb9694f63 add pretrain for lstm & vgg16 and remove lstm/vgg16/googlenet from directory 'mindspore/model_zoo'
6 years ago
mindspore-ci-bot 55d5ded228 !2306 [Dataset] Code review & improve quality
6 years ago
mindspore-ci-bot e9e4442dcb !2413 [Auto parallel] Check 'CAST' from optimizers
6 years ago
YangLuo 4e3bfcf4c9 !2306 [Dataset] Code review & improve quality
6 years ago
zhaozhenlong 5888d745bf fix ssim filter size check
6 years ago
zhangz0911gm 4ac1876237 Adapting AccumulateNV2
6 years ago
jiangjinsheng e71599b5ca vm for lin_space
6 years ago
xutianchun 2bfc86f5b7 Add aicpu op: ReverseSequence, CropAndResize, CTCLoss
6 years ago
mindspore-ci-bot beb436f457 !2398 Bug in Slice when multiple rows are used
6 years ago
mindspore-ci-bot a9c309da4c !2404 [Dataset]rename input variable name to children and output variable to parent
6 years ago
mindspore-ci-bot 1ea38eb60c !2375 Add Python Tokenizer
6 years ago
Xiaoda Zhang 3ff6e336c6 check cast from optimizer in auto-parallel
6 years ago
liyong 2412ee09ce fix distributedSampler reshuffle and fix random_device failed
6 years ago
mindspore-ci-bot 78a8bc302d !2380 Fix CocoDataset issue
6 years ago
xulei2020 3b71bd0d5d rename input to children, output to parent
6 years ago
hesham 68030e6a4b Slice Bug
6 years ago
qianlong 980ddd32a2 change output of WordpieceTokenizer and BertTokenizer to 1-D string tensors
6 years ago
mindspore-ci-bot e8639ad91e !2347 support multi param for tuple grad
6 years ago
xiefangqi 5703a10b8b fix CocoDataset issue
6 years ago
mindspore-ci-bot bbf69912be !2363 fix TextFildDataset and CLUEDataset does not support to_device
6 years ago
mindspore-ci-bot 634bfd3508 !2259 add Normal op
6 years ago
mindspore-ci-bot d137cefa79 !2372 Cleanup work for BERT special ops
6 years ago
mindspore-ci-bot 2f9c6ec8bc !2337 aware quantization training auto create graph
6 years ago
pkuliuliu acf46bafbb add Normal op
6 years ago
mindspore-ci-bot 9514b52a23 !2147 Add a callback named SummaryCollector and delete SummaryStep callback
6 years ago
panyifeng 3c2057297e support multi param for tuple grad
6 years ago
hesham e981c67acd Python Tokenizer
6 years ago
hesham 674415f7be Cleanup work for Concate, Mask, Slice, PadEnd and TruncatePair
6 years ago
mindspore-ci-bot bc4b1c2460 !2373 Comments + improved casting/parameters + UT tests for 3 AugOps (Augmentation Ops RandomCropWithBBox, Random Vertical FlipWithWithBBox and Random CropAndResizeWithWithBBox)
6 years ago
mindspore-ci-bot 7bdcc319b2 !2325 Addressing comments from PR2314
6 years ago
Danish Farid 6442a85b75 comments added, ptrs to consts, UT tests for BBOps
6 years ago
islam_amin edc42c5b85 addressed comments from reviews
6 years ago
nhussain d89101b95f add missing test
6 years ago
chenzomi c268c88220 aware quantization training auto create graph
6 years ago
ougongchang 939cd29d7e Add a callback named SummaryCollector and delete SummaryStep callback
6 years ago
mindspore-ci-bot 21c67eddd5 !1897 save print data to file
6 years ago
yanghaitao 9f336bb735 fix TextFileDataset and CLUEDataset failed with to_device
6 years ago
jinyaohui ac23a179bf save print data to file
6 years ago
mindspore-ci-bot 2d6d3cc86b !2339 support catch IndexError in C++
6 years ago
mindspore-ci-bot 8867c67d61 !1935 Summary callback as collector for summary and lineage
6 years ago
mindspore-ci-bot 9958bc479a !2161 [qat]Export network from quantization aware network to deploy
6 years ago
mindspore-ci-bot 06b511ca94 !2301 add sparse proximal ada grad optimizer
6 years ago
Li Hongzhang 0921c1e538 enhance the SummaryRecord with set_mode and add_value
6 years ago
buxue 2c9ca199ad support catch IndexError in C++
6 years ago
Wei Luning 1d77bf86a9 Exports MindSpore quant predict model to deploy with GEIR
6 years ago
lilei 497067d7b2 add sparse proximal ada grad optimizer
6 years ago
peilinwang 1e36b0649f remove graphengine changes
6 years ago
hesham 11826fb256 DuplicateOp
6 years ago
mindspore-ci-bot 90bb9320aa !2314 Implemented RandomHorizontalFlipWithBBox and BoundingBoxAugment C++ Ops
6 years ago
mindspore-ci-bot a83baafbf6 !2253 Add ConcatOp to Dataset
6 years ago
mindspore-ci-bot 3784220056 !2317 rework on dataset.text.vocab to support any user special_tokens
6 years ago
nhussain 5515016dba remove graphengine changes
6 years ago
mindspore-ci-bot ffc8a3c362 !2274 add PadEndOp
6 years ago
mindspore-ci-bot e4322baece !2316 [Dataset] Move python tree transformation into cpp pass
6 years ago
islam_amin 0af156d169 added two ops for object detection, random horizontal flip with bbox and bouding box augment. along with their unit tests
6 years ago
xunxue 87aa9c8f7a PadEndOp
6 years ago
Junhan Hu 57f3732ac3 Move python tree transformation into cpp pass.
6 years ago
Zirui Wu b6e9504b31 phase I of Vocab rework
6 years ago
Zirui Wu 8f2674850b address API doc style and content
6 years ago
mindspore-ci-bot c0fe8c0322 !2273 [AutoParallel]update EmbeddingLookUp op
6 years ago
mindspore-ci-bot 5850b99161 !2211 Add TruncatePair Op to dataset
6 years ago
mindspore-ci-bot 0958a695a4 !205 add ReverseSequenceGrad
6 years ago
lichenever 563622874a update
6 years ago
mindspore-ci-bot d0c5071cab !1993 [Dataset] Fix codedex.
6 years ago
mindspore-ci-bot 2ecd5bdf25 !2239 [MD] convert csv to mindrecord
6 years ago
mindspore-ci-bot d9b8da14e2 !2275 [Auto parallel] Changing bprob of EmbeddingLookup
6 years ago
mindspore-ci-bot 9b90d89f6b !2276 fix eliminate get ref parameter
6 years ago
fary86 15b3fba0ef Fix eliminate get ref parameter
6 years ago
Xiaoda Zhang 69574f3823 fix the bprob error of embeddinglookup
6 years ago
mindspore-ci-bot 3559cb5ccd !2252 dataset: repair bug in config load
6 years ago
mindspore-ci-bot 60f4795f40 !2220 fix binary dump and add test case
6 years ago
ms_yan 8d1dae46ac Throw error when load config failed
6 years ago
liyong 7369950a93 convert csv to mindrecord
6 years ago
mindspore-ci-bot 0c3d96a98b !2236 Refactor the callback module in an encapsulated way
6 years ago
hesham b9495a9ccc Truncate Pair
6 years ago
mindspore-ci-bot 9ba6f61d01 !2148 fix hook and bprop debug issue in pynative
6 years ago
mindspore-ci-bot 4e3b3711be !2199 Fix the condition when activation name is 0
6 years ago
leopz a67132f6b7 fix shape and add testcase
6 years ago
mindspore-ci-bot f513bb8f83 !2163 [Auto parallel] Move 'EmbeddingLookup' to internal
6 years ago
kingfo 358982a98f fix hook and bprop debug issue
6 years ago
simson ca988e9e69 fix the condition when activation name is 0
6 years ago
mindspore-ci-bot ea829e89c3 !2198 Add MaskOp to dataset
6 years ago
mindspore-ci-bot 808380a9f9 !2142 Cleanup dataset UT: refactor visualize()
6 years ago
ms_yan fdafc690f8 repair problem in NumpySlicesDataset
6 years ago
mindspore-ci-bot 2865436fee !2092 Tokenizers
6 years ago
Tinazhang 169eaf73c7 reorganize util function visualize()
6 years ago
panfengfeng c745b6bd9d 回退 'Pull Request !2189 : dataset: repair some bug in NumpySlicesDataset'
6 years ago
mindspore-ci-bot 11a256536d !2189 dataset: repair some bug in NumpySlicesDataset
6 years ago
Li Hongzhang ecc459158e callback module in encapsulated
6 years ago
mindspore-ci-bot b9ad407dc2 !2204 add check for tensor slice before convert to ops
6 years ago
mindspore-ci-bot cef901fe0d !2069 Fix input value check for Momentum, SparseApplyFtrl and SparseApplyAdagrad.
6 years ago
Yang dee8471d23 !1993 [Dataset] Fix codedex.
6 years ago
qianlong 4f16f036be Add WhitespaceTokenizer and UnicodeScriptTokenizer for nlp
6 years ago
buxue 61857b69ed add check for tensor slice before convert to ops
6 years ago
Xiaoda Zhang 55e7d9d2b8 move embeddinglookup to the internal
6 years ago
李鸿章 ee438aaf4a callback as context manager
6 years ago
ms_yan d162a7a5ab repair problem in NumpySlicesDataset
6 years ago
liuxiao df63a3195d fix input value check for SparseApplyFtrl and SparseApplyAdagrad
6 years ago
hesham f2462bb00d Mask Op
6 years ago
mindspore-ci-bot bb622877e8 !2167 Add a callback module to avoid the size of the callback.py file too large
6 years ago
mindspore-ci-bot ca94916ef9 !2184 CocoDataset add category_id check
6 years ago
ougongchang 1ffa37ffbc Add a callback module to avoid the size of the callback.py file to large
6 years ago
mindspore-ci-bot 4291ea82cf !2024 Add MixedPrecisionCast for Dict
6 years ago
mindspore-ci-bot 625f2421b5 !1977 random walk in gnn node2vec
6 years ago
mindspore-ci-bot 3adbde56b2 !2162 SliceOp
6 years ago
mindspore-ci-bot 898b2fdecd !2187 Fix comment display issues in BuildVocabDataset
6 years ago
Zirui Wu 2794883644 fix selected minor issues
6 years ago
mindspore-ci-bot 3ccbafe71d !2062 [MD] add splitOP in minddataset
6 years ago
mindspore-ci-bot 0b7d4855dd !2168 Chage combined quant to nn.quant
6 years ago
xiefangqi aab190fcdb CocoDataset add category_id validation
6 years ago
chenzomi 4878616e43 change combined to nn
6 years ago
liyong d4f8f57c7e add split in minddataset
6 years ago
mindspore-ci-bot 6089d58d8d !2171 ssim input shape h and w should be greater than or equal to filter_size
6 years ago
mindspore-ci-bot 6ff3a6dcff !2175 move AscendQuant and AscendDequant to inner_ops.py
6 years ago
zhaozhenlong ea681bfb0f fix ssim filter size check
6 years ago
zhaozhenlong dbfb4f057c move AscendQuant AscendDequant to inner_ops.py
6 years ago
liuxiao aa73abc2f7 Add image.CentralCrop
6 years ago
mindspore-ci-bot 2d84011504 !2071 optimizer support loss scale for sparse situation
6 years ago
mindspore-ci-bot 2fa2f86619 !2135 add tfrecord to mindrecord tool
6 years ago
hesham e2012a1de9 Slice Op
6 years ago
jonyguo 3353a20d8b add tool: tfrecord to mindrecord
6 years ago
mindspore-ci-bot 71d27c6854 !2068 Add InplaceAddD and InplaceSubD vm ops
6 years ago
mindspore-ci-bot 105dcb1c1e !2128 hidden range
6 years ago
mindspore-ci-bot ea96cbcef2 !1979 fix partial primitive poly node
6 years ago
liuwenhao4 be40a90ec6 add InplaceAddD and InplaceSubD vm ops
6 years ago
jiangjinsheng 032e921298 hidden range
6 years ago
mindspore-ci-bot dceb3c2be4 !2026 Change C++ behavior in RandomCropAndResize
6 years ago
Mahdi add29f95f5 resolved issues in the comments
6 years ago
mindspore-ci-bot 2cab44a637 !2028 FillOp for BERT
6 years ago
nhussain dd9bf09f0a added FillOp for #119 - special Ops
6 years ago
Peilin Wang 848e07d022 initial commit, start of BucketBatchByLengthOp
6 years ago
wangnan39@huawei.com d4e3d69f37 support loss scale for sparse situation
6 years ago
mindspore-ci-bot 7b6f13886f !1962 add vm support for operators include ApproximateEqual, InplaceUpdateD and InTopKD
6 years ago
Jonathan Yan 87d2c27c7f random walk v1
6 years ago
mindspore-ci-bot 842f8231ba !2100 add op quant and dequant
6 years ago
zhaozhenlong ccda0f7b36 add op AscendQuant AscendDequant
6 years ago
mindspore-ci-bot 11f5f88021 !2010 fix operator issues for tuple_to_array and cast
6 years ago
kingfo 9708e58259 fix TupleToArray & Cast operator issue
6 years ago
mindspore-ci-bot 5cd41905c0 !1820 [Auto parallel] Implementing the backward of 'EmbeddingLookup' primitive
6 years ago
mindspore-ci-bot a8cf83acf2 !1932 Add CLUE dataset
6 years ago
fary86 ffa3352088 Fix partial primitive poly node
6 years ago
jiangzhiwen e0e167a000 add CLUE dataset
6 years ago
zhouneng 51fe3501a4 add vm support for ApproximateEqual, InplaceUpdateD and InTopKD.
6 years ago
hesham a22763b612 Bug in CIFAR after removing GetMutabble buffer
6 years ago
jonyguo bb2082daec fix: MindDataset padded log error
6 years ago
Xiaoda Zhang 20d2012a0e implementing the backward of embeddinglookup
6 years ago
mindspore-ci-bot 403c30c7da !1919 change tensor dtype and shape from function to attr
6 years ago
buxue 66bbdb4a31 change tensor dtype and shape from function to attr
6 years ago
mindspore-ci-bot b285c8fa9d !1973 develop TensorScatterUpdate op and access ge and vm
6 years ago
buxue 8aee6b07d6 develop TensorScatterUpdate op and access ge and vm
6 years ago
mindspore-ci-bot 3536185f5b !2007 add lazy adam optimizer and support sparse adam&ftrl for cpu backend
6 years ago
mindspore-ci-bot a8378a3357 !1924 Add TBE ops ApplyAdaMax\ ApplyAdadelta\ ApplyAdagrad\ ApplyAdagradV2 for VM.
6 years ago
wangnan39@huawei.com 4042f16ce4 add lazy adam optim and support sparse adam & ftrl for cpu backend
6 years ago
mindspore-ci-bot 11875d8495 !2044 Add_Sparse_GatherV2_distributed_op
6 years ago
mindspore-ci-bot ac5878b4b7 !1939 Complete vm ops for DataFormatDimMap and HistogramFixedWidthD
6 years ago
mindspore-ci-bot 5c7cb7bd71 !2023 add op CosineEmbeddingLoss
6 years ago
lichenever e0e055a0b8 add sparse gatherv2
6 years ago
mindspore-ci-bot 3085e51e45 !1922 check parameter num_samples of sampler
6 years ago
mindspore-ci-bot 5b0472683c !1737 sparse feature backpropagation
6 years ago
lihongkang bbbd980728 add vm for histogramfixedwidth and dataformatdimmap
6 years ago
mindspore-ci-bot 4df861cb62 !1672 support load full dataset on each device
6 years ago
mindspore-ci-bot 1b5d9a1194 !1981 Implemented from_dataset, a way to build a vocab from existing dataset
6 years ago
Zirui Wu 880ce5ea26 implemented from_dataset
6 years ago
Alexey Shevlyakov 4e333a2f22 MindData profiler infrastructure
6 years ago
mindspore-ci-bot 0a95223f25 !1910 RandomColorAdjust error for grayscale images
6 years ago
yanghaitao 8f16cff12e add para check for sampler
6 years ago
mindspore-ci-bot bf172da4c3 !2015 add test case for floatxx / floatxx numpy
6 years ago
Kang 3ba2074213 Add MixedPrecisionCast for Dict
6 years ago
zhaozhenlong 19c5921c06 composed op CosineEmbeddingLoss
6 years ago
mindspore-ci-bot f859dfecc8 !1920 SupportPynativeIndexing
6 years ago
mindspore-ci-bot 961af9fed1 !2014 adapt op SparseGatherV2
6 years ago