tensorlayer / TensorLayer

Deep Learning and Reinforcement Learning Library for Scientists and Engineers
http://tensorlayerx.com
Other
7.33k stars 1.61k forks source link

in_channels must equal to previous n_filter #1079

Closed tiancheng2000 closed 4 years ago

tiancheng2000 commented 4 years ago

Checklist

Motivation and Context

Simple modification for rubustness of code. Otherwise all n_filters configured in a same layer_group must keep same, which is not neccessary.

Description

Simple, please refer to the diff.