Skip to content

Instantly share code, notes, and snippets.

View filippoferrari's full-sized avatar

Filippo Ferrari filippoferrari

View GitHub Profile
'''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/
@filippoferrari
filippoferrari / kilburn.md
Last active January 28, 2017 22:58
Kilburn ssh setup

On personal machine

  • In ~/.ssh/config add:
Host kilburn
        HostName kilburn.cs.man.ac.uk
        User <username>
        ForwardX11 yes
 ForwardX11Trusted yes