Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AntoineToubhans/249ec4db721a4498514e3440581c841b to your computer and use it in GitHub Desktop.
Save AntoineToubhans/249ec4db721a4498514e3440581c841b to your computer and use it in GitHub Desktop.
stages:
download_dataset: ...
split_dataset: ...
train:
cmd: python scripts/train.py
deps:
- scripts/train.py
- data/dataset/train
- data/dataset/val
outs:
- data/train/best_weights.h5
- data/train/model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment