Do not use bias in conv2d layers in Keras ResNet model (#6017)
* Set use_bias=False for conv layers in Keras ResNet model * Removed bias regularizer from Conv2D layers (which should have no effect after bias is removed) * Setting default data format based on available devices.
Showing
Please register or sign in to comment