mindspore-ci-bot
faa1084bd8
!2865 asymmetric param row split support for GatherV2
...
Merge pull request !2865 from yihuaijie/dev
5 years ago
mindspore-ci-bot
b82926138d
!2905 two level reduce sparse gradient
...
Merge pull request !2905 from kisnwang/parallel-reduce-sparse-gradient
5 years ago
mindspore-ci-bot
5baae2ebd0
!2884 Add TBE op UnsortedSegmentProd for VM.
...
Merge pull request !2884 from liuxiao93/UnsortedSegmentProd
5 years ago
mindspore-ci-bot
bd60db5c11
!2811 support vm for ParallelConcat
...
Merge pull request !2811 from jiangjinsheng/vm_parallel_concat
5 years ago
kswang
a719a9fe3a
add two level reduce sparse gradient
5 years ago
liuxiao93
2b0ecfd2b1
Add TBE op UnsortedSegmentProd for VM.
5 years ago
Yi Huaijie
cae254f4df
asymmetric row split support for GatherV2
5 years ago
islam_amin
dfc3409f67
Update RandomHorizontalFlipWithBBox and BoundingBouxAugment C++ Ops to use floats
5 years ago
mindspore-ci-bot
751b5e6fac
!2897 Modify VOCDataset output float dtype bbox
...
Merge pull request !2897 from xiefangqi/md_voc_support_float
5 years ago
xiefangqi
62d55fdbce
vocdataset support float bbox
5 years ago
Jesse Lee
e0ef91a676
Fix Queue::Reset
5 years ago
jiangjinsheng
a3565a75d1
vm for ParallelConcat
5 years ago
changzherui
17da929b82
syn code 0706
5 years ago
mindspore-ci-bot
3d377c51b9
!2839 support vm for PopulationCount
...
Merge pull request !2839 from jiangjinsheng/vm_population_count
5 years ago
mindspore-ci-bot
d4185f336c
!2848 change crop_size from tensor to tuple
...
Merge pull request !2848 from xutianchun/crop_size_tuple
5 years ago
mindspore-ci-bot
aef002ad6c
!2809 support Python built-in function 'enumerate'
...
Merge pull request !2809 from zhangbuxue/support_Python_built-in_functions_enumerate
5 years ago
xutianchun
f9088f46bd
change crop_size from tensor to tuple
5 years ago
leilei_snow
5cccfbc61b
Add TransShape Operator.
5 years ago
mindspore-ci-bot
f42e36b629
!2845 Fix empty graph dump ir failed
...
Merge pull request !2845 from zhoufeng/empty-graph-dump-ir
5 years ago
zhoufeng
1f8b00dff2
Fix empty graph dump ir
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
mindspore-ci-bot
f6b6ef2796
!2761 Record unreused arg in kernel graph
...
Merge pull request !2761 from chenfei_mindspore/split-real-inputs-to-reuse-args-and-not-reuse-args
5 years ago
mindspore-ci-bot
b5066e81ee
!2308 Unskip md5 python UT case for RandomPerspective
...
Merge pull request !2308 from TinaMengtingZhang/unskip-case-random-perspective
5 years ago
mindspore-ci-bot
34fadfad31
!2774 fix perf_data test
...
Merge pull request !2774 from Alexey_Shevlyakov/fix_perf_data_test
5 years ago
tinazhang
dc03019200
unskip md5 testcase for RandomPerspective
5 years ago
Danish Farid
5a9673ee6f
fix_annotate bug fix
5 years ago
chenfei
193c583cf6
add unreuse args of kernel graph
...
insert assign at the end of graph
clear log
clear log 2
handle replace call of unreuse args
handle bug of replace node
5 years ago
jiangjinsheng
ee7aef98df
vm for PopulationCount
5 years ago
mindspore-ci-bot
860a32632e
!2671 vm for MaxPoolGradGrad, MaxPoolGradGradWithArgmax
...
Merge pull request !2671 from jiangjinsheng/vm_max_pool_ext2
5 years ago
mindspore-ci-bot
2711a628fb
!2333 remove addnclass in opt
...
Merge pull request !2333 from xychow/remove-addnclass-in-opt
5 years ago
buxue
cfa41733d6
support Python built-in function 'enumerate'
5 years ago
mindspore-ci-bot
a342a615a8
!2823 fix CropAndResize doc
...
Merge pull request !2823 from xutianchun/fix_doc
5 years ago
zhousiyi
b29d260be3
reuse AddN primitive in opt as AddN will replicated by program_specialize
5 years ago
fary86
e17469bf42
Fix bug of large for loop
5 years ago
wuxuejian
e64a53bf1b
fix embeddinglookupgrad when param shape is one dim
5 years ago
mindspore-ci-bot
8d660640cc
!2818 Add a primitive operator add to test_lamb
...
Merge pull request !2818 from ddwolf/add_primitive_op_to_test_lamb
5 years ago
mindspore-ci-bot
2cd9649b9e
!2810 Add operator adapting in ME for Softsign
...
Merge pull request !2810 from zhangzheng/softsign
5 years ago
mindspore-ci-bot
391f5e44e4
!2832 check types for optional boolean parameters
...
Merge pull request !2832 from Peilin/invalid-type-bucket-check
5 years ago
mindspore-ci-bot
9b915b5c28
!2831 Rework/Fix arithmetic_simplify passes
...
Merge pull request !2831 from thlinh/dev_Jul02_rework_arithmetic_simplify
5 years ago
Hoai Linh Tran
6bd66e7953
Fix memcpy calls. Add ut tests for arithmetic_simplify. Split long arithmetic_simplify.h to arithmetic_simplify.cc
...
Code checking
5 years ago
peilin-wang
29aa589972
added check for invalid type for boolean args
5 years ago
ale
383564c417
fix perf_data test
5 years ago
mindspore-ci-bot
709dfd7e81
!2738 [Dataset C++ UT] Implement C++ UT common class for object detection tests.
...
Merge pull request !2738 from islam_amin/object_ops_ut_cc
5 years ago
mindspore-ci-bot
c1a53d3f68
!2822 Fix bool tensor problem
...
Merge pull request !2822 from hewei/fix_bool_tensor
5 years ago
xutianchun
77b5ae054a
fix CropAndResize doc
5 years ago
He Wei
a0623e1528
Fix bool type tensor problem
...
Problem: Create 'uint8' type tensor from float data raise RuntimeError;
Fix: Use same internal data type for 'uint8' and 'bool' tensor and allows
convert float data to bool tensor.
5 years ago
duxiutao
793737ab62
add primitive operator to test_lamb
5 years ago
panbingao
1e51414f1b
Adapting operator Softsign in ME
5 years ago
mindspore-ci-bot
b052ecf43b
!2804 Add TBE operators SparseApplyFtrlV2\SparseApplyAdagradV2 for VM.
...
Merge pull request !2804 from liuxiao93/ops-for-VM
5 years ago
mindspore-ci-bot
687319219f
!2565 Add case for precision of bert network
...
Merge pull request !2565 from ddwolf/add_case_for_precisoin_of_bert
5 years ago
mindspore-ci-bot
19334b4f05
!2802 fix gcn import path error
...
Merge pull request !2802 from chentingting/fix_import_path_error
5 years ago
duxiutao
1e43c609e0
Add test case and fix two bugs
...
1. add case to guard precision
2. fix a shape bug
3. fix a funcGraph bug
5 years ago
liuxiao
ddedc41613
Add TBE operators SparseApplyFtrlV2\SparseApplyAdagradV2 for VM.
5 years ago
chentingting
a04d497118
fix gcn import error
5 years ago
mindspore-ci-bot
f1a9a7ceb1
!2718 fix quantization aware training auto create graph bug
...
Merge pull request !2718 from chenzhongming/master
5 years ago
mindspore-ci-bot
be93c54dc8
!2800 Modify nested while testcase
...
Merge pull request !2800 from zhoufeng/fix-nested-while
5 years ago
zhoufeng
c94dea6a51
Modify nested while testcase
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
mindspore-ci-bot
622b97f3b6
!2787 Add op ScatterMul ScatterDiv vm
...
Merge pull request !2787 from zhaozhenlong/op/scatter-div-mul-vm
5 years ago
peixu_ren
a47f5493d5
added strided slice and its grad as internal interface
5 years ago
mindspore-ci-bot
31d6d30e6a
!2788 Delete shape validation in initializer()
...
Merge pull request !2788 from yangzhenzhang/delete-shape-validation
5 years ago
jiangjinsheng
ce4e15b0b3
vm for MaxPoolExt2,MaxPoolGradGrad,MaxPoolGradGradWithArgmax
5 years ago
mindspore-ci-bot
f18329eaa5
!2782 New control sink testcase
...
Merge pull request !2782 from zhoufeng/control-sink-test
5 years ago
yangzhenzhang
2351845ede
delete shape validation in initializer
5 years ago
zhoufeng
18bc81e88c
Ascend control sink testcase
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
zhaozhenlong
8d9939eaa4
ScatterMull and ScatterDiv vm
5 years ago
mindspore-ci-bot
4eafb21ea8
!2638 support vm for mod
...
Merge pull request !2638 from jiangjinsheng/vm_mod
5 years ago
mindspore-ci-bot
30fc1bd0c3
!2747 refactor StridedSlice op
...
Merge pull request !2747 from zhangbuxue/refactor_the_StridedSlice_op
5 years ago
buxue
be771aa9e4
refactor StridedSlice op
5 years ago
jiangjinsheng
ffd0352162
vm for mod
5 years ago
mindspore-ci-bot
d1fa90a3d9
!2769 fix get loss error and NoneType error cause by _proceesor_specified_data
...
Merge pull request !2769 from ougongchang/fix_nonetype
5 years ago
mindspore-ci-bot
ea475637a1
!2720 fix assign used in while loop
...
Merge pull request !2720 from xychow/fix-assign-in-while
5 years ago
islam_amin
593ee1eb34
C++ UT common files for object detection tests
5 years ago
mindspore-ci-bot
9377e432d2
!2766 get default value if num_parallel_workers is None
...
Merge pull request !2766 from yanghaitao/yht_serialize_num_parallel_worker
5 years ago
ougongchang
cd868aea52
fix get loss error and NoneType error cause by _proceesor_specified_data
...
fix get loss error when it not a scalar and fix process specified data
failed when the action is False, and collect_specified_data parameter is
not None
5 years ago
yanghaitao
365c901ee0
get default value if num_parallel_worker is None
5 years ago
mindspore-ci-bot
3a89f93cc5
!2699 add ScatterMax ScatterMin ScatterSub vm
...
Merge pull request !2699 from zhaozhenlong/op/scatter-max-vm
5 years ago
mindspore-ci-bot
fe82d82155
!1904 Add IndexedSlices
...
Merge pull request !1904 from riemann_penn/add_indexed_slices
5 years ago
mindspore-ci-bot
2fadbb1d04
!2743 add more ut and st for SummaryCollector
...
Merge pull request !2743 from ougongchang/summary_collector_ut
5 years ago
panyifeng
d6635bbbe2
Add IndexedSlices
5 years ago
chenzomi
1089c908a9
cherry-pick r0.5 to master for quantizaiton aware training
5 years ago
ougongchang
3dc6f6f2d9
add more ut and st for SummaryCollector
...
Has fixed collecting optimizer error when mode is eval
5 years ago
zhousiyi
d5255fe311
fix assign used in while
5 years ago
mindspore-ci-bot
d04f3b9a49
!2748 Change order param only equal to group param
...
Merge pull request !2748 from ghzl/change-order-params-only-equal-to-group-param
5 years ago
guohongzilong
652093642e
change order param same as group params
5 years ago
zhaoting
0dc8a42bd1
fix resnet st group params bug
5 years ago
mindspore-ci-bot
d08a89ab87
!2737 makes 0 an invaild bucket size
...
Merge pull request !2737 from Peilin/zero-input-bucket-check
5 years ago
mindspore-ci-bot
3197f9fb35
!2733 Schema clean up
...
Merge pull request !2733 from EricZ/schema_fix
5 years ago
mindspore-ci-bot
1227719cdd
!2603 [Dataset Python UT] Cleanup mse and md5 validation
...
Merge pull request !2603 from TinaMengtingZhang/I1LTCA-mse-check-cleanup
5 years ago
peilin-wang
9468b49e28
bucket_batch_sizes must be strictly positive, 0 is not a valid batch size
5 years ago
Eric
88bb65768e
Clean up part 1
...
Removed extra fields in schema
Fixed test cases
Fixing CI
5 years ago
mindspore-ci-bot
a5c1e09469
!2736 Remove de_error.h
...
Merge pull request !2736 from Alexey_Shevlyakov/remove_de_error
5 years ago
Alexey Shevlyakov
71cede8173
remove de_error.h
5 years ago
mindspore-ci-bot
c70e6987ba
!2624 Fix config test
...
Merge pull request !2624 from EricZ/fix_config_test
5 years ago
mindspore-ci-bot
9b4399480a
!2321 Connector throughput performance metric
...
Merge pull request !2321 from Alexey_Shevlyakov/connector_throughput_dev
5 years ago
tinazhang66
5cd3136355
remove local defined mse and add missing mse/md5 validation
5 years ago
mindspore-ci-bot
51c4f4a499
!2683 Add TBE operaters ApplyAddSign\ApplyPowerSign\ApplyGradientDescent\ApplyProximalGradientDescent for VM.
...
Merge pull request !2683 from liuxiao/ops-for-VM
5 years ago
mindspore-ci-bot
f0ab20fe6d
!2409 add st testcases pytest mark
...
Merge pull request !2409 from amongo/AddTensorSetItemSTCases
5 years ago
mindspore-ci-bot
e2b17999a8
!2708 update api comment and del dead code
...
Merge pull request !2708 from guozhijian/enhance_api_comment_del_dead_code
5 years ago
mindspore-ci-bot
5b8957a884
!2717 dataset: some parameter check for NumpySlices and num_sharads
...
Merge pull request !2717 from ms_yan/check_param
5 years ago
ms_yan
7fa0d9e7e4
add paramter check for numpyslices and num_shards
5 years ago
jinyaohui
dd5fba1db9
add notice
5 years ago
huangdongrun
71f8ecbcdb
add testcase pytest mark
5 years ago
zhaozhenlong
a8654ac3b5
add ScatterMax ScatterMin ScatterSub for vm
5 years ago
jonyguo
41d16a3c77
enhance: 1. fix api comment, 2. del dead code
5 years ago
jin-xiulang
8dff818a18
Add Laplace random operator.
5 years ago
mindspore-ci-bot
6fb5538117
!2661 add support dtype for scatter_add vm
...
Merge pull request !2661 from zhaozhenlong/op/scatter-add
5 years ago
mindspore-ci-bot
1a78794947
!2680 Add ut for cpu kernel implement of sparse optimizer
...
Merge pull request !2680 from YuJianfeng/ut
5 years ago
liuxiao
2097a0e90a
Add optimizer operators for VM.
5 years ago
mindspore-ci-bot
ef8cdbd82e
!2639 [ad] improve the performance of ad
...
Merge pull request !2639 from Kang/master
5 years ago
mindspore-ci-bot
99d4289251
!248 Add 5 random ops
...
Merge pull request !248 from peixu_ren/custom_aicpu
5 years ago
peixu_ren
c5f72582dc
Added 5 random ops
5 years ago
mindspore-ci-bot
9be17e2a59
!2668 support weight decay for sparse optimizer
...
Merge pull request !2668 from wangnan39/support_weight_decay_for_sparse_optimizer
5 years ago
mindspore-ci-bot
0ab7fd98ea
!2654 fix: tfrecord to mindrecord para check
...
Merge pull request !2654 from guozhijian/fix_tfrecord_to_mr_para_check
5 years ago
yujianfeng
91306cbd34
Add ut for cpu kernel of sparse optimizer
5 years ago
mindspore-ci-bot
32a2d5d21c
!2629 get monitor sampling interval from json file
...
Merge pull request !2629 from yanghaitao/yht_sampling_interval
5 years ago
mindspore-ci-bot
363489d00f
!2580 BasicTokenizer do not case fold on preserved words
...
Merge pull request !2580 from qianlong21st/fix_basic_tokenizer
5 years ago
mindspore-ci-bot
db6c4bf784
!2640 [MD] fix minddata error message
...
Merge pull request !2640 from liyong126/minddataset_fix_errmsg
5 years ago
wangnan39@huawei.com
172728a6a6
support weight decay for sparse optimizer
5 years ago
jonyguo
3450c35d9b
fix: tfrecord to mindrecord parameter check
5 years ago
mindspore-ci-bot
bc30576ac9
!2631 Add ExpandDims to whitelist
...
Merge pull request !2631 from amongo/FixExpandDimsOps
5 years ago
zhaozhenlong
d55c0f6679
complement scatter add support dtype
5 years ago
qianlong
cae77c0c22
BasicTokenizer not case fold on preserverd words
5 years ago
liyong
68e2097897
fix split erroer message
5 years ago
zhaozhenlong
15580f8f6e
limit ssim input img type to fp32 and fp16
5 years ago
zhaozhenlong
71d33b087e
limit ssim input img type to fp32 and fp16
5 years ago
yanghaitao
fd701b8504
set monitor sampling interval through json file
5 years ago
wuyongkang
e606068585
cache bprop instead of fprop
5 years ago
huangdongrun
96b38f72b2
add ExpandDims whitelist
...
add comment for control_depend
5 years ago
mindspore-ci-bot
262e4fc041
!2585 Replace TransformFuncType with OptimizerCaller
...
Merge pull request !2585 from Giancarlo/remove_transformfunc
5 years ago
Eric
a4f5802924
Added Fix for test config
5 years ago
mindspore-ci-bot
87213648bc
!2612 delete pynative lenet test
...
Merge pull request !2612 from changzherui/del_test
5 years ago
changzherui
9e83337e2f
delete pynative lenet_model test
5 years ago
Ziyan
0925e35252
enable optimizer parallel with broadcast
5 years ago
mindspore-ci-bot
df795daf75
!2562 [bug]when multi times print same thing, do not merge in cse
...
Merge pull request !2562 from vlne-v1/I1LHCF-print-multi-times-and-same-str
5 years ago
Alexey Shevlyakov
698abf75fc
Connector throughput + PerfData + CyclicArray
5 years ago
mindspore-ci-bot
a1b17bd2e2
!2593 python unit tests for randomResizeWithBBox and ResizeWithBBox
...
Merge pull request !2593 from ava/python_ut_tests
5 years ago
mindspore-ci-bot
bfc2f142dd
!2601 AutoIndexObj should use 0 as the first generated key
...
Merge pull request !2601 from JesseKLee/auto_index
5 years ago
avakh
1e869146e9
applying comments removing VOC
5 years ago
Cathy Wong
277aba5326
dataset: Fixup docs; remove pylint disabled messages in UT
5 years ago
Jesse Lee
81bf4bde1d
AutoIndexObj primary should start with 0
5 years ago
mindspore-ci-bot
e11c953225
!2587 Implementing Python UTs for BoundingBoxAugment and RandomHorizontalFlipWithBBox
...
Merge pull request !2587 from imaaamin/object_ops_ut
5 years ago
mindspore-ci-bot
067592ccf9
!2590 Updated Python UTs for RandomVerticalFlipWithBBox, RandomCropWithBBox and RandomResizedCropWithBBox
...
Merge pull request !2590 from danishnxt/AugOps2
5 years ago
islam_amin
0f58f0338e
updating ut for RandomHorizontalFlipWithBBox and BBoxAugment
5 years ago
mindspore-ci-bot
b0a10c26a4
!2532 adding random-resize-with-bbox-op and resize-with-bbox-op
...
Merge pull request !2532 from ava/NNNewMaster
5 years ago
Danish Farid
3d1ecaaeb5
updated UT test for Python (3) AugOps with BBox - MD5 checks + imrpv comments
5 years ago
avakh
587e260236
addressing comments
5 years ago
Jamie Nisbet
c22eac743d
subtree creation in python apis
...
updates
fix
fix cpplint
fix
5 years ago
Giancarlo Colmenares
aabec55c79
Removing TransformFuncType
5 years ago
mindspore-ci-bot
a12f9614d4
!2533 Fixing testVOC2012 dataset by merging with testVOC2012_2 + moving BBoxOp testing functions to util + new check in Bounding_Box_check
...
Merge pull request !2533 from danishnxt/AugOpsD2
5 years ago
Wei Luning
ef13a4b6fb
adjust cse code when op has side effect.
5 years ago
Danish Farid
a8f392ca42
updated test util file + new BoundingBoxCheck + fixed VOCDataset annotations
...
Style Error fix
fixed PyLint problem
reverting testVOC2012 due to CI break for existing test
reverting testVOC2012 due to CI break for existing test-2
updated old error messages to confirm with global standard
addressing PR 2355 Comments - 1
addressing PR 2355 Comments - 2
addressing PR 2355 Comments - 3
5 years ago
mindspore-ci-bot
d9b1825552
!2374 C++ UT for CutOut and Pad
...
Merge pull request !2374 from MahdiRahmaniHanzaki/I1L892-pad-cutout-ut
5 years ago
mindspore-ci-bot
67d664d7dd
!2511 add mod and floordiv opration for tensor
...
Merge pull request !2511 from wangqiuliang/add-tensor-mod-operation
5 years ago
mindspore-ci-bot
a613b8b67a
!2548 Fix map mapping
...
Merge pull request !2548 from amongo/fixmapmapping
5 years ago
mindspore-ci-bot
044b214636
!2490 assign hcom op to one stream
...
Merge pull request !2490 from gukecai/new-stream-for-commit
5 years ago
kingfo
078738adc5
add tensor mod & floordiv operation
5 years ago
huangdongrun
9d3c9c69fe
modify map to C.Map()
5 years ago
ms_yan
e829535a86
change GetTensor into GetRow to avoid NullPtr
5 years ago
mindspore-ci-bot
a9dac909d9
!2535 Fix pynative indexing
...
Merge pull request !2535 from amongo/FixPynativeTensorIndexing
5 years ago
mindspore-ci-bot
4c6bff75af
!1393 Gpu Support AdamWeightDecay optimizer fusion
...
Merge pull request !1393 from chenweifeng/adam_weight_decay
5 years ago
mindspore-ci-bot
a4fbdc3f69
!2245 Decouple ir::Tensor from python.
...
Merge pull request !2245 from hewei/decouple_tensor
5 years ago
mindspore-ci-bot
087779b7d4
!2517 checkpoint add model_type
...
Merge pull request !2517 from chenzhongming/quant
5 years ago
mindspore-ci-bot
0a368494db
!2499 HostAllGather and HostReduceScatter change to internal interface
...
Merge pull request !2499 from yihuaijie/master
5 years ago
chenzomi
d3f9b80066
checkpoint add model_type
5 years ago
huangdongrun
bc0455eaff
* fix bool index
...
* change slice setitem to mixed procedure
* add testcase for slice assignment
5 years ago
He Wei
43e0967024
Decouple ir::Tensor class from python
5 years ago
mindspore-ci-bot
363a232cbc
!2512 [quant]The top level add op prefix_name check error
...
Merge pull request !2512 from vlne-v1/I1LJMR-quant-the-top-level-add-op-prefix_name-check-error
5 years ago
mindspore-ci-bot
c22c865c4a
!1950 [front]add `has_effect` direct to target construct method not cell object
...
Merge pull request !1950 from vlne-v1/move-flags-to-construct
5 years ago
mindspore-ci-bot
ea4800050b
!2503 fix misspell and check parameters on graphdata
...
Merge pull request !2503 from heleiwang/fix_misspell
5 years ago
gukecai
c703c4d7c8
hcom one stream
5 years ago
heleiwang
0d52888fc5
fix misspell and check parameters
5 years ago
Mahdi
bca037e1be
added cpp test cases for pad and cut out
5 years ago
mindspore-ci-bot
d831474d33
!2426 add one opt pass which optimize tuple_getitem with constant input to const value
...
Merge pull request !2426 from xychow/add-tuple-getitem-const-pass
5 years ago
mindspore-ci-bot
69c15470a5
!2492 Add an output to apply_proximal_adagrad op register
...
Merge pull request !2492 from YuJianfeng/master
5 years ago
yanghaoran
21c381b366
sync from mindspore to incubator
5 years ago
wilfChen
034d2ea2aa
Gpu Adam Fusion
5 years ago
Wei Luning
dcd5773f64
fix bug in quant deploy export
5 years ago
Wei Luning
8f56528f8c
add flags on function
5 years ago
mindspore-ci-bot
0478b7d191
!2303 optimize LARS interface
...
Merge pull request !2303 from gziyan/modify_lars_interface
5 years ago
mindspore-ci-bot
8870956954
!2441 add fake quant test case for gpu
...
Merge pull request !2441 from chenzhongming/master
5 years ago
Yi Huaijie
2eb739de6e
change HostAllGather and HostReduceScatter to internal interface
5 years ago
jiangjinsheng
a1e148cb4d
vm for LRN and LRNGrad
5 years ago
zhousiyi
b2ec296f99
add opt pass for tuple_getitem with constant input
5 years ago
mindspore-ci-bot
5b14292f69
!2140 Implementation of mindspore debugger
...
Merge pull request !2140 from ShidaHe/debugger_dev
5 years ago
chenzomi
8873f9dc7e
add fake quant test case for gpu
5 years ago
mindspore-ci-bot
367e5765f4
!237 fix issue ssim ksize check
...
Merge pull request !237 from zhaozhenlong/fix-issue-ssim-ksize-check-incu
5 years ago
mindspore-ci-bot
a2cd05339f
!2180 Gpu Gelu kernel support fp16
...
Merge pull request !2180 from chenweifeng/gelu-fp16
5 years ago
yujianfeng
304427cd93
Add an output to apply_proximal_adagrad op register
5 years ago
mindspore-ci-bot
d463c3f388
!236 add aicpu embeddinglookup
...
Merge pull request !236 from wuxuejian/incu_embedding
5 years ago
Ziyan
41ddc153a6
modify lars interface
5 years ago
mindspore-ci-bot
ac78ac9700
!2297 add vm support for operators include MatrixDiag, MatrixDiagPart etc
...
Merge pull request !2297 from jiangjinsheng/vm_matrixdiag
5 years ago
mindspore-ci-bot
8e5d8a1cf7
!2305 Enhance callback module and strongly check if callbacks is list or not
...
Merge pull request !2305 from 李鸿章/callback
5 years ago
mindspore-ci-bot
14868eb2b0
!2465 GCN rectification
...
Merge pull request !2465 from chentingting/gcn_rectification
5 years ago
chentingting
a733102db9
gcn_rectification
5 years ago
Shida He
4c056855e0
Implementation for mindspore debugger
5 years ago
mindspore-ci-bot
73f440a54d
!2418 add pretrain for lstm & vgg16 and remove lstm/vgg16/googlenet from directory 'mindspore/model_zoo'
...
Merge pull request !2418 from caojian05/ms_master_dev
5 years ago
wuxuejian
92880788f3
add aicpu embeddinglookup
...
move embeddinglookup to the internal
5 years ago
jiangjinsheng
017ff492af
vm for MatrixDiag,MatrixDiagPart.MatrixSetDiag
5 years ago
Li Hongzhang
4c0d12fd63
enhance callback module and strongly check callbacks is list or not
5 years ago
mindspore-ci-bot
932b7649e7
!2241 Adapting operator named AccumulateNV2
...
Merge pull request !2241 from zhangzheng/accumulate
5 years ago
caojian05
deb9694f63
add pretrain for lstm & vgg16 and remove lstm/vgg16/googlenet from directory 'mindspore/model_zoo'
5 years ago
mindspore-ci-bot
55d5ded228
!2306 [Dataset] Code review & improve quality
...
Merge pull request !2306 from luoyang/pylint
5 years ago
mindspore-ci-bot
f1a69de0b6
!2405 change some comment name in the whole project
...
Merge pull request !2405 from chenzhongming/master
5 years ago
mindspore-ci-bot
e9e4442dcb
!2413 [Auto parallel] Check 'CAST' from optimizers
...
Merge pull request !2413 from Xiaoda/7-auto-parallel-check-optimizer-ops
5 years ago
YangLuo
4e3bfcf4c9
!2306 [Dataset] Code review & improve quality
5 years ago
chenzomi
a834a6308e
change some comment name in the whole project
5 years ago
zhaozhenlong
5888d745bf
fix ssim filter size check
5 years ago
zhangz0911gm
4ac1876237
Adapting AccumulateNV2
5 years ago
jiangjinsheng
e71599b5ca
vm for lin_space
5 years ago
mindspore-ci-bot
0327d7e79b
!2424 Add aicpu op: CTCLoss, ReverseSequence and CropAndResize
...
Merge pull request !2424 from xutianchun/ctcloss
5 years ago
mindspore-ci-bot
c9b8a8da0a
!2369 add cpu reduce op and cpu softmax_cross_entropy_with_logits op
...
Merge pull request !2369 from baihuawei/reduce
5 years ago
xutianchun
2bfc86f5b7
Add aicpu op: ReverseSequence, CropAndResize, CTCLoss
5 years ago
mindspore-ci-bot
beb436f457
!2398 Bug in Slice when multiple rows are used
...
Merge pull request !2398 from h.farahat/slice_bug
5 years ago
mindspore-ci-bot
a9c309da4c
!2404 [Dataset]rename input variable name to children and output variable to parent
...
Merge pull request !2404 from xulei/input_output
5 years ago
mindspore-ci-bot
1ea38eb60c
!2375 Add Python Tokenizer
...
Merge pull request !2375 from h.farahat/python_tokenizer
5 years ago
Xiaoda Zhang
3ff6e336c6
check cast from optimizer in auto-parallel
5 years ago
liyong
2412ee09ce
fix distributedSampler reshuffle and fix random_device failed
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
...
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
mindspore-ci-bot
f469c6cf2e
!2397 change acc threshold of test_resnet_imagenet
...
Merge pull request !2397 from zhaoting/ResNet50_st
5 years ago
mindspore-ci-bot
78a8bc302d
!2380 Fix CocoDataset issue
...
Merge pull request !2380 from xiefangqi/xfq_fix_coco_issue_01
5 years ago
mindspore-ci-bot
a3e7b30457
!2384 Add split fission pass
...
Merge pull request !2384 from YuJianfeng/split
5 years ago
mindspore-ci-bot
616cc80d78
!2378 fix tensor id bug and some yolov3 bug
...
Merge pull request !2378 from flywind/fix_yolov3_bug
5 years ago
mindspore-ci-bot
53654f94f2
!2056 Enable new control sink
...
Merge pull request !2056 from zhoufeng/enable-new-control-sink
5 years ago
kpy
b79523a994
fix yolov3 multi getitem bug and tensor ptr not unique bug
5 years ago
xulei2020
3b71bd0d5d
rename input to children, output to parent
5 years ago
mindspore-ci-bot
8a913d7586
!2157 mindspore server inference
...
Merge pull request !2157 from hangq/master
5 years ago
mindspore-ci-bot
748b0b1b64
!2388 GPU update bert scripts
...
Merge pull request !2388 from VectorSL/bert-eval
5 years ago
mindspore-ci-bot
3401e1c80b
!2143 dataset: remove storage_op c++ part
...
Merge pull request !2143 from ms_yan/del_storage_c++
5 years ago
mindspore-ci-bot
f365fbd71e
!2060 Support pynative setitem
...
Merge pull request !2060 from amongo/SupportPynativeSetItem
5 years ago
mindspore-ci-bot
d57decc8a3
!2338 Gpu Minimum & Maximum kernels support int32
...
Merge pull request !2338 from chenweifeng/nezha
5 years ago
zhoufeng
bbbfaa2441
enable new control sink
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
yujianfeng
7ad877a948
Add Split fission pass
5 years ago
hangangqiang
dfbb232468
mindspore server inference
5 years ago
ms_yan
cf82aa9035
init remove storage op in c++
...
init remove storage op test case c++
remove source c++ files
5 years ago
huangdongrun
79058d3509
add support for parameter
...
support for tensor setitem
add support for tensor assgin
5 years ago
hesham
68030e6a4b
Slice Bug
5 years ago
zhaoting
9d9c35d1ee
change acc threshold of test_resnet_imagenet
5 years ago
qianlong
980ddd32a2
change output of WordpieceTokenizer and BertTokenizer to 1-D string tensors
5 years ago
VectorSL
b2412ea571
gpu update bert scripts
5 years ago
mindspore-ci-bot
e8639ad91e
!2347 support multi param for tuple grad
...
Merge pull request !2347 from riemann_penn/support_multi_param_for_tuple_grad
5 years ago
mindspore-ci-bot
88a3c0fa53
!2379 remove ftrl operator st on pynative mode
...
Merge pull request !2379 from zyli2020/change_ftrl_op_st
5 years ago
xiefangqi
5703a10b8b
fix CocoDataset issue
5 years ago
mindspore-ci-bot
bbf69912be
!2363 fix TextFildDataset and CLUEDataset does not support to_device
...
Merge pull request !2363 from yanghaitao/yht_fix_textfiledataset
5 years ago
mindspore-ci-bot
634bfd3508
!2259 add Normal op
...
Merge pull request !2259 from pkuliuliu/master
5 years ago
mindspore-ci-bot
d137cefa79
!2372 Cleanup work for BERT special ops
...
Merge pull request !2372 from h.farahat/cleanup_0619
5 years ago
lizhenyu
eb68c9953d
change ftrl operator st
5 years ago
mindspore-ci-bot
2f9c6ec8bc
!2337 aware quantization training auto create graph
...
Merge pull request !2337 from chenzhongming/master
5 years ago
pkuliuliu
acf46bafbb
add Normal op
5 years ago
mindspore-ci-bot
9514b52a23
!2147 Add a callback named SummaryCollector and delete SummaryStep callback
...
Merge pull request !2147 from ougongchang/master
5 years ago
panyifeng
3c2057297e
support multi param for tuple grad
5 years ago
hesham
e981c67acd
Python Tokenizer
...
!38 Synchronize with latest Ascend software suite 17 Jun 2020
Merge pull request !38 from yanghaoran/master
5 years ago
hesham
674415f7be
Cleanup work for Concate, Mask, Slice, PadEnd and TruncatePair
5 years ago
mindspore-ci-bot
bc4b1c2460
!2373 Comments + improved casting/parameters + UT tests for 3 AugOps (Augmentation Ops RandomCropWithBBox, Random Vertical FlipWithWithBBox and Random CropAndResizeWithWithBBox)
...
Merge pull request !2373 from danishnxt/AugOpsD1
5 years ago
mindspore-ci-bot
7bdcc319b2
!2325 Addressing comments from PR2314
...
Merge pull request !2325 from imaaamin/object_ops_pr2
5 years ago
Danish Farid
6442a85b75
comments added, ptrs to consts, UT tests for BBOps
...
updated comments for 3 BB AugOps
addressing comments, void -> status, macros added, fixed test cmt
changed types -> value, fixed ut test funcs, grammar
bug type fix
fixed condition in tests for viz
5 years ago
islam_amin
edc42c5b85
addressed comments from reviews
5 years ago
nhussain
d89101b95f
add missing test
5 years ago
chenzomi
c268c88220
aware quantization training auto create graph
5 years ago
baihuawei
862522376f
add reduce and softmax_cross_entropy_with_logits
5 years ago
ougongchang
939cd29d7e
Add a callback named SummaryCollector and delete SummaryStep callback
...
I added a SummaryCollector to help users automatically collect information
such as the network, loss, learning rate and so on, making it easier to collect this information.
It also can collect train lineage and eval lineage information which is
collected by TrainLineage Callback and EvalLineage Callback in
MindInsight.
I also add some UT for SummaryCollect to keep the code correct.
5 years ago
mindspore-ci-bot
21c67eddd5
!1897 save print data to file
...
Merge pull request !1897 from jinyaohui/print
5 years ago
yanghaitao
9f336bb735
fix TextFileDataset and CLUEDataset failed with to_device
5 years ago
jinyaohui
ac23a179bf
save print data to file
5 years ago
wilfChen
480bf4151b
Gpu Minimum & Maximum kernels support int32
5 years ago
mindspore-ci-bot
182215e060
!2284 Add Pass to Eliminate Redundant Depend
...
Merge pull request !2284 from BowenK/fix_depend
5 years ago
mindspore-ci-bot
b6ff27245f
!1990 fix profiling stream id
...
Merge pull request !1990 from caifubi/fix-profiling-stream-id
5 years ago
mindspore-ci-bot
66e07efccd
!2315 add Pack op for aicpu when axis=-1
...
Merge pull request !2315 from yanzhenxiang2020/add_pack_open
5 years ago
mindspore-ci-bot
2d6d3cc86b
!2339 support catch IndexError in C++
...
Merge pull request !2339 from zhangbuxue/support_catch_index_error_in_c++
5 years ago
mindspore-ci-bot
8867c67d61
!1935 Summary callback as collector for summary and lineage
...
Merge pull request !1935 from 李鸿章/policy_writer
5 years ago
BowenK
8f29e7242f
add pass to eliminate depend value
5 years ago
mindspore-ci-bot
230963d08e
!2332 Fix ConfusionSoftmaxGrad fusion pass work if the ReduceSum's attr of keep_dims set with False
...
Merge pull request !2332 from huanghui/fix-ConfusionSoftmaxGrad-fusion-pass
5 years ago
caifubi
a49c6f0b13
Fix profiling stream id bug
5 years ago
mindspore-ci-bot
9958bc479a
!2161 [qat]Export network from quantization aware network to deploy
...
Merge pull request !2161 from vlne-v1/I1IZV3-quant-infer
5 years ago
mindspore-ci-bot
06b511ca94
!2301 add sparse proximal ada grad optimizer
...
Merge pull request !2301 from lilei/sparse_proximal_ada_grad
5 years ago
Li Hongzhang
0921c1e538
enhance the SummaryRecord with set_mode and add_value
5 years ago
buxue
2c9ca199ad
support catch IndexError in C++
5 years ago
huanghui
c7bda5363d
fix ConfusionSoftmaxGrad fusion pass work if the ReduceSum's attr of keep_dims set False
5 years ago
yanzhenxiang2020
8621c032d9
add pack op for aicpu
5 years ago
Wei Luning
1d77bf86a9
Exports MindSpore quant predict model to deploy with GEIR
5 years ago
lilei
497067d7b2
add sparse proximal ada grad optimizer
5 years ago
yanzhenxiang2020
7eb3749f26
add cast op for aicpu
5 years ago
mindspore-ci-bot
1424178601
!1663 change lenet and alexnet dir
...
Merge pull request !1663 from wukesong/change_network_path
5 years ago
mindspore-ci-bot
b7b4333d13
!2272 remove dataset send from data exec
...
Merge pull request !2272 from wangnan39/remove_dataset_send_from_model_init
5 years ago
mindspore-ci-bot
a9d06edae9
!2282 remove _quant_op.py from __init__.py
...
Merge pull request !2282 from chenzhongming/master
5 years ago
peilinwang
1e36b0649f
remove graphengine changes
...
remove graphengine changes
concat op
Truncate Pair
concat_op
remove graph engine changes
ToNumberOp implementation almost done
ToNumberOp complete
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
merge conflicts
5 years ago
hesham
11826fb256
DuplicateOp
5 years ago
mindspore-ci-bot
90bb9320aa
!2314 Implemented RandomHorizontalFlipWithBBox and BoundingBoxAugment C++ Ops
...
Merge pull request !2314 from imaaamin/object_ops_pr
5 years ago
mindspore-ci-bot
a83baafbf6
!2253 Add ConcatOp to Dataset
...
Merge pull request !2253 from nhussain/concat_op
5 years ago
mindspore-ci-bot
3784220056
!2317 rework on dataset.text.vocab to support any user special_tokens
...
Merge pull request !2317 from ZiruiWu/vocab_rework
5 years ago
nhussain
5515016dba
remove graphengine changes
...
remove graphengine changes
concat op
Truncate Pair
concat_op
remove graph engine changes
5 years ago
mindspore-ci-bot
ffc8a3c362
!2274 add PadEndOp
...
Merge pull request !2274 from xunxue/padend
5 years ago
mindspore-ci-bot
e4322baece
!2316 [Dataset] Move python tree transformation into cpp pass
...
Merge pull request !2316 from JunhanHu/alter_node_cpp
5 years ago
islam_amin
0af156d169
added two ops for object detection, random horizontal flip with bbox and bouding box augment. along with their unit tests
5 years ago
xunxue
87aa9c8f7a
PadEndOp
5 years ago
Junhan Hu
57f3732ac3
Move python tree transformation into cpp pass.
5 years ago
Zirui Wu
b6e9504b31
phase I of Vocab rework
...
phase II vocab rework
added more test cases
fix api doc string
address review cmts and fix CI
address ci complains
fix review cmts
ci
5 years ago
Zirui Wu
8f2674850b
address API doc style and content
...
addr review cmts
revert
ci
private class
ci
fix ci
address ci
address review cmts
fix style err
5 years ago
wangnan39@huawei.com
887838d452
do not send the data during the model init
5 years ago
mindspore-ci-bot
c0fe8c0322
!2273 [AutoParallel]update EmbeddingLookUp op
...
Merge pull request !2273 from lichen/fix_embeding_look_up
5 years ago
mindspore-ci-bot
5850b99161
!2211 Add TruncatePair Op to dataset
...
Merge pull request !2211 from h.farahat/pair_truncate
5 years ago
mindspore-ci-bot
0958a695a4
!205 add ReverseSequenceGrad
...
Merge pull request !205 from xutianchun/reverse_sequence_grad
5 years ago
wukesong
7dfd369998
modify lenet&alexnet dir
5 years ago
mindspore-ci-bot
fce37a5fbe
!2281 add Sigmoid and SigmoidGrad operation of GPU
...
Merge pull request !2281 from zyli2020/add_sigmoid
5 years ago
lichenever
563622874a
update
5 years ago
wilfChen
8f4cd76582
gpu Gelu kernel support fp16
5 years ago
chenzomi
bbce6faff9
remove _quant_ops.py from __init__.py
5 years ago
mindspore-ci-bot
d0c5071cab
!1993 [Dataset] Fix codedex.
...
Merge pull request !1993 from luoyang/pylint
5 years ago
mindspore-ci-bot
2ecd5bdf25
!2239 [MD] convert csv to mindrecord
...
Merge pull request !2239 from liyong126/csv_to_mindrecord
5 years ago
mindspore-ci-bot
d9b8da14e2
!2275 [Auto parallel] Changing bprob of EmbeddingLookup
...
Merge pull request !2275 from Xiaoda/4-fix-the-embeddinglookup-errors
5 years ago
mindspore-ci-bot
2e002ab64c
!2292 gpu fix all nop node graph execute
...
Merge pull request !2292 from limingqi107/master
5 years ago
mindspore-ci-bot
9b90d89f6b
!2276 fix eliminate get ref parameter
...
Merge pull request !2276 from fary86/fix_eliminate_get_ref
5 years ago
fary86
15b3fba0ef
Fix eliminate get ref parameter
5 years ago
Xiaoda Zhang
69574f3823
fix the bprob error of embeddinglookup
5 years ago
limingqi107
0f4397cece
fix all nop node graph execute
5 years ago
lizhenyu
ea0cd5ccdd
add Sigmoid and SigmoidGrad operation of GPU
5 years ago
mindspore-ci-bot
74c3e15675
!2194 fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric=True calculation error bug
...
Merge pull request !2194 from 王东旭/master
5 years ago
mindspore-ci-bot
3559cb5ccd
!2252 dataset: repair bug in config load
...
Merge pull request !2252 from ms_yan/config_load
5 years ago
mindspore-ci-bot
90e05579c8
!2197 Change acc threshold of test_resnet_imagenet
...
Merge pull request !2197 from zhaoting/ResNet50_st
5 years ago
mindspore-ci-bot
60f4795f40
!2220 fix binary dump and add test case
...
Merge pull request !2220 from leopz/fix_dump
5 years ago
mindspore-ci-bot
1e12b07afd
!2251 Add implementation of SparseApplyProximalAdagrad cpu kernel
...
Merge pull request !2251 from YuJianfeng/proximal
5 years ago
zhaoting
c083089e7e
change acc threshold of test_resnet_imagenet
5 years ago
ms_yan
8d1dae46ac
Throw error when load config failed
5 years ago
liyong
7369950a93
convert csv to mindrecord
5 years ago
mindspore-ci-bot
19e66f06e2
!2150 Gpu Tanh kernel support fp16
...
Merge pull request !2150 from chenweifeng/tanh-fp16
5 years ago
mindspore-ci-bot
0c3d96a98b
!2236 Refactor the callback module in an encapsulated way
...
Merge pull request !2236 from 李鸿章/callback
5 years ago
yujianfeng
c3871d98cc
Add implementation of SparseApplyProximalAdagrad cpu kernel
5 years ago
hesham
b9495a9ccc
Truncate Pair
5 years ago
mindspore-ci-bot
9ba6f61d01
!2148 fix hook and bprop debug issue in pynative
...
Merge pull request !2148 from wangqiuliang/fix-hook-bprop-issue
5 years ago
mindspore-ci-bot
4e3b3711be
!2199 Fix the condition when activation name is 0
...
Merge pull request !2199 from Simson/push-to-opensource
5 years ago
leopz
a67132f6b7
fix shape and add testcase
5 years ago
mindspore-ci-bot
294449697a
!2179 Add sort by index for each group of AllReduce
...
Merge pull request !2179 from YuJianfeng/all_reduce_index
5 years ago
mindspore-ci-bot
f513bb8f83
!2163 [Auto parallel] Move 'EmbeddingLookup' to internal
...
Merge pull request !2163 from Xiaoda/3-changing-embeddinglookup-internal
5 years ago
kingfo
358982a98f
fix hook and bprop debug issue
5 years ago
mindspore-ci-bot
fe797aaf10
!2229 add ftrl optimizer
...
Merge pull request !2229 from zyli2020/add_ftrl_op
5 years ago
mindspore-ci-bot
95d887a35b
!2226 add adam op for wide&deep model
...
Merge pull request !2226 from zyli2020/add_adam_op
5 years ago
mindspore-ci-bot
c4863683ef
!2235 add SigmoidCrossEntropyWithLogitsGrad operation
...
Merge pull request !2235 from zyli2020/add_sigmoid_cross_entropy_with_logits_grad
5 years ago
mindspore-ci-bot
116ed509bf
!2234 add SigmoidCrossEntropyWithLogits op
...
Merge pull request !2234 from zyli2020/add_sigmoid_cross_entropy_with_logits
5 years ago
mindspore-ci-bot
73894e6cfd
!196 add Pack op for aicpu when axis=-1
...
Merge pull request !196 from yanzhenxiang2020/br_pack_incubator
5 years ago
yujianfeng
f15cb6b7c9
Add sort by index for each group of AllReduce
5 years ago
simson
ca988e9e69
fix the condition when activation name is 0
5 years ago
mindspore-ci-bot
a4048e192c
!2256 Rename Sampler::Reset() to Sampler::ResetSampler()
...
Merge pull request !2256 from JesseKLee/sampler
5 years ago
mindspore-ci-bot
ea829e89c3
!2198 Add MaskOp to dataset
...
Merge pull request !2198 from h.farahat/mask_op
5 years ago
Jesse Lee
dcfdff6021
Rename Sampler Reset
5 years ago
mindspore-ci-bot
808380a9f9
!2142 Cleanup dataset UT: refactor visualize()
...
Merge pull request !2142 from Tinazhang/reorg-visualize
5 years ago
ms_yan
fdafc690f8
repair problem in NumpySlicesDataset
5 years ago
mindspore-ci-bot
2865436fee
!2092 Tokenizers
...
Merge pull request !2092 from qianlong21st/june_third
5 years ago
Tinazhang
169eaf73c7
reorganize util function visualize()
5 years ago
lizhenyu
636b8e2b88
add SigmoidCrossEntropyWithLogitsGrad op
5 years ago
panfengfeng
c745b6bd9d
回退 'Pull Request !2189 : dataset: repair some bug in NumpySlicesDataset'
5 years ago
mindspore-ci-bot
4642df207a
!2210 gpu optimize the max device memory config
...
Merge pull request !2210 from limingqi107/max_device_memory_optimize
5 years ago
mindspore-ci-bot
11a256536d
!2189 dataset: repair some bug in NumpySlicesDataset
...
Merge pull request !2189 from ms_yan/numpy_slice_repair
5 years ago