run experiments script
This commit is contained in:
		
							parent
							
								
									835a18531d
								
							
						
					
					
						commit
						70a1300506
					
				
							
								
								
									
										20
									
								
								run_experiments.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								run_experiments.sh
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,20 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
python src/extract_handcrafted_features.py dist/wav/ train
 | 
			
		||||
python src/extract_handcrafted_features.py dist/wav/ test
 | 
			
		||||
python src/extract_handcrafted_features.py dist/wav/ devel
 | 
			
		||||
 | 
			
		||||
python src/extract_vgg_features.py dist/wav/ train
 | 
			
		||||
python src/extract_vgg_features.py dist/wav/ test
 | 
			
		||||
python src/extract_vgg_features.py dist/wav/ devel
 | 
			
		||||
 | 
			
		||||
python src/extract_openl3_features.py dist/wav/ train
 | 
			
		||||
python src/extract_openl3_features.py dist/wav/ test
 | 
			
		||||
python src/extract_openl3_features.py dist/wav/ devel
 | 
			
		||||
 | 
			
		||||
python src/svm_hand.py
 | 
			
		||||
python src/svm_vgg.py
 | 
			
		||||
python src/svm_openl3.py
 | 
			
		||||
python src/svm_hand_vgg.py
 | 
			
		||||
python src/svm_openl3_vgg.py
 | 
			
		||||
python src/svm_openl3_hand.py
 | 
			
		||||
python src/svm_openl3_all.py
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user