TensorFlow.NET
TensorFlow.NET copied to clipboard
Fix Conv2dTranspose bias
Conv2dTranspose defaults to have use_bias = true but currently throws a not implemented exception when the parameter is true.