We will test the compatibility of multi-gpu and give your feedback in a few days.
If you want to inject a BN layer in one conv/deconv block, you can change norm_type in your architecture definition file to bn.
See the ConvBlock declaration for details.
We will test the compatibility of multi-gpu and give your feedback in a few days. If you want to inject a BN layer in one conv/deconv block, you can change
norm_type
in your architecture definition file tobn
. See the ConvBlock declaration for details.