Created
August 31, 2019 13:29
-
-
Save omarsar/bbefc7e70f403554ae92b518e6ce86b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## The usual imports | |
import torch | |
import torch.nn as nn | |
import torch.nn.functional as F | |
import torchvision | |
import torchvision.transforms as transforms | |
## for printing image | |
import matplotlib.pyplot as plt | |
import numpy as np |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment