Support rectangle input for CNN.
Created by: luotao1
- 在conv, pool, norm, batch_norm, maxout等CNN相关的layer中,支持不等长的图像输入。
- 可在data layer里设置image的height和width(也可不设),然后在接下来的每层,自动传递或计算该层的height和width。
- 如果碰到recurrent_layer_group,就不再传递height和width了。因为我们认为图像的信息已经变成了Sequence信息。