Skip to content

Instantly share code, notes, and snippets.

@Hanrui-Wang
Created July 17, 2019 00:40
Show Gist options
  • Select an option

  • Save Hanrui-Wang/3b7b0d812f0036dc491bc7c73aff96f2 to your computer and use it in GitHub Desktop.

Select an option

Save Hanrui-Wang/3b7b0d812f0036dc491bc7c73aff96f2 to your computer and use it in GitHub Desktop.
Plot image batch from pytorch tensor
grid = utils.make_grid(images_batch)
plt.imshow(grid.numpy().transpose((1, 2, 0)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment