Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created September 21, 2020 01:46
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save amankharwal/25000dc1a85557cb0f47dfe57f104ed1 to your computer and use it in GitHub Desktop.
import torch
import jovian
import torch.nn as nn
import pandas as pd
import matplotlib.pyplot as plt
import torch.nn.functional as F
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