-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_script.sh
21 lines (17 loc) · 1.81 KB
/
run_script.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#cd generation || exit
#python daily_signals_generation.py --start_date 2017-04-01 --end_date 2017-05-31 --save_ds --update_overlap_only
#python daily_signals_generation.py --start_date 2017-09-01 --end_date 2017-10-31 --save_ds --update_overlap_only
#cd dataseting || exit
#python dataseting.py --station_name haifa_liam --start_date 2017-09-01 --end_date 2017-10-31 --use_km_unit --do_dataset --generated_mode --create_train_test_splits --calc_stats --create_time_split_samples
#python dataseting.py --start_date 2017-04-01 --end_date 2017-10-31 --use_km_unit --calc_stats --generated_mode
#cd C:\Users\addalin\Dropbox\Lidar\pyALiDAn\learning_lidar || exit
#conda activate lidar_loca
exit()
python /preprocessing/preprocessing.py --station_name alidan_dn120 --generate_lidar_ds --start_date 2017-04-01 --end_date 2017-04-01 --use_km_unit
python \preprocessing\preprocessing.py --station_name alidan --generate_lidar_ds --start_date 2017-04-01 --end_date 2017-04-01 --use_km_unit
python \preprocessing\preprocessing.py --station_name alidan_dn30 --generate_lidar_ds --start_date 2017-04-01 --end_date 2017-04-01 --use_km_unit
python \preprocessing\preprocessing.py --station_name alidan_dn15 --generate_lidar_ds --start_date 2017-04-01 --end_date 2017-04-01 --use_km_unit
python \preprocessing\preprocessing.py --station_name alidan_dn120 --generate_lidar_ds --start_date 2017-05-01 --end_date 2017-05-01 --use_km_unit
python \preprocessing\preprocessing.py --station_name alidan --generate_lidar_ds --start_date 2017-05-01 --end_date 2017-05-01 --use_km_unit
python \preprocessing\preprocessing.py --station_name alidan_dn30 --generate_lidar_ds --start_date 2017-05-01 --end_date 2017-05-01 --use_km_unit
python \preprocessing\preprocessing.py --station_name alidan_dn15 --generate_lidar_ds --start_date 2017-05-01 --end_date 2017-05-01 --use_km_unit