nihuini
6ce5da28a0
convert onnx pooling ceil_mode
6 years ago
Guoxia Wang
4336cc15f7
fix bug that MemoryData as multi operations input ( #1357 )
* fix onnx2ncnn MemoryData dims problem #1330
* fix ncnn2int8 bug (see #1336 )
* fix bug that MemoryData as multi operations input
* fix ncnn2table find_blob_index_by_name data failed bug, see #1338
* fix ncnn2table find_blob_index_by_name data failed bug, see #1338 , fix change requested
6 years ago
nihuini
d5d7886517
resolve onnx Split conversion with empty split attribute
6 years ago
Guoxia Wang
51bca0b718
fix onnx2ncnn MemoryData dims problem #1330 ( #1331 )
6 years ago
nihuini
517d1b2053
improve compability with megvii shufflenet model
6 years ago
nihuini
e8bb88830d
convert mxnet squeeze expanddims, convert onnx squeeze unsqueeze
6 years ago
nihuini
a6c60068e6
convert numpy style slice to crop
6 years ago
bindog
04b4b02324
[WIP] add reduce op support for onnx ( #1308 )
* [WIP] add reduce op support for onnx
* extend reduction to support 1,2-dim reduction and keepdims
* fix compile error
* split type to 3 flags && split keepdims to another function
6 years ago
bindog
53d54115a8
add split op support for onnx2ncnn ( #1299 )
6 years ago
nihuini
c3eea4cc0b
fuse onnx unsqueeze-batchnorm-squeeze as batchnorm
6 years ago
nihuini
7d3ebe2d69
%g may output number without dot, stick to %e
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
0e26e3094e
autopad SAME_LOWER
6 years ago
nihuini
18833c9286
convert asymmetric pad parameter
6 years ago
nihuini
f5ca997a66
fuse x * hardsigmoid to hardswish
6 years ago
nihuini
46bfb4bca9
write hardswish parameter
6 years ago
nihuini
da6a42ed96
fix onnx2ncnn build
6 years ago
nihuini
012fdd46de
convert onnx hardsigmoid hardswish, op chain fusion code reconstructed
6 years ago
nihuini
eced73c186
convert mxnet onnx pooling count_include_pad
6 years ago
Howave
ac60acfad0
Fix for onnx2ncnn Div op ( #1187 )
6 years ago
nihuini
1b910efea5
convert slice properly
6 years ago
nihuini
ad9e0a9725
read reshape shape data from raw_data, fuse onnx reshape-transpose-reshape to shufflechannel
6 years ago
Chang Si
d3be711c52
fix onnx2ncnn bug in Slice layer
6 years ago
wincle
fb9309e460
implement reflect padding.
6 years ago
wincle
d1a1a0dbcd
fix onnx2ncnn padding bug. fix #1103
6 years ago
wincle
bb6b93568d
Tanh Support
6 years ago
Arnaud Brejeon
e30464cdba
Fix bug #1093 ( #1094 )
6 years ago
daquexian
dbe8a32082
Add onnx resize op
6 years ago
ShuangLiu1992
98bb0bb243
Update onnx2ncnn.cpp ( #948 )
* Update onnx2ncnn.cpp
num_filter for ConvTranspose is wrong (line 1075), should be the same sa Conv, which reads the number of filters from dim(0) (line 998)
int num_filter = W.dims(0);
* Update onnx2ncnn.cpp
7 years ago
Gemfield
506d9f74aa
eliminate the warning msg when compile the onnx2ncnn ( #850 )
7 years ago
Gemfield
d91d7419eb
Add upsample linear mode ( #846 )
7 years ago
Gemfield
5407deb5ce
Apply splitcnn function to graph input ( #844 )
7 years ago
Gemfield
582ea371ce
Enhance upsample scale value retrieval with raw_data API ( #839 )
7 years ago
nihuini
3b404dcedd
fuse transpose(weight)+matmul to matmul, fix #620
7 years ago
nihuini
e811778a4a
trival out-of-index fix
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
黄涛
9f0ae5c779
fixed op <InstanceNormalization> ( #829 )
7 years ago
nihuini
9787625e4b
warn users about the old wrong softmax behavior on axis not zero
7 years ago
nihui
bbe044f385
convert onnx Flatten
7 years ago
nihuini
fdb69378ac
convert onnx sigmoid
7 years ago
nihuini
cd284616b9
convert more onnx binaryop
7 years ago
nihuini
6397e11a5f
convert more onnx unaryop
7 years ago
nihuini
4c5d9ae425
reshape and gemm compability with onnx opset-7 and opset-8
7 years ago
Yiheng
09fcf8701e
Fix number of filters in ConvTranspose
7 years ago
nihuini
babbb604e1
fix deconvolution weight order
8 years ago
nihui
d169af7bd3
convert Elu
8 years ago
nihui
99c243183b
convert PRelu
8 years ago
nihui
e3cb03a408
convert Pad, fix #398
8 years ago