Commit Graph

1705 Commits (ea29febddeec8e50b4b2801ac8c9f096081ea721)

Author SHA1 Message Date
mindspore-ci-bot 0d8015b043 !5300 [MD] Add nD Slice Support
6 years ago
mindspore-ci-bot b785b7d0ff !6813 dataset UT: check PIL version, delete test_callback_2maps
6 years ago
hesham 9cee0d2143 Add num_epochs to non-sink training
6 years ago
huangxinjing 4ef439e27b Add stage information for ops and strategy
6 years ago
Cathy Wong f2b07d907a dataset UT: check PIL version, delete test_callback_2maps
6 years ago
mindspore-ci-bot 4c0b3c1bd3 !6017 per_batch_map needs to support x input columns and y output columns
6 years ago
mindspore-ci-bot e88e114a50 !5930 Cache server phase 2 single node
6 years ago
nhussain 77d507279c first working implementation
6 years ago
Lixia Chen 983827ec5c Rebase up to 88ded11f59
6 years ago
Zirui Wu 0cab373223 per_batch_map supports x num_columns to y num_columns
6 years ago
mindspore-ci-bot 2f3add4acd !6301 [MD] Combine c++ and python ops in map
6 years ago
mindspore-ci-bot 55be3c42a5 !5875 Add IFMR op for new backend.
6 years ago
peixu_ren 23ff21edd8 Added lognormal distribuition
6 years ago
mindspore-ci-bot 39874d133f !6644 fix testcase running slowly
6 years ago
mindspore-ci-bot 9f84920f64 !6761 remove redundant check about IsInstance op
6 years ago
liangzelang 195d97ad46 Remove redundant check about IsInstance op
6 years ago
jonyguo 1c6c54ae0f fix: testcase test_cutmix_batch_op.py slowly
6 years ago
Yi Huaijie 6066b16838 implement parallel Pack
6 years ago
mindspore-ci-bot 9475f9a19a !6548 Implement parallel Split
6 years ago
mindspore-ci-bot f72f2c22fb !6653 fix stream sync error for mixed precesion on pynative mode
6 years ago
liuxiao93 0e02df812a Add IFMR op for new backend.
6 years ago
mindspore-ci-bot 091ee5085e !6651 Modify init interface to internal interface
6 years ago
nhussain fda9462682 embed python compose op
6 years ago
Jiaqi 4e3e6006b6 modify init
6 years ago
mindspore-ci-bot dfe77372f5 !6505 Set top graph parameters' name the same as original graph parameters.
6 years ago
chujinjin 1cf8f3b777 fix stream sync error for mixed precision
6 years ago
mindspore-ci-bot 428927bdff !6554 fix pylint
6 years ago
mindspore-ci-bot dde9f5ac25 !6607 delete SoftmaxCrossEntropyExpand interface
6 years ago
Zhang Qinghua 6c72d88ba1 Set top graph parameters' name as original graph parameters.
6 years ago
jinyaohui 334a32d501 fix pylint
6 years ago
Wei Luning cdbd16de0c fix bug in parameter set & fix code style in pynative_executa.cc
6 years ago
guohongzilong a754dea90c delete SoftmaxCrossEntropyExpand
6 years ago
mindspore-ci-bot 861602bce9 !6512 Clean up the view code
6 years ago
mindspore-ci-bot 3aa07a4362 !6320 change mix_precision to c++
6 years ago
mindspore-ci-bot 4905de06bd !6545 improve the recognition of Parameter object and raise error when convert keywordarg to pydata
6 years ago
shenwei41 f2e34b2eaf Clean up the view code
6 years ago
mindspore-ci-bot 53a82fa6e0 !6472 fix get_dataset_size error in CelebaDataset when usage is not 'all'
6 years ago
buxue 483c8a179a improve the recognition of Parameter object and raise error when convert keywordarg to pydata
6 years ago
mindspore-ci-bot 5a20b11012 !6502 [AutoParallel]Fix auto parallel find loss bug
6 years ago
mindspore-ci-bot 92aecf128f !6549 [MD] minddata add iterator parameter validation
6 years ago
yanghaitao1 4ff4c17632 fix get_dataset_size in CelebADataset when usage is not all
6 years ago
Yi Huaijie 18ed2bec53 implement parallel Split
6 years ago
xiefangqi a6360cb2e4 add output_numpy validation to iterator
6 years ago
yanghaitao1 dd0d9fe9ab fix ci error
6 years ago
kpy 44c01e27c0 do mixprecision in c++ for pynative
6 years ago
mindspore-ci-bot 1cfad93704 !6479 fix bucket_batch_by_length show pyfunc timeout
6 years ago
lichenever d4bba3f1d2 fix_auto_parallel_find_loss_bug
6 years ago
yanghaitao1 da15495d7b fix bucket_batch ci error
6 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
6 years ago
Xiaoda Zhang 970490a6f0 add a flag to control whether overwrite the right-node in triangle elimination of DP algorithm
6 years ago
mindspore-ci-bot 8346da267b !6400 add overflow check for make_range and optimize isinstance processing
6 years ago
mindspore-ci-bot d8d2a70cb3 !6344 [AutoParallel]fix auto parallel multigraph bug
6 years ago
buxue 14f6c95c28 add overflow check for make_range and optimize isinstance processing
6 years ago
lichenever 6b2a9de09f fix auto parallel mutigrpah bug
6 years ago
mindspore-ci-bot c57a472748 !5918 optimizer pynative memory
6 years ago
mindspore-ci-bot 5e43308613 !6365 Refactoring Laplace random operator.
6 years ago
mindspore-ci-bot 72d5256d1c !6332 check wether full_batch valid
6 years ago
jin-xiulang 5873614b86 Refactoring laplace random operator.
6 years ago
buxue 458498900c support not in and add check for grad_with_sens with no sense provide.
6 years ago
kpy 4338dd266e optimizer pynative graph memory
6 years ago
mindspore-ci-bot 111efc7538 !6248 change the API interface of op ConfusionMulGrad
6 years ago
Yi Huaijie e4cd67596f raise RuntimeError when using full_batch neither under semi_auto_parallel nor auto_parallel
6 years ago
mindspore-ci-bot 3fe8916afa !6241 [bug]add doc for some Parameter property & fix bug for `Isinstance`
6 years ago
mindspore-ci-bot bef2118253 !6300 [MD] fix get_dataset_size bug when set num_samples in DistributedSampler
6 years ago
mindspore-ci-bot 0d486adef1 !3974 Eliminate the pause for each cycle of the Repeat
6 years ago
mindspore-ci-bot 14b4763b15 !6224 Move pp test cases to probability folder
6 years ago
liyong 930e85ed5c fix get_dataset_size in distributedSampler & num_samples
6 years ago
Wei Luning 8d17a2b8af * add doc for some Parameter property.* add export in quant __all__* fix bug for isinstance & add ut for it
6 years ago
lihongkang 74e3adebb8 change api interface
6 years ago
buxue c3c06514d7 perfect annotation of ops and context and support bool equal
6 years ago
mindspore-ci-bot b83d921735 !3317 add check for stridedslice when choose aicpu or aicore
6 years ago
mindspore-ci-bot 7a5ef7894d !6227 dataset API docstring: Update datasets and text desc and examples
6 years ago
mindspore-ci-bot 2b05208a6f !6153 [AutoParallel]Check device target in init
6 years ago
Cathy Wong f7adf648e9 dataset API docstring: Update datasets, samplers, graphdata and text
6 years ago
Xun Deng c64f6a0a2a move pp related tests cases to probability folder
6 years ago
mindspore-ci-bot d0e49c5cf8 !6192 Improve the functions of class SequentialCell and add examples
6 years ago
mindspore-ci-bot 1b956c77e0 !6155 modify path of ut and st of mdp
6 years ago
Lixia Chen b5b333726f Leaf ops do self-reset.
6 years ago
Jiaqi 76cec24098 modify sequentialcell
6 years ago
mindspore-ci-bot 9824d0b20f !6142 MindData fix batch ops issue
6 years ago
lichenever aaf7045cdf add checks for init
6 years ago
bingyaweng 866a8a1178 modify path of ut and st of mdp
6 years ago
mindspore-ci-bot 37e3b6082f !6002 Reduce inline passes traversal by skipping inline action if no pre-ad python pass exists
6 years ago
xiefangqi 653c79b4af md fix per_batch_map issue
6 years ago
mindspore-ci-bot a9a3d5a1f5 !5753 remove sens parameter
6 years ago
mindspore-ci-bot c10341dfb7 !6020 Add common check_param_type and set_param_type in distribution
6 years ago
Jiaqi 94d63b90f4 remove sens parameter
6 years ago
mindspore-ci-bot 02c6852699 !6108 add model with loss test case
6 years ago
mindspore-ci-bot 8bf5ac1c15 !6032 [bug]add import for ops in ops.py in __init__
6 years ago
Wei Luning 7b6899fdc0 add import of ops in in ops __init__
6 years ago
liyong 16147669a6 fix num_samples in concatDataset
6 years ago
Wan Hanyang 0b7570eb53 add model with loss, without loso and o2 test case
6 years ago
mindspore-ci-bot 3c0aa0a6e4 !6069 support function as condition of if
6 years ago
mindspore-ci-bot eb049b0e93 !5842 [Dataset] dataset op log changes
6 years ago
mindspore-ci-bot 28e2b0253e !6086 Order dict by column_id in create_dict_iterator()
6 years ago
Xun Deng 67325d63b0 edited common_dtype and check_param dtype logic
6 years ago
Zirui Wu d54ba374b9 order dict by column_id in create_dict_iterator()
6 years ago
YangLuo f5a85510f2 [MD] dataset op log changes
6 years ago
nhussain 96de2ffdb6 fix errors from old compose call in Python
6 years ago
mindspore-ci-bot d8c09067ce !5801 [MD][Feature] minddata iterator output ms_tensor
6 years ago