From 1210ae50feaf9ed170494fe6c4204a34af4fe351 Mon Sep 17 00:00:00 2001 From: Jerry Wu Date: Fri, 23 Jun 2017 10:10:57 +0800 Subject: [PATCH] Caffe Model Support - Load Caffe Dynamically from Prototxt and Binary (#964) * add dynamic caffe loading support * refined with bug fix and more commnets * fix typo and bias check for convolution * renaming change * fix import reference * refine customized layer support * fix style check issue * resolve style issue