Tags: weixinfree/owl
Tags
changelog: prep for release (owlbarn#259) Signed-off-by: Richard Mortier <mort@cantab.net>
Add conv2d_transpose operations (owlbarn#230) * change dataset to ndarray format * minor tweak * minor tweak * add unit tests for conv and pooling operations * minor fix * reverse non-related changes * update code format * add squeezenet example * minor fix * add vgg16 example * minor fix * add reference to paper * fix bug from using sed * fix owl list cmd * minor fix * initial fix of temp dir * an initial impl. of conv2d_transpose * use add-zero impl. for trans conv * coding... * coding... * initial conv trans impl. * add untested conv2d trans back kernel op * add initial conv2d trans back kernel op * minor fix * change conv_trans output shape computation method * initial unittest for conv2d_trans * add openmp to conv2d_trans code * minor fix * minor fix * change place of conv util function * minor fix * minor fix * fix conv2d_trans * add backward tests