From d345ad10a4010c5313948e7e2cf46dae1fe23f6b Mon Sep 17 00:00:00 2001 From: Yan Wan Date: Wed, 30 Aug 2017 11:20:08 +0800 Subject: [PATCH] add isInputWithBias and isHiddenWithBias for RNNCell (#1515) * add isInputWithBias and isHiddenWithBias for RNNCell * default affine = true in BatchNormParams in recurrent layer * add serializableSpec for recurrent