Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skyzh/FlyThat
Code for Kaggle in-class competition
https://github.com/skyzh/FlyThat
Last synced: about 1 month ago
JSON representation
Code for Kaggle in-class competition
- Host: GitHub
- URL: https://github.com/skyzh/FlyThat
- Owner: skyzh
- License: apache-2.0
- Created: 2021-04-04T11:28:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T16:38:49.000Z (over 3 years ago)
- Last Synced: 2024-06-11T10:45:24.993Z (6 months ago)
- Language: Python
- Homepage: https://www.kaggle.com/c/drosophila-embryos-macro-f1
- Size: 119 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cs - @skyzh @Leavrth @YoruCathy @Zirconium-9, 2021 Spring
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"
```