Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-krishnamurthy committed Jan 10, 2019
1 parent e0a2f1f commit 456a6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/gluon/data/vision/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class ToTensor(HybridBlock):
[0, 255] to a float32 tensor NDArray of shape (C x H x W) in
the range [0, 1).
If batch input, converts a batch image NDArray of shape (N x H x W x C) in the
If batch input, converts a batch image NDArray of shape (N x H x W x C) in the
range [0, 255] to a float32 tensor NDArray of shape (N x C x H x W).
Inputs:
Expand Down

0 comments on commit 456a6f5

Please sign in to comment.