/FlyThat

Code for Kaggle in-class competition

Primary LanguagePythonApache License 2.0Apache-2.0

FlyThat

Code for Kaggle in-class competition

Training

./train.sh --batch 256

Retriving a model to local disk

./retrieve.sh root@some-server 05-20-trivial-model-02

Evaluate a model

./evaluate.sh --model saved_runs/05-30-new-structure/model --batch 16

Submit to Kaggle

You need to pip3 install kaggle and login first.

./submit.sh saved_runs/05-30-new-structure  "First submission"