Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 453 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 453 Bytes

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"