Skip to content

Instantly share code, notes, and snippets.

@yhuag
Created January 20, 2018 02:45
Show Gist options
  • Save yhuag/4129cc0532e10e27a2648f3f0e8e1a04 to your computer and use it in GitHub Desktop.
Save yhuag/4129cc0532e10e27a2648f3f0e8e1a04 to your computer and use it in GitHub Desktop.
import torch
import torch.nn as nn
import torchvision.datasets as dsets
import torchvision.transforms as transforms
from torch.autograd import Variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment