9 lines
79 B
Makefile
9 lines
79 B
Makefile
|
all:
|
||
|
python pipeline.py train
|
||
|
|
||
|
data:
|
||
|
python data.py
|
||
|
|
||
|
batch:
|
||
|
python batch.py
|