We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d020897 + 9412729 commit 59b08caCopy full SHA for 59b08ca
src/TensorFlowNET.Keras/Layers/LayersApi.cs
@@ -287,7 +287,7 @@ public ILayer Conv2DTranspose(int filters,
287
string data_format = null,
288
Shape dilation_rate = null,
289
string activation = null,
290
- bool use_bias = true,
+ bool use_bias = false,
291
string kernel_initializer = null,
292
string bias_initializer = null,
293
string kernel_regularizer = null,
0 commit comments