From ef12a19dd480546f4d35c5b7eb5c1830bb489073 Mon Sep 17 00:00:00 2001 From: Ian Wong Date: Wed, 13 Dec 2017 17:51:12 +0800 Subject: [PATCH] Fix some issues found when save bigdl model to tensorflow format file (#1997) * fix BN save tf issue when scale and offset is null; fix conv2d save tf issue when bias is null; support save LRN layer to tf format * fix get padding info not correct when ceilMode=true and pad=0 * support save Scale in tf format * refind some code * fix unit test