Created
June 30, 2021 10:02
-
-
Save sadimanna/0e6899f0693ad3bdd1c0d08686db50cb 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 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