I hereby claim:
- I am hovnatan on github.
- I am hovnatan (https://keybase.io/hovnatan) on keybase.
- I have a public key ASCSNagz6jQpevl8jmnRAmWjUmZiSamL_84YPvXo0wG1cAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import os | |
| from glob import glob | |
| import matplotlib.pyplot as plt | |
| import numpy as np | |
| import torch | |
| import torch.nn.functional as F | |
| from PIL import Image | |
| from torch import optim | |
| from torch.utils.data import DataLoader, Dataset |