Pj12 commited on
Commit
be6f456
·
verified ·
1 Parent(s): 26b0331

Update extract_feature_print.py

Browse files
Files changed (1) hide show
  1. extract_feature_print.py +2 -1
extract_feature_print.py CHANGED
@@ -37,7 +37,8 @@ def printt(strr):
37
 
38
 
39
  printt(sys.argv)
40
- model_path = globals().get("feature_extraction_method")
 
41
 
42
  printt(exp_dir)
43
  wavPath = "%s/1_16k_wavs" % exp_dir
 
37
 
38
 
39
  printt(sys.argv)
40
+ print(globals())
41
+ model_path = locals().get("feature_extraction_method")
42
 
43
  printt(exp_dir)
44
  wavPath = "%s/1_16k_wavs" % exp_dir