I added OverfeatRoll and OverfeatUnroll that perform the efficiency trick from http://arxiv.org/abs/1312.6229 . I demonstrate a usage of these layers on a semantic segmentation example.
Also I added DuringTesting and DuringTraining layers that allow certain layers to be called only during testing and training correspondingly.
Also this commit contains some minor fixes like a removal on an extra line, etc.
I added OverfeatRoll and OverfeatUnroll that perform the efficiency trick from http://arxiv.org/abs/1312.6229 . I demonstrate a usage of these layers on a semantic segmentation example.
Also I added DuringTesting and DuringTraining layers that allow certain layers to be called only during testing and training correspondingly.
Also this commit contains some minor fixes like a removal on an extra line, etc.