We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510f095 commit 8f6b9dfCopy full SHA for 8f6b9df
torchvision/utils.py
@@ -8,7 +8,7 @@ def make_grid(tensor, nrow=8, padding=2,
8
"""
9
Given a 4D mini-batch Tensor of shape (B x C x H x W),
10
or a list of images all of the same size,
11
- makes a grid of images
+ makes a grid of images of size (B / nrow, nrow).
12
13
normalize=True will shift the image to the range (0, 1),
14
by subtracting the minimum and dividing by the maximum pixel value.
0 commit comments