CovidSpeechChallenge_2021/run_experiments.sh

8 lines
341 B
Bash
Raw Normal View History

2021-08-19 08:43:28 +00:00
#!/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