Commit Graph

1693 Commits (e0ccfa13281eb4cc84c975b3b15c45dee0a002d0)

Author SHA1 Message Date
peixu_ren 23ff21edd8 Added lognormal distribuition
4 years ago
mindspore-ci-bot 39874d133f !6644 fix testcase running slowly
4 years ago
mindspore-ci-bot 9f84920f64 !6761 remove redundant check about IsInstance op
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
4 years ago
mindspore-ci-bot f72f2c22fb !6653 fix stream sync error for mixed precesion on pynative mode
4 years ago
liuxiao93 0e02df812a Add IFMR op for new backend.
4 years ago
mindspore-ci-bot 091ee5085e !6651 Modify init interface to internal interface
4 years ago
nhussain fda9462682 embed python compose op
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.
4 years ago
chujinjin 1cf8f3b777 fix stream sync error for mixed precision
4 years ago
mindspore-ci-bot 428927bdff !6554 fix pylint
4 years ago
mindspore-ci-bot dde9f5ac25 !6607 delete SoftmaxCrossEntropyExpand interface
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
4 years ago
mindspore-ci-bot 3aa07a4362 !6320 change mix_precision to c++
4 years ago
mindspore-ci-bot 4905de06bd !6545 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'
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
4 years ago
mindspore-ci-bot 92aecf128f !6549 [MD] minddata add iterator parameter validation
4 years ago
yanghaitao1 4ff4c17632 fix get_dataset_size in CelebADataset when usage is not all
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
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
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 8346da267b !6400 add overflow check for make_range and optimize isinstance processing
4 years ago
mindspore-ci-bot d8d2a70cb3 !6344 [AutoParallel]fix auto parallel multigraph 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
4 years ago
mindspore-ci-bot 5e43308613 !6365 Refactoring Laplace random operator.
4 years ago
mindspore-ci-bot 72d5256d1c !6332 check wether full_batch valid
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
kpy 4338dd266e optimizer pynative graph memory
4 years ago
mindspore-ci-bot 111efc7538 !6248 change the API interface of op ConfusionMulGrad
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 3fe8916afa !6241 [bug]add doc for some Parameter property & fix bug for `Isinstance`
5 years ago
mindspore-ci-bot bef2118253 !6300 [MD] fix get_dataset_size bug when set num_samples in DistributedSampler
5 years ago
mindspore-ci-bot 0d486adef1 !3974 Eliminate the pause for each cycle of the Repeat
5 years ago
mindspore-ci-bot 14b4763b15 !6224 Move pp test cases to probability folder
5 years ago
liyong 930e85ed5c fix get_dataset_size in distributedSampler & num_samples
5 years ago
Wei Luning 8d17a2b8af * add doc for some Parameter property.* add export in quant __all__* fix bug for isinstance & add ut for it
5 years ago
lihongkang 74e3adebb8 change api interface
5 years ago
buxue c3c06514d7 perfect annotation of ops and context and support bool equal
5 years ago
mindspore-ci-bot b83d921735 !3317 add check for stridedslice when choose aicpu or aicore
5 years ago
mindspore-ci-bot 7a5ef7894d !6227 dataset API docstring: Update datasets and text desc and examples
5 years ago
mindspore-ci-bot 2b05208a6f !6153 [AutoParallel]Check device target in init
5 years ago
Cathy Wong f7adf648e9 dataset API docstring: Update datasets, samplers, graphdata and text
5 years ago
Xun Deng c64f6a0a2a move pp related tests cases to probability folder
5 years ago
mindspore-ci-bot d0e49c5cf8 !6192 Improve the functions of class SequentialCell and add examples
5 years ago
mindspore-ci-bot 1b956c77e0 !6155 modify path of ut and st of mdp
5 years ago
Lixia Chen b5b333726f Leaf ops do self-reset.
5 years ago
Jiaqi 76cec24098 modify sequentialcell
5 years ago
mindspore-ci-bot 9824d0b20f !6142 MindData fix batch ops issue
5 years ago
lichenever aaf7045cdf add checks for init
5 years ago
bingyaweng 866a8a1178 modify path of ut and st of mdp
5 years ago
mindspore-ci-bot 37e3b6082f !6002 Reduce inline passes traversal by skipping inline action if no pre-ad python pass exists
5 years ago
xiefangqi 653c79b4af md fix per_batch_map issue
5 years ago
mindspore-ci-bot a9a3d5a1f5 !5753 remove sens parameter
5 years ago
mindspore-ci-bot c10341dfb7 !6020 Add common check_param_type and set_param_type in distribution
5 years ago
Jiaqi 94d63b90f4 remove sens parameter
5 years ago
mindspore-ci-bot 02c6852699 !6108 add model with loss test case
5 years ago
mindspore-ci-bot 8bf5ac1c15 !6032 [bug]add import for ops in ops.py in __init__
5 years ago
Wei Luning 7b6899fdc0 add import of ops in in ops __init__
5 years ago
liyong 16147669a6 fix num_samples in concatDataset
5 years ago
Wan Hanyang 0b7570eb53 add model with loss, without loso and o2 test case
5 years ago
mindspore-ci-bot 3c0aa0a6e4 !6069 support function as condition of if
5 years ago
mindspore-ci-bot eb049b0e93 !5842 [Dataset] dataset op log changes
5 years ago
mindspore-ci-bot 28e2b0253e !6086 Order dict by column_id in create_dict_iterator()
5 years ago
Xun Deng 67325d63b0 edited common_dtype and check_param dtype logic
5 years ago
Zirui Wu d54ba374b9 order dict by column_id in create_dict_iterator()
5 years ago
YangLuo f5a85510f2 [MD] dataset op log changes
5 years ago
nhussain 96de2ffdb6 fix errors from old compose call in Python
5 years ago
mindspore-ci-bot d8c09067ce !5801 [MD][Feature] minddata iterator output ms_tensor
5 years ago
buxue b9c9046b93 support function as condition of if
5 years ago
Wan Hanyang 2ceea1e59d add a self attention test case
5 years ago
mindspore-ci-bot 5b4642d10a !4950 Fixing Minddata profiling monitor
5 years ago
mindspore-ci-bot 48b337f206 !6026 fix some test case
5 years ago
xiefangqi 9b3c33e157 minddata iterator output ms_tensor
5 years ago
mindspore-ci-bot cf7d6eddc4 !6019 [MD] Move Random(Choice/Apply/Order) from vision to transforms module
5 years ago
Su Teng 7b46f46a65 remove unuse test
5 years ago
buxue 08059f5c61 add check for stridedslice when choose aicpu or aicore
5 years ago
mindspore-ci-bot dd215f4080 !5735 delete seed0 and seed1
5 years ago
mindspore-ci-bot f1979f8fe5 !5998 change internal API _get_strategy() to _get_shard_strategy()
5 years ago
mindspore-ci-bot a778868a5a !5929 BucketBatchByLength column issue
5 years ago
nhussain f42f9ef9d7 move random apply order and choice ops
5 years ago