Skip to content

Commit befc253

Browse files
authored
fix README formatting to re-render it correctly.
1 parent 6bfd4d7 commit befc253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Utils
361361
=====
362362

363363
make\_grid(tensor, nrow=8, padding=2, normalize=False, range=None, scale\_each=False)
364-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
364+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
365365

366366
Given a 4D mini-batch Tensor of shape (B x C x H x W),
367367
or a list of images all of the same size,
@@ -379,7 +379,7 @@ computing the (min, max) over all images.
379379
[Example usage is given in this notebook](https://gist.github.com/anonymous/bf16430f7750c023141c562f3e9f2a91)
380380

381381
save\_image(tensor, filename, nrow=8, padding=2, normalize=False, range=None, scale\_each=False)
382-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
382+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
383383

384384
Saves a given Tensor into an image file.
385385

0 commit comments

Comments
 (0)