Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 1bc2373

Browse files
author
marcrasi
authored
fix dimension order in TransposedConv2D.init doc comment (#1126)
As discovered in https://bugs.swift.org/projects/TF/issues/TF-1349, the documented order is wrong.
1 parent 1ca372f commit 1bc2373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TensorFlow/Layers/Convolutional.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ extension TransposedConv2D {
561561
///
562562
/// - Parameters:
563563
/// - filterShape: A 4-D tensor of shape
564-
/// `[width, height, input channel count, output channel count]`.
564+
/// `[width, height, output channel count, input channel count]`.
565565
/// - strides: The strides of the sliding window for spatial dimensions.
566566
/// - padding: The padding algorithm for convolution.
567567
/// - activation: The element-wise activation function.

0 commit comments

Comments
 (0)