Add sbs target, make scripts executable in CI, skip venv creation if exists
This commit is contained in:
parent
aea7276ad4
commit
6c93bc3607
@ -99,4 +99,4 @@ ailab:
|
|||||||
- export DATA_DIR=$HOME/emblem
|
- export DATA_DIR=$HOME/emblem
|
||||||
# - make fetch-quick
|
# - make fetch-quick
|
||||||
- make sbs
|
- make sbs
|
||||||
- make train-quick
|
- make train
|
||||||
3
Makefile
3
Makefile
@ -96,6 +96,9 @@ fetch-quick: FORCE
|
|||||||
sbs: FORCE
|
sbs: FORCE
|
||||||
cd emblem5 && ./ai/make-sbs.py --data-dir $(DATA_DIR)
|
cd emblem5 && ./ai/make-sbs.py --data-dir $(DATA_DIR)
|
||||||
|
|
||||||
|
train: FORCE
|
||||||
|
cd emblem5 && ./ai/train2.py --data-dir $(DATA_DIR) --epochs 30
|
||||||
|
|
||||||
train-quick: FORCE
|
train-quick: FORCE
|
||||||
cd emblem5 && ./ai/train2.py --data-dir $(DATA_DIR) --quick --epochs 2
|
cd emblem5 && ./ai/train2.py --data-dir $(DATA_DIR) --quick --epochs 2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user