From e7ca47e837d7088495e2332da72d2029bdde0ba1 Mon Sep 17 00:00:00 2001 From: Yanzhang Wang Date: Tue, 5 Dec 2017 17:42:49 +0800 Subject: [PATCH] feat: SReLU and ActivityRegularization support (#1917) * feat: SReLU and ActivityRegularization support * fix: update doc * fix: refactor the weights and gradWeights of SReLU * fix: serialization for srelu * fix: backward computing errors * fix: ActivityRegularization to layer * fix: change test location * fix: add python api * fix: shared axes have not consider enough