Skip to content

Commit

Permalink
Add training script (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfhealy authored Oct 31, 2022
1 parent 0e578e5 commit d8542c1
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions train_dnn.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
#!/bin/bash
# Phenomenological
./scope.py train --tag vnv --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag pnp --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag sin --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag el --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag saw --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag mp --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag longt --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag e --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag ea --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag eb --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag ew --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag wp --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag hp --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag dp --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag i --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag fla --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
#./scope.py train --tag dip --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag bogus --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
#./scope.py train --tag gal --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag blend --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag bright --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
#./scope.py train --tag artfct --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
# Ontological
./scope.py train --tag agn --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag bis --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
#./scope.py train --tag blher --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag blyr --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
#./scope.py train --tag cbin --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag ceph --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag ceph2 --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
#./scope.py train --tag cv --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag dscu --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag emsms --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
#./scope.py train --tag f --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
#./scope.py train --tag hwvir --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag lpv --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag mira --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
#./scope.py train --tag nnser --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
#./scope.py train --tag o --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag osarg --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag puls --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
#./scope.py train --tag rdbkp --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag rrlyr --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag rrab --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag rrc --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag rrd --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
#./scope.py train --tag rrblz --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag rscvn --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
#./scope.py train --tag rvtau --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag srv --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag wuma --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
#./scope.py train --tag wvir --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose
./scope.py train --tag yso --path_dataset tools/fritzDownload/merged_classifications_features.parquet --verbose

0 comments on commit d8542c1

Please sign in to comment.