61 Commits (a86cc8f62065fbddd189ddfe46aa4173fbbc2b02)

Author SHA1 Message Date
  nihuini 1635460c50 fix batchnorm weights conversion 8 years ago
  nihuini 20f49b677c move caffe2ncnn to subdir, build mxnet2ncnn 8 years ago
  nihuini 2d2d1666e2 no input shape 8 years ago
  nihuini b58a63f06a special case for SoftmaxOutput 8 years ago
  nihuini 059edd5488 improve compability with old model, wip... 8 years ago
  nihuini bce154ce4e add pytorch tool readme 8 years ago
  nihuini ba734c412a recognize Input and Split, write ncnn param 8 years ago
  nihuini ef624a0850 parse mxnet json param 8 years ago
  nihui cee9f54016 fix dropout 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 91c08a390a merge concatv2 dropoutv2 softmaxv2 8 years ago
  nihui 1e2265dd99 new param load api 8 years ago
  nihui 2a8d811a13 introduce dropoutv2 for scale param 8 years ago
  nihui 39bce09617 implement proposal and roipooling 8 years ago
  lzx1413 7fdda5c7c8 add interp layer support nearest and bilinear 8 years ago
  nihui 19aad1fb13 implement DetectionOutput, top blob is sorted 8 years ago
  nihui 967042f382 introduce SoftmaxV2 for axis param 8 years ago
  nihui 78400d17da implement ssd Normalize Permute PriorBox, introduce ConcatV2 for interleave 8 years ago
  nihui 66f4d05c83 caffe2ncnn know ssd layer 8 years ago
  nihuini 2a76b1631e tensorflow layer name is usually long 8 years ago
  nihuini 5263785069 convert Div as RealDiv anyway 8 years ago
  nihuini 6a7cf6ee20 ncnn prefer w h c :P 8 years ago
  nihuini 29e7bce5dd convert ExpandDims and Squeeze 8 years ago
  nihuini a0ac02fdef convert conv2d rate to dilation, fix #122 8 years ago
  nihuini 9c80959e4b convert DepthwiseConv2dNative 8 years ago
  nihuini 222bec5d1a convert Min Prod Reciprocal Sigmoid Square 8 years ago
  nihuini d0c3e60e74 write int scalar, parse reduction dim, wip ... 8 years ago
  nihuini f834ffd3ee Max and Maximum can be Reduction 8 years ago
  nihuini ba6026d853 fix valid padding pooling, fix #121 8 years ago
  nihuini f57018d337 convert Pad 8 years ago
  nihuini 195193f919 fix reshape dim order, first try 8 years ago
  nihuini 04cd833cae convert Maximum 8 years ago
  nihuini 92eef2bbc4 write Identity const, write scalar const 8 years ago
  nihuini 776c1ff471 convert Floor, use c++98 map erase 8 years ago
  Hyungsuk Yoon 36e6219770 minor bug fix 8 years ago
  nihuini a203e3bac3 convert Identity-Const to MemoryData, handle all consts before binaryop, fix #119 8 years ago
  nihuini b3b3b42326 fix BinaryOp add type 8 years ago
  nihuini c0b1ae6e2b convert Const as MemoryData, used as one of BinaryOp input 8 years ago
  nihuini a638cf632e convert ELU parameter, fix #109 8 years ago
  nihuini 1464b9f6ea convert concat concatv2, axis not supported 8 years ago
  nihuini 94025f1ad3 convert reduce max and reduce sum 8 years ago
  nihuini ca4af98948 convert LRN 8 years ago
  nihuini aefb9830fc space fix 8 years ago
  nihuini 9f51c21322 implement depth-wise convolution 8 years ago
  nihuini a93e26d983 more ops ... 8 years ago
  nihuini 3c23873704 use binaryop 8 years ago
  nihuini c9af14b70e regard Identity as Dropout if input is not Const 8 years ago
  nihuini ced04ddb4a fix slice point overread 8 years ago
  nihuini 86b39402a5 implement reshape reorder c-h-w to h-w-c 8 years ago