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
nihui
af950819cd
convert add_n and ElementWiseSum, fix #1008
7 years ago
nihui
07260527fc
fix activation params
7 years ago
nihui
3e003ffd98
fuse sigmoid
7 years ago
nihui
d46c5989e1
mention practical-pytorch-to-onnx-to-ncnn
7 years ago
nihui
8a3955dde7
delete tensorflow2ncnn/pytorch2ncnn, it never works
7 years ago
nihuini
7c5fd53855
parse tensor info
7 years ago
nihuini
dbef56df47
write graph
7 years ago
nihuini
ed2e441a1d
fix write fp16 weight with tag
7 years ago
nihuini
81fda4d6d7
ncnnoptimize save fp16 storage weight
7 years ago
nihuini
01807482f2
parse pt file
7 years ago
nihuini
48a1cb4052
more optimize routines ...
7 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
nihui
2fe769f314
update fused param files, enable ncnnoptimize tool build
7 years ago
nihui
99b81b2ee9
eliminate dropout
7 years ago
nihuini
3f85cafc08
fuse relu leakyrelu clip into convolution/deconvolution/innerproduct
7 years ago
nihuini
5e98a8799c
fuse deconvolution batchnorm
7 years ago
nihuini
7984ffcb4d
ncnnoptimize tool
7 years ago