Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Created February 13, 2020 06:39
Show Gist options
  • Save SubhadityaMukherjee/adab281ff5c6217d1ed977bc1730ea18 to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/adab281ff5c6217d1ed977bc1730ea18 to your computer and use it in GitHub Desktop.
import
import os
import random
import matplotlib.animation as animation
import matplotlib.pyplot as plt
import numpy as np
import torch
import torch.backends.cudnn as cudnn
import torch.nn as nn
import torch.nn.parallel
import torch.optim as optim
import torch.utils.data
import torchvision.datasets as dset
import torchvision.transforms as transforms
import torchvision.utils as vutils
from IPython.display import HTML
from PIL import Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment