BowenK
8f29e7242f
add pass to eliminate depend value
5 years ago
wangcong
d8595666ff
fix pre compile static check warning
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
e2442928d1
!2329 Fix bugs when releasing resources.
...
Merge pull request !2329 from rick_sanchez/huangyong
5 years ago
mindspore-ci-bot
ff71e4ac3b
!2330 Implemented 3 new BBox Image Aug Ops - RandomVerticalFlipWithBBox, RandomCropWithBBox, RandomCropAndResizeWithBbox - with supporting code
...
Merge pull request !2330 from danishnxt/AugOpsD1
5 years ago
mindspore-ci-bot
d638578d33
!2322 Optimizer Caller class
...
Merge pull request !2322 from Giancarlo/OptimizerCaller
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
jiangjinsheng
5d9421b92c
fixed range
5 years ago
liuxiao
c7c6f5736b
Adapt ApplyProximalAdagrad and SparseApplyProximalAdagrad
5 years ago
mindspore-ci-bot
b3f91a4f22
!2295 Optimization for ad
...
Merge pull request !2295 from Kang/master
5 years ago
mindspore-ci-bot
91aa1df984
!2309 fix icu compile
...
Merge pull request !2309 from qianlong21st/fix_icu_compile
5 years ago
mindspore-ci-bot
a663f2066c
!2285 [Code Review] code review fix
...
Merge pull request !2285 from jjfeing/master
5 years ago
Danish Farid
c1e6ece563
my files added back in
...
another commit
comm2
comm3
comm4
comm5
comm6
5 years ago
mindspore-ci-bot
2ad211df97
!2293 fix bug of transdata
...
Merge pull request !2293 from lianliguang/add-broadcast-and-reduce-kernel-select-rules
5 years ago
huanghui
c7bda5363d
fix ConfusionSoftmaxGrad fusion pass work if the ReduceSum's attr of keep_dims set False
5 years ago
Giancarlo Colmenares
cfc19a6274
Added OptimizerCaller class as a parent for optimization appliers
5 years ago
yanzhenxiang2020
8621c032d9
add pack op for aicpu
5 years ago
chengxianbin
37a81c4f7e
clear pylint for yolov3
5 years ago
simson
c24e90a3a6
Modify the comment of InsertGradientOf
5 years ago
Wei Luning
1d77bf86a9
Exports MindSpore quant predict model to deploy with GEIR
5 years ago
caifubi
d2d4fdeb04
use context memeory variable in ascend memroy allocate
5 years ago
mindspore-ci-bot
3c1b8308cf
!2223 Make those AdamXX and LambXX fusion pass not work for unexpect data type
...
Merge pull request !2223 from huanghui/TMP
5 years ago
lilei
497067d7b2
add sparse proximal ada grad optimizer
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
Kang
a0d651527f
Optimization for ad
5 years ago
rick_sanchez
1827270177
Fix bugs when releasing resources.
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
mindspore-ci-bot
8eceb8974d
!2299 delete seed interface of Initializer
...
Merge pull request !2299 from yihuaijie/slice
5 years ago
mindspore-ci-bot
ec8f541325
!2300 Implementation of ToNumberOp
...
Merge pull request !2300 from Peilin/ToNumberOp
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
mindspore-ci-bot
685c8cec68
!2318 Add DuplicateOp
...
Merge pull request !2318 from h.farahat/duplicate_op
5 years ago
hesham
11826fb256
DuplicateOp
5 years ago
hongxing
3ad3a71fc7
change interface
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
mindspore-ci-bot
ef08dc0d21
!2258 address some review comments on doc
...
Merge pull request !2258 from ZiruiWu/fix_api_doc
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