Skip to content

Instantly share code, notes, and snippets.

@AntoineToubhans
Last active June 22, 2021 09:01
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/cb129a04222016012c8a2ad88d767877 to your computer and use it in GitHub Desktop.
Save AntoineToubhans/cb129a04222016012c8a2ad88d767877 to your computer and use it in GitHub Desktop.
stages:
download_dataset: ...
split_dataset:
cmd: python scripts/split_dataset.py
deps:
- scripts/split_dataset.py
- data/raw
outs:
- data/dataset/train
- data/dataset/val
- data/dataset/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment