DeepLearning101 commited on
Commit
1afb465
·
verified ·
1 Parent(s): 40390b1

Update DPTNet_eval/DPTNet_quant_sep.py

Browse files
Files changed (1) hide show
  1. DPTNet_eval/DPTNet_quant_sep.py +1 -1
DPTNet_eval/DPTNet_quant_sep.py CHANGED
@@ -44,7 +44,7 @@ def load_dpt_model():
44
  # 從 Hugging Face Hub 下載模型權重
45
  model_path = hf_hub_download(
46
  repo_id="DeepLearning101/speech-separation", # ← 替換成你的 repo 名稱
47
- filename="train_dptnet_aishell_partOverlap_B6_300epoch_quan-int8.p",
48
  token=HF_TOKEN
49
  )
50
 
 
44
  # 從 Hugging Face Hub 下載模型權重
45
  model_path = hf_hub_download(
46
  repo_id="DeepLearning101/speech-separation", # ← 替換成你的 repo 名稱
47
+ filename="train_dptnet_aishell_partOverlap_B2_300epoch_quan-int8.p",
48
  token=HF_TOKEN
49
  )
50