nihui
3ef995ed1e
format code style and setup restyled.io ( #1840 )
6 years ago
Guoxia Wang
7add0ea94e
fix ncnn2mem.cpp param bin save path ( #1766 )
6 years ago
Sungmann Cho
ac98064e8d
Fix warnings on Visual Studio ( #1461 )
* Fix warning C4267 in tools/ncnn2mem.cpp
C4267: 'return': conversion from 'size_t' to 'int', possible loss of data
* Fix warning C4267 in tools/mxnet/mxnet2ncnn.cpp
C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
* Fix warning C4267 in src/layer/{eltwise|yolov3detectionoutput}.cpp
C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
6 years ago
tpoisonooo
1ca4387c9c
Auto choose conv implementation ( #1085 )
* add relative README_CN.md;
* obtain time cost with op->forward().
6 years ago
Howave
123ca35e00
fix compile warnings ( #1042 )
7 years ago
Gemfield
c625471784
Fix ncnn2mem crash issue ( #857 )
7 years ago
nihui
5d04a3a45c
layer holds bottom blob scale, depthwise convolution read group scales
7 years ago
nihui
354b95256c
bump param version, backward compatible
7 years ago
Hyungsuk Yoon
354f515596
scanf with width specifier need (width + 1) spaces
8 years ago
Yantao Xie
89c7aa26f8
support the scientific notation when parsing layer's paramters.
8 years ago
Howave
5e7332e507
align memory start address ( #318 )
* make memory start address 4bytes aligned
* align memory start address for MSVC
8 years ago
nihui
8e490d4b68
fix array parsing, first try
8 years ago
nihui
7091370713
fix EOP, regenerate squeezenet param files
8 years ago
nihui
1e2265dd99
new param load api
8 years ago
Zuyu Zhang
d5f0214ec7
Fixed the build warnings and added gitignore.
8 years ago
nihuini
b7db8be4f6
add ncnn source qwq
9 years ago