You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
train:
|
|
python ./training.py
|
|
|
|
test:
|
|
python ./testing.py
|
|
|
|
doc:
|
|
pdflatex -shell-escape ./doc/
|
|
|
|
clean:
|
|
find ./ -name "*.pyc" -delete
|
|
mv ./features/* ~/.trash/
|
|
mv ./model/model.cache ~/.trash/
|
|
|
|
cleanPyc:
|
|
find ./ -name "*.pyc" -delete
|
|
|
|
rmPyc:
|
|
mv ./*.pyc ~/.trash/
|