-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_python.sh
More file actions
20 lines (16 loc) · 955 Bytes
/
run_python.sh
File metadata and controls
20 lines (16 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
CURDIR=$(cd $(dirname ${BASH_SOURCE[0]}); pwd )
echo $CURDIR
cd $CURDIR/python/ && bash ./clear_python.sh
cd $CURDIR/python && python3 loda.py --data_name cardio --save_en 1
cd $CURDIR/python && python3 loda.py --data_name shuttle --save_en 1
cd $CURDIR/python && python3 loda.py --data_name smtp1 --save_en 1
cd $CURDIR/python && python3 loda.py --data_name http1 --save_en 1
cd $CURDIR/python && python3 rshash.py --data_name cardio --save_en 1
cd $CURDIR/python && python3 rshash.py --data_name shuttle --save_en 1
cd $CURDIR/python && python3 rshash.py --data_name smtp1 --save_en 1
cd $CURDIR/python && python3 rshash.py --data_name http1 --save_en 1
cd $CURDIR/python && python3 xstream.py --data_name cardio --save_en 1
cd $CURDIR/python && python3 xstream.py --data_name shuttle --save_en 1
cd $CURDIR/python && python3 xstream.py --data_name smtp1 --save_en 1
cd $CURDIR/python && python3 xstream.py --data_name http1 --save_en 1