ma_cisco_malware/test.sh

11 lines
246 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2017-09-02 12:58:48 +02:00
for output in client both
do
python3 main.py --mode test --batch 1024 \
--models tm/rk/${output}_* \
--test data/futureData.csv \
--model_output ${output}
2017-09-02 12:58:48 +02:00
done