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