- In
~/.ssh/configadd:
Host kilburn
HostName kilburn.cs.man.ac.uk
User <username>
ForwardX11 yes
ForwardX11Trusted yes
| '''This script goes along the blog post | |
| "Building powerful image classification models using very little data" | |
| from blog.keras.io. | |
| It uses data that can be downloaded at: | |
| https://www.kaggle.com/c/dogs-vs-cats/data | |
| In our setup, we: | |
| - created a data/ folder | |
| - created train/ and validation/ subfolders inside data/ |