Skip to content

Instantly share code, notes, and snippets.

@vsay01
Created January 22, 2020 01:42
Show Gist options
  • Save vsay01/40794d3dcae82b26c424a20861c37351 to your computer and use it in GitHub Desktop.
Save vsay01/40794d3dcae82b26c424a20861c37351 to your computer and use it in GitHub Desktop.
Import needed libraries
%matplotlib inline
%config InlineBackend.figure_format = 'retina'
import matplotlib.pyplot as plt
import torch
import shutil
from torch import nn
from torch import optim
import torch.nn.functional as F
from torchvision import datasets, transforms
import numpy as np
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment