From 579f55b5a31857509449479439ec3562d6624e94 Mon Sep 17 00:00:00 2001 From: Ian Wong Date: Tue, 12 Dec 2017 15:06:53 +0800 Subject: [PATCH] Support SperableConv2D and one hot crossentropy (#1944) * Support SperableConv2D and one hot crossentropy * fix compile error * add python wrapper * add new ut * add ut * fix unit test * fix ut * refine depthwiseConv2D * fix seperable conv2d unit tests * support DepthWiseConv2dBackpropInput and DepthWiseConv2DBackpropFilter * refine the code * add more test * fix failed test and style issue * fix inconsistant API with keras1 * add serialization unit test * fix failed unit test