Like Celluloid? Join the Google Group
Like Celluloid? Join the Google Group
foo bar baz monkeys
| import torchvision | |
| import torchvision.transforms as transforms | |
| from torchvision.datasets import CIFAR10 | |
| from torch.utils.data import Dataset, DataLoader | |
| import numpy as np | |
| # Transformations | |
| RC = transforms.RandomCrop(32, padding=4) | |
| RHF = transforms.RandomHorizontalFlip() | |
| RVF = transforms.RandomVerticalFlip() |
| /* | |
| Adapted from Jupyter Themes Monokai theme | |
| https://github.com/dunovank/jupyter-themes/blob/master/jupyterthemes/styles/compiled/monokai.css | |
| To use the custom template, make a directory ~/.jupyter/custom/ and then create | |
| the file custom.css in that directory. | |
| */ | |
| div#notebook { |
Like Celluloid? Join the Google Group
Like Celluloid? Join the Google Group
foo bar baz monkeys