Pj12 commited on
Commit
a4ecda6
·
verified ·
1 Parent(s): 9671293

Update extract_feature_print.py

Browse files
Files changed (1) hide show
  1. extract_feature_print.py +1 -1
extract_feature_print.py CHANGED
@@ -192,7 +192,7 @@ Custom_Embed = False
192
  sample_embedding = sys.argv[8]
193
  if os.path.split(model_path)[-1] == "Custom" and sample_embedding == "hubert_base":
194
  model_path = "hubert_base.pt"
195
- Custom_Embed = True
196
  elif os.path.split(model_path)[-1] == "Custom" and sample_embedding == "contentvec_base":
197
  model_path = "contentvec_base.pt"
198
  Custom_Embed = True
 
192
  sample_embedding = sys.argv[8]
193
  if os.path.split(model_path)[-1] == "Custom" and sample_embedding == "hubert_base":
194
  model_path = "hubert_base.pt"
195
+ Custom_Embed = False
196
  elif os.path.split(model_path)[-1] == "Custom" and sample_embedding == "contentvec_base":
197
  model_path = "contentvec_base.pt"
198
  Custom_Embed = True