TensorFlow.NET icon indicating copy to clipboard operation
TensorFlow.NET copied to clipboard

Fix Conv2dTranspose bias

Open Fiffers opened this issue 3 years ago • 0 comments

Conv2dTranspose defaults to have use_bias = true but currently throws a not implemented exception when the parameter is true.

Fiffers avatar Jun 19 '22 08:06 Fiffers