Skip to content

Instantly share code, notes, and snippets.

@sadimanna
Created June 30, 2021 10:02
Show Gist options
  • Select an option

  • Save sadimanna/0e6899f0693ad3bdd1c0d08686db50cb to your computer and use it in GitHub Desktop.

Select an option

Save sadimanna/0e6899f0693ad3bdd1c0d08686db50cb to your computer and use it in GitHub Desktop.
import numpy as np
import pandas as pd
import shutil, time, os, requests, random, copy
import torch
import torch.nn as nn
import torch.optim as optim
from torch.utils.data import Dataset, DataLoader
from torchvision import datasets, transforms, models
import matplotlib.pyplot as plt
%matplotlib inline
from sklearn.manifold import TSNE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment