nihuini
e8bb88830d
convert mxnet squeeze expanddims, convert onnx squeeze unsqueeze
6 years ago
nihuini
a6c60068e6
convert numpy style slice to crop
6 years ago
nihuini
009c4d9a75
convert mxnet reduce axis and keepdims, pad reflect, fix #739
6 years ago
nihuini
87ae1e9a2a
%e in ncnnoptimize
6 years ago
nihuini
7d3ebe2d69
%g may output number without dot, stick to %e
6 years ago
nihuini
a5b6826a16
workaround duplicated op name, fusion function, fix wrong layer count when the last layer is Reshape
6 years ago
Howave
50f69f1755
mxnet hardsigmoid hardswish op fusion ( #1266 )
6 years ago
nihuini
d67d2531ae
convert some well-known noop, printf %g to preserve precision
6 years ago
nihuini
296e0022df
deconvolution output adj and output shape
6 years ago
nihuini
18833c9286
convert asymmetric pad parameter
6 years ago
nihuini
eced73c186
convert mxnet onnx pooling count_include_pad
6 years ago
nihuini
1b910efea5
convert slice properly
6 years ago
nihuini
7dd4bccf95
convert mxnet _contrib_BilinearResize2D
6 years ago
Howave
123ca35e00
fix compile warnings ( #1042 )
7 years ago
nihui
af950819cd
convert add_n and ElementWiseSum, fix #1008
7 years ago
791136190
e2e8e1b9d7
mxnet2ncnn tool support symbol.softmax op ( #938 )
* [CHG]when use HybridBlock to call F.softmax,the softmax op name is "softmax"(mxnet_version:10301)
* [CHG]Remove type mismatch error when using static code detection tool
7 years ago
nihuini
1dea9fe353
more elementwise binaryop alias, convert priorbox steps param
7 years ago
nihuini
f89c5b9c31
convert mxnet UpSampling, convert onnx Upsample, fix #753
7 years ago
nihuini
d9301c4f59
convert mxnet crop slice step1, convert onnx slice step1, fix reduction dims 2, fix #441 , fix #498 , fix #519
7 years ago
nihuini
9787625e4b
warn users about the old wrong softmax behavior on axis not zero
7 years ago
nihui
f353a73d5e
convert mxnet Pad
7 years ago
nihuini
a6679ed157
more init style compability
7 years ago
nihuini
ed2a24c47c
handle batchnorm fix_gamma attr properly
7 years ago
nihuini
c77383f623
mxnet-ssd wip ...
7 years ago
nihuini
d9d7d6b6ea
fix leakyrelu with default type
7 years ago
Abdel Younes
a941701f98
fix: c++ warnings ( #666 )
7 years ago
nihuini
4837af4c25
initial effort for mxnet-ssd
7 years ago
nihuini
28b35b8c4f
ShuffleChannel = Reshape + SwapAxis + Reshape
7 years ago
nihuini
fd9ef5716a
fix parsing inputs list in multiple lines
8 years ago
nihuini
babbb604e1
fix deconvolution weight order
8 years ago
nihuini
b89851c6b6
convert sigmoid
8 years ago
nihuini
307a77f04b
convert LogisticRegressionOutput
8 years ago
nihuini
643f2a671b
convert _maximum_scalar _minimum_scalar _power_scalar
8 years ago
nihui
8a5b35e47d
convert more elemwise operator
8 years ago
nihuini
d6e1b8207a
convert _minus_scalar and _mul_scalar
8 years ago
nihuini
356d018771
implement Clip and converter support
8 years ago
nihuini
9b6445cd05
convert reshape and transpose
8 years ago
wangyakun
c4cbacf8f5
Add support for Reshape in mxnet2ncnn
8 years ago
nihuini
f27b9f7791
convert expand_dims
8 years ago
nihuini
098fff355c
implement spatial norm, convert L2Normalization
8 years ago
nihuini
513a5fad73
convert Deconvolution and InstanceNorm, fix elu leaky slope
8 years ago
nihuini
f4f5a96b9f
fix default concat dim
8 years ago
nihuini
e2b11f3b91
convert more op ...
8 years ago
nihuini
db5e805eff
padding_mode for Pooling, fix #261
8 years ago
nihui
31985b18f8
do not convert to depthwise if group is one
8 years ago
yetiancai
5e358b831d
add softmax activation
8 years ago
nihui
49df53dd7e
mxnet elemwise op is binary op
8 years ago
nihui
0415f16650
fix split on subncnn blob, convert Embedding
8 years ago
nihui
634c6568ff
parse input sub index, convert element_mul SliceChannel
8 years ago
nihui
80d14dd252
parse attrs
8 years ago