panyifeng
394178569e
fix valuenode simplify
5 years ago
mindspore-ci-bot
bc0a53cfb1
!3030 minddata support ps-lite feature
...
Merge pull request !3030 from xiefangqi/md_support-pslite
5 years ago
mindspore-ci-bot
ba0143402c
!3067 Cleanup dataset UT: Remove unneeded tf data files and tests
...
Merge pull request !3067 from cathwong/ckw_dataset_ut_cleanup6
5 years ago
mindspore-ci-bot
219a716eae
!3066 fix some batch's get_dataset_size and some text validator inconsistency
...
Merge pull request !3066 from ZiruiWu/fix_validator
5 years ago
mindspore-ci-bot
bed93a9ead
!3039 [Dataset Python UT] adding coverage to Cifar Op and update test dataset
...
Merge pull request !3039 from TinaMengtingZhang/dataset-op-ut-cifar
5 years ago
Zirui Wu
63185cb20f
fix some validators errors
...
address review cmts
addr review cmts
5 years ago
mindspore-ci-bot
851707ae5e
!3008 [MD] Fix errors introduced by validation rework
...
Merge pull request !3008 from nhussain/validation_errors
5 years ago
Cathy Wong
ae1ed327ba
Cleanup dataset UT: Remove unneeded data files and tests
5 years ago
nhussain
05b2a57d2a
fix validation errors, and fix try catch error tests
5 years ago
tinazhang
340d98a4d1
added test case to cifar_op
...
update cifar10 dataset
fixing missing error handling code in validator
5 years ago
xiefangqi
add19a591c
md support ps-lite
5 years ago
mindspore-ci-bot
089623ad19
!3057 Eliminate circular dependency between 'ir' and 'device/kernel'
...
Merge pull request !3057 from hewei/decouple_ir_kernel_device
5 years ago
mindspore-ci-bot
1b9f0fc208
!3060 modify init value of mean square in rmsprop optimizer
...
Merge pull request !3060 from wangnan39/modify_mean_square_init_value_in_rmsprop
5 years ago
He Wei
ee1510da41
Eliminate circular dependency between 'ir' and 'device/kernel'
5 years ago
mindspore-ci-bot
c99cc0dfa1
!3053 mindspore path adjust
...
Merge pull request !3053 from liubuyu/master
5 years ago
liubuyu
43c79eb853
mindspore path adjust
5 years ago
mindspore-ci-bot
0746bffbd4
!3056 Alarm modification
...
Merge pull request !3056 from shenwei41/sw_master
5 years ago
mindspore-ci-bot
530d46eb47
!3024 Decode + RandomCropAndResize fusion within MapOp
...
Merge pull request !3024 from Alexey_Shevlyakov/random_crop_decode_resize_fusion
5 years ago
mindspore-ci-bot
99a6033aa2
!3032 Refactor the akg op registers
...
Merge pull request !3032 from DeshiChen/0711_akg_op_register_master
5 years ago
wangnan39@huawei.com
046e369e36
modify init value of mean square in rmsprop optimizer
5 years ago
mindspore-ci-bot
7ed816d9a7
!3054 GPU fix addn and supported list bug
...
Merge pull request !3054 from VectorSL/fix-isuue
5 years ago
shenwei41
bda46f480f
Alarm modification
5 years ago
mindspore-ci-bot
bf2c9abc48
!3051 add loss monitor to lenet
...
Merge pull request !3051 from chenzhongming/newnew_master
5 years ago
mindspore-ci-bot
3397eee672
!2950 [AutoParallel]Fix_codedex
...
Merge pull request !2950 from lichen/fix_codedex
5 years ago
VectorSL
d22a597689
gpu fix addn bug and supported list bug
5 years ago
dayschan
78f35814d5
Refactor the akg op registers.
...
Since akg supports both Ascend and Gpu, but their supported type and format are different,
so we use two directory "ascend" and "gpu" to store their registers respectively, and use
an attribute "processor" to distinguish them.
Main changes:
1) Add two op register class "AkgAscendRegOp" and "AkgGpuRegOp", inherited from the original AkgRegOp.
2) Rewrite akg ascend op registers with new interface, move them into directory "ascend".
3) Rename the imply_type from "AutoDiff" to "AKG".
4) Modify function FindOp, check the processor when imply_type is "AKG".
5) Modify function CheckRepetition, remove the judgement for impl_path, check processor instead.
TODO: Remove op registers in akg root path.
5 years ago
mindspore-ci-bot
c6847992e0
!2867 Add full_name for anf_ir.proto
...
Merge pull request !2867 from huanghui/vm-anf-ir-graph-pb-dump
5 years ago
mindspore-ci-bot
7d92d2982a
!3052 data dump bug
...
Merge pull request !3052 from caifubi/data-dump
5 years ago
mindspore-ci-bot
56bb3930ee
!2754 optimize memory reuse according streams info
...
Merge pull request !2754 from laiyongqiang/mem_opt
5 years ago
lichenever
21496447df
fix code dex
5 years ago
mindspore-ci-bot
180b3029e5
!3047 fix ci cpplint
...
Merge pull request !3047 from wangqiuliang/fix-ci-cpplint
5 years ago
caifubi
066c279f85
Fix dump bug in mode 0
5 years ago
chenzomi
25969b5d8f
add loss monitor to lenet
5 years ago
mindspore-ci-bot
f65586cefa
!3035 Refactoring for base and abstract types.
...
Merge pull request !3035 from ZhangQinghua/master
5 years ago
mindspore-ci-bot
8871f06f42
!2963 Add UT for python pass
...
Merge pull request !2963 from BowenK/python_pass_clean
5 years ago
mindspore-ci-bot
d95a54c321
!3043 Revert PR 2923
...
Merge pull request !3043 from BowenK/master
5 years ago
kingfo
9d9b279db2
fix ci cpplint
5 years ago
mindspore-ci-bot
f5b00de15d
!3042 fix sens tensor check issue
...
Merge pull request !3042 from wangqiuliang/fix-sens-tensor-check-issue
5 years ago
BowenK
f267a105b8
Add Python Pass UT
5 years ago
BowenK
af36bd7698
Revert PR 2923
5 years ago
mindspore-ci-bot
bfc3065fc7
!3025 [AutoParallel]Add embedding look up op
...
Merge pull request !3025 from lichen/add_embedding_look_up_op
5 years ago
mindspore-ci-bot
e6ff8dc5e0
!3037 Update max loop count
...
Merge pull request !3037 from linqingke/mass
5 years ago
kingfo
cd28858e36
fix sens tensor check issue
5 years ago
Zhang Qinghua
87715ed127
Refactoring for base and abstract types: Moving Base into base folder; Splitting the abstract type and infer&specialize routines;
5 years ago
mindspore-ci-bot
48654be14d
!3040 BoundingBoxAugment op fix ratio
...
Merge pull request !3040 from islam_amin/bounding_box_augment_bugs
5 years ago
mindspore-ci-bot
69ce4bf2b2
!2970 Del mindspore/model_zoo
...
Merge pull request !2970 from panbingao/master
5 years ago
Alexey Shevlyakov
b930162e79
Decode + RandomCropAndResize = RandomCropDecodeResize
5 years ago
islam_amin
56da3b0ae1
Fixing ratio bug with BoundingBoxAugment
5 years ago
mindspore-ci-bot
706a38abfe
!3041 Addressing Zirui's comment for PR 2891
...
Merge pull request !3041 from JesseKLee/pr2891_comments
5 years ago
mindspore-ci-bot
b5dda1295b
!3009 Add a sample script of data processing for fine-tuning BERT on CLUE classification dataset
...
Merge pull request !3009 from dessyang/master
5 years ago