chujinjin
1cf8f3b777
fix stream sync error for mixed precision
5 years ago
mindspore-ci-bot
428927bdff
!6554 fix pylint
...
Merge pull request !6554 from jinyaohui/master
5 years ago
mindspore-ci-bot
dde9f5ac25
!6607 delete SoftmaxCrossEntropyExpand interface
...
Merge pull request !6607 from ghzl/delete-SoftmaxCrossEntropyExpand
5 years ago
Zhang Qinghua
6c72d88ba1
Set top graph parameters' name as original graph parameters.
5 years ago
jinyaohui
334a32d501
fix pylint
5 years ago
Wei Luning
cdbd16de0c
fix bug in parameter set & fix code style in pynative_executa.cc
5 years ago
guohongzilong
a754dea90c
delete SoftmaxCrossEntropyExpand
5 years ago
mindspore-ci-bot
861602bce9
!6512 Clean up the view code
...
Merge pull request !6512 from shenwei41/sw_master
5 years ago
mindspore-ci-bot
3aa07a4362
!6320 change mix_precision to c++
...
Merge pull request !6320 from vlne-v1/pynative_amp
5 years ago
mindspore-ci-bot
4905de06bd
!6545 improve the recognition of Parameter object and raise error when convert keywordarg to pydata
...
Merge pull request !6545 from zhangbuxue/improve_the_recognition_of_Parameter_object_and_raise_error_when_convert_keywordarg_to_pydata
5 years ago
shenwei41
f2e34b2eaf
Clean up the view code
5 years ago
mindspore-ci-bot
53a82fa6e0
!6472 fix get_dataset_size error in CelebaDataset when usage is not 'all'
...
Merge pull request !6472 from yanghaitao/yht_celeba_get_dataset_size
5 years ago
buxue
483c8a179a
improve the recognition of Parameter object and raise error when convert keywordarg to pydata
5 years ago
mindspore-ci-bot
5a20b11012
!6502 [AutoParallel]Fix auto parallel find loss bug
...
Merge pull request !6502 from lichen/fix_auto_parallel_find_loss_bug
5 years ago
mindspore-ci-bot
92aecf128f
!6549 [MD] minddata add iterator parameter validation
...
Merge pull request !6549 from xiefangqi/add_output_numpy_valid
5 years ago
yanghaitao1
4ff4c17632
fix get_dataset_size in CelebADataset when usage is not all
5 years ago
Yi Huaijie
18ed2bec53
implement parallel Split
5 years ago
xiefangqi
a6360cb2e4
add output_numpy validation to iterator
5 years ago
yanghaitao1
dd0d9fe9ab
fix ci error
5 years ago
kpy
44c01e27c0
do mixprecision in c++ for pynative
5 years ago
mindspore-ci-bot
1cfad93704
!6479 fix bucket_batch_by_length show pyfunc timeout
...
Merge pull request !6479 from yanghaitao/yht_bucket_batch_ci
5 years ago
lichenever
d4bba3f1d2
fix_auto_parallel_find_loss_bug
5 years ago
yanghaitao1
da15495d7b
fix bucket_batch ci error
5 years ago
mindspore-ci-bot
4d54de100b
!6411 [Auto parallel] Add a flag to control whether to overwrite the right-node in triangle-elimination of DP algorithm
...
Merge pull request !6411 from Xiaoda/23-fix-the-triangle-elimination-problem
5 years ago
Xiaoda Zhang
970490a6f0
add a flag to control whether overwrite the right-node in triangle elimination of DP algorithm
5 years ago
mindspore-ci-bot
8346da267b
!6400 add overflow check for make_range and optimize isinstance processing
...
Merge pull request !6400 from zhangbuxue/add_overflow_check_for_make_range_and_optimize_isinstance_processing
5 years ago
mindspore-ci-bot
d8d2a70cb3
!6344 [AutoParallel]fix auto parallel multigraph bug
...
Merge pull request !6344 from lichen/fix_auto_parallel_mutigraph_bug
5 years ago
buxue
14f6c95c28
add overflow check for make_range and optimize isinstance processing
5 years ago
lichenever
6b2a9de09f
fix auto parallel mutigrpah bug
5 years ago
mindspore-ci-bot
c57a472748
!5918 optimizer pynative memory
...
Merge pull request !5918 from flywind/optimizer_pynative_memory
5 years ago
mindspore-ci-bot
5e43308613
!6365 Refactoring Laplace random operator.
...
Merge pull request !6365 from jxlang910/push-to-opensource
5 years ago
mindspore-ci-bot
72d5256d1c
!6332 check wether full_batch valid
...
Merge pull request !6332 from yihuaijie/master
5 years ago
jin-xiulang
5873614b86
Refactoring laplace random operator.
5 years ago
buxue
458498900c
support not in and add check for grad_with_sens with no sense provide.
5 years ago
kpy
4338dd266e
optimizer pynative graph memory
5 years ago
mindspore-ci-bot
111efc7538
!6248 change the API interface of op ConfusionMulGrad
...
Merge pull request !6248 from lihongkang/v2_master
5 years ago
Yi Huaijie
e4cd67596f
raise RuntimeError when using full_batch neither under semi_auto_parallel nor auto_parallel
5 years ago
mindspore-ci-bot
3fe8916afa
!6241 [bug]add doc for some Parameter property & fix bug for `Isinstance`
...
Merge pull request !6241 from vlne-v1/I1V5VO-fix-isinstance
5 years ago
mindspore-ci-bot
bef2118253
!6300 [MD] fix get_dataset_size bug when set num_samples in DistributedSampler
...
Merge pull request !6300 from liyong126/fix_md_num_samples
5 years ago
mindspore-ci-bot
0d486adef1
!3974 Eliminate the pause for each cycle of the Repeat
...
Merge pull request !3974 from lixiachen/repeat_task2
5 years ago
mindspore-ci-bot
14b4763b15
!6224 Move pp test cases to probability folder
...
Merge pull request !6224 from XunDeng/pp_tests_folder_update
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
...
Merge pull request !3317 from zhangbuxue/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
...
Merge pull request !6227 from cathwong/ckw_api_engine
5 years ago
mindspore-ci-bot
2b05208a6f
!6153 [AutoParallel]Check device target in init
...
Merge pull request !6153 from lichen/add_checks_for_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
...
Merge pull request !6192 from lijiaqi/sequentialcell
5 years ago
mindspore-ci-bot
1b956c77e0
!6155 modify path of ut and st of mdp
...
Merge pull request !6155 from byweng/master
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
...
Merge pull request !6142 from xiefangqi/md_fix_map_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
...
Merge pull request !6002 from BowenK/pre_ad
5 years ago
xiefangqi
653c79b4af
md fix per_batch_map issue
5 years ago
mindspore-ci-bot
a9a3d5a1f5
!5753 remove sens parameter
...
Merge pull request !5753 from lijiaqi/loss_scale_sens
5 years ago
mindspore-ci-bot
c10341dfb7
!6020 Add common check_param_type and set_param_type in distribution
...
Merge pull request !6020 from XunDeng/new_check_param
5 years ago
Jiaqi
94d63b90f4
remove sens parameter
5 years ago
mindspore-ci-bot
02c6852699
!6108 add model with loss test case
...
Merge pull request !6108 from hanyang/master
5 years ago
mindspore-ci-bot
8bf5ac1c15
!6032 [bug]add import for ops in ops.py in __init__
...
Merge pull request !6032 from vlne-v1/change_ops_import
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
...
Merge pull request !6069 from zhangbuxue/support_function_as_condition_of_if
5 years ago
mindspore-ci-bot
eb049b0e93
!5842 [Dataset] dataset op log changes
...
Merge pull request !5842 from luoyang/pylint
5 years ago
mindspore-ci-bot
28e2b0253e
!6086 Order dict by column_id in create_dict_iterator()
...
Merge pull request !6086 from ZiruiWu/order_dict_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()
...
fix CI
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
...
Merge pull request !5801 from xiefangqi/md_modify_output_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
...
Merge pull request !4950 from anthonyaje/monitor_fix
5 years ago
mindspore-ci-bot
48b337f206
!6026 fix some test case
...
Merge pull request !6026 from suteng/master
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
...
Merge pull request !6019 from nhussain/move_random_choice_apply
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
...
Merge pull request !5735 from caozhou/delete_seed
5 years ago
mindspore-ci-bot
f1979f8fe5
!5998 change internal API _get_strategy() to _get_shard_strategy()
...
Merge pull request !5998 from yihuaijie/master
5 years ago
mindspore-ci-bot
a778868a5a
!5929 BucketBatchByLength column issue
...
Merge pull request !5929 from MahdiRahmaniHanzaki/bucket_batch_by_length_fix
5 years ago
nhussain
f42f9ef9d7
move random apply order and choice ops
5 years ago
nhussain
92e99ff224
change map calls
5 years ago
mindspore-ci-bot
eedbbb3649
!5958 Modify interface for function and remove duplicated def
...
Merge pull request !5958 from lilei/modify_bug
5 years ago
BowenK
e482e4e8bf
reduce pass traversals if no pre-ad python pass exists
5 years ago
mindspore-ci-bot
2f529c149a
!5991 Change API set_strategy() to shard()
...
Merge pull request !5991 from yihuaijie/master
5 years ago
Yi Huaijie
eb83ea9607
change internal API _get_strategy() to _get_shard_strategy()
5 years ago
Yi Huaijie
a836d25c64
change API set_strategy() to shard()
5 years ago
anthonyaje
2d08d83247
Fixed connector_size and monitor.
5 years ago
Zirui Wu
1bb93580dd
Add usage flag to MNIST/CIFAR
...
ci fix 1
fix ci 2
fix ci 3
fix ci 4
fix ci 5
fix ci 6
fix ci 7
change var name in CelebA from dataset_type to usage
address review cmts
fix cpp ut fail
change mode to usage in VOCDataset
fix cmts
fix ci test case fail
5 years ago
lilei
71adabd944
modify_bug
5 years ago
Wei Luning
249382899b
fix bug in cell pickle and copy
5 years ago
mindspore-ci-bot
2350a5990b
!5885 [doc]add some document for composite op
...
Merge pull request !5885 from vlne-v1/add-doc-for-composite-op
5 years ago
mindspore-ci-bot
eff187d83d
!5806 [MD] minddata delete set_dataset_size interface
...
Merge pull request !5806 from xiefangqi/md_delete_setdatasetsize
5 years ago
mindspore-ci-bot
0aa9f900dd
!5749 Support multi grad
...
Merge pull request !5749 from amongo/SupportPyantiveMultiGrad
5 years ago
Wei Luning
8c6475fd0b
add composite op doc
5 years ago
xiefangqi
d0410d6191
md delete set_dataset_size interface
5 years ago
mindspore-ci-bot
c45f79d36b
!5384 [MD]-Api changes
...
Merge pull request !5384 from nhussain/api_changes
5 years ago
mindspore-ci-bot
88f5cbe5db
!5692 Add requires_grad option for python pass
...
Merge pull request !5692 from BowenK/pre_ad
5 years ago
mahdi
a152a65227
Fixed the column problem in BucketBatchByLength
5 years ago
Zirui Wu
bde9f18f5a
update lookup api to take in a type
...
ci
add test case
address some of the review cmts
address review cmts
5 years ago
nhussain
3bac9d3713
switch input columns and operation
...
change ImagefolderDV2 name
change ds.transforms.vision to ds.vision
change batch api to match map api more closely
compose op changes
test_pylint
remove compose op from vision, move to transform module, refactor map and batch to use column_order
5 years ago
huangdongrun
341b8468eb
add support for pynative multicases
...
clear df builder
add testcases
5 years ago
mindspore-ci-bot
f984518150
!5872 remove timeout exception test case
...
Merge pull request !5872 from zhangbuxue/remove_timeout_exception_test_case
5 years ago
mindspore-ci-bot
b40677002f
!5714 [refine]change top graph and add cell class
...
Merge pull request !5714 from vlne-v1/change-top-graph
5 years ago
caozhou
6509fa9023
delete seed0 and seed1 in Dropout
5 years ago
buxue
1ae9da85e0
remove timeout exception test case
5 years ago
mindspore-ci-bot
ad186e79d8
!5599 Collect input data when `dataset_sink_mode` set on GPU
...
Merge pull request !5599 from LiHongzhang/dataset_sink_mode
5 years ago
Wei Luning
e6f82af849
add cell class to c++
5 years ago
Li Hongzhang
066950f69e
GPU dataset_sink_mode collect inputs
5 years ago
lichenever
f2d3fd34ce
rectification_allreduce_fusion_api
5 years ago
mindspore-ci-bot
77dd91a646
!5669 Fix get_py_obj_dtype() for mindspore type
...
Merge pull request !5669 from hewei/fix_get_py_obj_dtype
5 years ago
mindspore-ci-bot
5c7fa52468
!5673 [performance]cell init opt performance
...
Merge pull request !5673 from kingxian/master
5 years ago
kingxian
92bebe65a9
cell init performance opt
5 years ago
yao_yf
d4cfe55c04
rename mirror_mean to gradients_mean
5 years ago
BowenK
1bdb26f9e8
Warming up python pass by adding inline passes before it
5 years ago
mindspore-ci-bot
9018737e99
!5696 [Auto parallel] Move 'multi-subgraphs' interface to internal
...
Merge pull request !5696 from Xiaoda/20-moving-multi-graph-interface-internal
5 years ago
mindspore-ci-bot
c064c01b6b
!5729 [AutoParallel]Add FuseBatchNormEx op
...
Merge pull request !5729 from lichen/add_batchnormex_op
5 years ago
mindspore-ci-bot
7786adc3aa
!5722 fix semi auto parallel parameter of reshape has another user
...
Merge pull request !5722 from yao_yf/semi_auto_parallel_reshape_parameter_has_another_user
5 years ago
mindspore-ci-bot
d76ac7c6e8
!5648 GetColumnNames for Python
...
Merge pull request !5648 from MahdiRahmaniHanzaki/get-col-name
5 years ago
lichenever
d22f506431
add BatchNormEx op
5 years ago
mindspore-ci-bot
527d7f0afb
!5580 [MD] remove finish in FileReader
...
Merge pull request !5580 from liyong126/rmv_filereader_finish
5 years ago
yao_yf
05c003ae6b
origin/semi_auto_parallel_reshape_parameter_has_another_user
5 years ago
mindspore-ci-bot
fc79997de5
!5502 Mod SoftmaxCrossEntropyWithlogits
...
Merge pull request !5502 from wanyiming/mod_SoftmaxCrossEntropyWithlogits
5 years ago
liyong
ac39c20f41
del finish in FileReader
5 years ago
Xiaoda Zhang
42f1241270
remove 'multi-subgraphs' to internal
5 years ago
wanyiming
0ec70068ae
mod_SoftmaxCrossEntropyWithLogits
5 years ago
mindspore-ci-bot
290979853e
!5663 add check for mod when y in (-1, 0)
...
Merge pull request !5663 from zhangbuxue/add_check_for_mod_for_y
5 years ago
mindspore-ci-bot
021ba724cf
!5645 [bug][api]updata signature
...
Merge pull request !5645 from vlne-v1/ref_demo
5 years ago
Mahdi
6e7aab8c4f
Added GetColumnNames for Datasets
5 years ago
Cathy Wong
4d4c11b133
dataset API docstring cleanup: Standard product terms NumPy, Python
5 years ago
mindspore-ci-bot
35e6cca1a3
!5634 wrap numpy random seed into an api
...
Merge pull request !5634 from yihuaijie/master
5 years ago
buxue
4d59fe9ee1
add check for mod when y in (-1, 0)
5 years ago
Wei Luning
879a519136
updata signature
5 years ago
Yi Huaijie
4a5d115a66
add get_seed() and set_seed()
5 years ago
He Wei
c1469d61ce
Fix get_py_obj_dtype() for mindspore type
...
Return mstype.type_type if input is mindspore type object,
for example:
```
get_py_obj_dtype(mstype.float32) ---> mstype.type_type
```
5 years ago
mindspore-ci-bot
ccc0ea60ee
!5661 fix auto parallel reshape strategy set when it is first operator
...
Merge pull request !5661 from yao_yf/auto_parallel_reshape_fix
5 years ago
mindspore-ci-bot
847fadc8b9
!5516 auto parallel context modify
...
Merge pull request !5516 from yao_yf/auto_parallel_context_collation
5 years ago
mindspore-ci-bot
bb84f50407
!5473 optim pylint
...
Merge pull request !5473 from jinyaohui/master
5 years ago
mindspore-ci-bot
4ec343961e
!5482 modify save_checkpoint
...
Merge pull request !5482 from liuyang/md_save_checkpoint
5 years ago
yao_yf
755f381406
fix auto parallel reshape strategy set when it is first operator
5 years ago
mindspore-ci-bot
03093778df
!5387 Set num_epochs=1 for MindData python testcases
...
Merge pull request !5387 from lixiachen/testcase_epoch
5 years ago
mindspore-ci-bot
be3d79cb6b
!4204 add dynamic shape support for GatherV2 and others
...
Merge pull request !4204 from fary86/adapt_primitive_dynamic_shape
5 years ago
Lixia Chen
27d5281641
Change epoch count to 1 for python testcases
5 years ago
buxue
359e1f236e
check user define bprop when there is parameter in nested network
5 years ago