Spaces:
Sleeping
Sleeping
File size: 202 Bytes
c7d0edb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
schema: '2.0'
stages:
fastrun:
cmd: make fastrun
pull:
cmd: dvc pull
train:
cmd: make train
eval:
cmd: make eval
inference:
cmd: make inference
test:
cmd: make test
|