Created
July 2, 2020 08:40
-
-
Save Adityanagraj/21075a34c46d1bdf6d46db453eb1e9b9 to your computer and use it in GitHub Desktop.
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
import torch | |
import torchvision | |
import torch.nn as nn | |
import pandas as pd | |
import matplotlib.pyplot as plt | |
import torch.nn.functional as F | |
from torchvision.datasets.utils import download_url | |
from torch.utils.data import DataLoader, TensorDataset, random_split |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment