daichuanliang
6176ada9f0
update ncnn2int8.cpp ( #1315 )
Fix compile issue with ncnn2int8
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
ShuangLiu1992
396b057248
fix opencv compatibility issue with major verion > 2 for the quantisation tool ( #1302 )
* Update CMakeLists.txt
enable quant
* fix opencv compatibility issue with major higher than 2
6 years ago
bindog
53d54115a8
add split op support for onnx2ncnn ( #1299 )
6 years ago
tpoisonooo
25979c1bdb
move ncnnoptimize doc to docs directory ( #1297 )
6 years ago
nihuini
c3eea4cc0b
fuse onnx unsqueeze-batchnorm-squeeze as batchnorm
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
nihuini
583f0a7c2f
eliminate noop
6 years ago
Howave
50f69f1755
mxnet hardsigmoid hardswish op fusion ( #1266 )
6 years ago
nihuini
f7808b2dfc
write pad_value
6 years ago
nihuini
d67d2531ae
convert some well-known noop, printf %g to preserve precision
6 years ago
nihui
974411e358
the missing mobilenet-nobn.table
6 years ago
tpoisonooo
8dbafe7764
constraint input value to [-127, +127] ( #1258 )
* constraint input value to [-127, +127]
* keep new line at the end
6 years ago
kalcohol
8166584b54
fix image URL path ( #1255 )
6 years ago
kalcohol
054dd43f8e
Add NNIE ImageWatch Plugin natvis ( #1253 )
* rename ncnn snapshot png file
* add NNIE ImageWatch plugin and working snapshot
* add NNIE support to README.md
* fix image path
6 years ago
nihuini
56acc25df8
set QuantNet option, fix #1223
6 years ago
MambaWong
997e96a490
add swapRB flag ( #1211 )
6 years ago
MambaWong
f5004f954b
Update ncnn2int8.cpp ( #1200 )
asymmetric padding parameter for convolution and deconvolution family
6 years ago
nihui
3eb30f4cdb
write deconvolution output pad and output shape, write instancenorm weight, fix #1053 fix #1122
6 years ago
nihuini
296e0022df
deconvolution output adj and output shape
6 years ago
BUG1989
f79fa87dca
Add the readme file of quantization tools ( #1198 )
6 years ago
nihuini
0e26e3094e
autopad SAME_LOWER
6 years ago
nihuini
18833c9286
convert asymmetric pad parameter
6 years ago
nihuini
9a6ee37eef
asymmetric padding parameter for convolution and deconvolution family
6 years ago
nihui
49206ea03c
eliminate useless reshape for mbv3
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
xunings
481fe0808a
Write necessary data for memorydata in ncnnoptimize. ( #1194 )
6 years ago
Howave
a2647b5d29
Fix for MemoryData params in ncnn optimize tool ( #1188 )
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
nihuini
90f4e0f31c
update the latest onnx proto
6 years ago
nihuini
7dd4bccf95
convert mxnet _contrib_BilinearResize2D
6 years ago
Chang Si
d3be711c52
fix onnx2ncnn bug in Slice layer
6 years ago
Natsu
6d1944f2c3
CMake improvement ( #1115 )
* CMake improvement
* Fix bugs
* Fix typo
* Propagate vulkan dependency
* import vulkan
* add config files, now exported target cmake should be able to find packages
* Propagate no-rtti and no-exception
* Provide a option to control rtti and exception in mobile platform
* Make cmake clean
* Resolve conflicts
* Update CMake
PIE is propagated by INTERFACE_POSITION_INDEPENDENT_CODE
* Remove bad things
6 years ago
tpoisonooo
1ca4387c9c
Auto choose conv implementation ( #1085 )
* add relative README_CN.md;
* obtain time cost with op->forward().
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
BUG1989
bcfe9f453f
initial the ncnn post training quantization tools ( #1067 )
* initial the ncnn post training quantization tools
* clear some comments of tools
* fix the Travis ci compiler error
7 years ago
nihui
affac77b6f
add info for brocolli
7 years ago
Howave
123ca35e00
fix compile warnings ( #1042 )
7 years ago