Skip to content

Instantly share code, notes, and snippets.

@omarsar
Created August 31, 2019 13:29
Show Gist options
  • Save omarsar/bbefc7e70f403554ae92b518e6ce86b0 to your computer and use it in GitHub Desktop.
Save omarsar/bbefc7e70f403554ae92b518e6ce86b0 to your computer and use it in GitHub Desktop.
## 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