Skip to content

Commit fd1d297

Browse files
leotaclarroy
authored andcommitted
Minor fix in ToTensor documentation. (apache#16299)
* Minor fix in ToTensor documentation. * retrigger CI * ci
1 parent 9d3936a commit fd1d297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/mxnet/gluon/data/vision/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class ToTensor(HybridBlock):
112112
- **data**: input tensor with (H x W x C) or (N x H x W x C) shape and uint8 type.
113113
114114
Outputs:
115-
- **out**: output tensor with (C x H x W) or (N x H x W x C) shape and float32 type.
115+
- **out**: output tensor with (C x H x W) or (N x C x H x W) shape and float32 type.
116116
117117
Examples
118118
--------

0 commit comments

Comments
 (0)