ma_cisco_malware/test.sh

11 lines
246 B
Bash

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