Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skyzh/FlyThat

Code for Kaggle in-class competition
https://github.com/skyzh/FlyThat

Last synced: about 2 months ago
JSON representation

Code for Kaggle in-class competition

Awesome Lists containing this project

README

        

# FlyThat

Code for Kaggle in-class competition

## Training

```bash
./train.sh --batch 256
```

## Retriving a model to local disk

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

## Evaluate a model

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

## Submit to Kaggle

You need to `pip3 install kaggle` and login first.

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