run_experiments.sh
This commit is contained in:
parent
c037c2ab0f
commit
efeaae85f4
8
run_experiments.sh
Normal file
8
run_experiments.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
python extract_handcrafted_features.py "raw_files\devel"
|
||||
python extract_handcrafted_features.py "raw_files\train"
|
||||
python extract_handcrafted_features.py "raw_files\test"
|
||||
python extract_vgg_features.py "raw_files\devel"
|
||||
python extract_vgg_features.py "raw_files\train"
|
||||
python extract_vgg_features.py "raw_files\test"
|
||||
python svm.py
|
Loading…
Reference in New Issue
Block a user