Created
January 22, 2020 01:42
-
-
Save vsay01/40794d3dcae82b26c424a20861c37351 to your computer and use it in GitHub Desktop.
Import needed libraries
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
| %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