soumith / net2net.torch

Implementation of http://arxiv.org/abs/1511.05641 that lets one build a larger net starting from a smaller one.
160 stars 37 forks source link

Batch Normalization support for Net2Net #2

Closed dasguptar closed 8 years ago

dasguptar commented 8 years ago

Added batchnorm cases for both wider and deeper functions. Added corresponding tests, and cleaned up existing tests. Removed batchnorm warning. Updated README.

soumith commented 8 years ago

fix tabs / indentation, fix typos. otherwise looks good.

soumith commented 8 years ago

let's merge this in soon...

dasguptar commented 8 years ago

Fixed indentation and typos. Squashed commits. Have a look if this is good to merge.

soumith commented 8 years ago

Thanks!