685 Commits (a3a2548aa28a9ff7924f76d5085fabe94de79ddb)
 

Author SHA1 Message Date
  nihui 219fa70353 fix travis.yml 8 years ago
  nihui 3b82ff42dc add build status 8 years ago
  nihui 64c143a7db add travis ci yml 8 years ago
  nihui 1517828ba1 add pretty license 8 years ago
  nihui fe21cdb525 fix build 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 5b9a1983d7 add faster-rcnn sample 8 years ago
  lzx1413 34b86d5a31 add mobilenet ssd example 8 years ago
  nihui 2a8d811a13 introduce dropoutv2 for scale param 8 years ago
  nihui d3f95ab18c fix roipooling 8 years ago
  nihui 39bce09617 implement proposal and roipooling 8 years ago
  nihui 75e175ef48 some trival fix 8 years ago
  lzx1413 7fdda5c7c8 add interp layer support nearest and bilinear 8 years ago
  nihui ecc5fe345a fix lrn within channel, second try 8 years ago
  nihui 3e8a5ba264 fix lrn within channel 8 years ago
  nihui e4e6f6dc3f fix num_aspect_ratio zero case 8 years ago
  nihui 46e7d43d3e fix num_max_size zero condition, fix qsort on empty list 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 6a8969acb7 rename dim to axis 8 years ago
  nihui 78400d17da implement ssd Normalize Permute PriorBox, introduce ConcatV2 for interleave 8 years ago
  nihui c7a4950096 concat image 8 years ago
  nihui 87bad3420e improve custom layer register 8 years ago
  nihui 66f4d05c83 caffe2ncnn know ssd layer 8 years ago
  nihui e12874ce69 add howto 8 years ago
  nihuini a36af39040 improve cpu max frequency detection, fix #146 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 f794adeb28 implement expanddims, always copy when param is not appliable 8 years ago
  nihuini fd257c1ec6 squeeze dim option 8 years ago
  nihuini 9f29cfa4e4 change english chinese order 8 years ago
  nihuini 1befe51f92 implement squeeze, enable reduction 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 7f2adcd67e rename as PROD 8 years ago
  nihuini 1a29d57ebb implement unaryop reciprocal 8 years ago
  nihuini d0c3e60e74 write int scalar, parse reduction dim, wip ... 8 years ago
  nihuini e231d3e9d6 implement reduction multiply 8 years ago
  nihuini 21d96f4cd9 implement reduction with operator template 8 years ago
  RyanQin d16a2d4f81 reduction的bug 8 years ago
  nihuini f834ffd3ee Max and Maximum can be Reduction 8 years ago
  nihuini 0eee9aac21 implement concat vector 8 years ago
  nihuini 8eba811e4b move layer type enum to separate header 8 years ago
  lzx1413 8a55ce42b2 Update mvn.cpp 8 years ago
  lzx1413 b23a0c008a fix the apply var bug in mvn layer 8 years ago