DeepLearning101 commited on
Commit
8d6d8eb
·
verified ·
1 Parent(s): 1afb465

Update DPTNet_eval/DPTNet_quant_sep.py

Browse files
Files changed (1) hide show
  1. DPTNet_eval/DPTNet_quant_sep.py +2 -2
DPTNet_eval/DPTNet_quant_sep.py CHANGED
@@ -44,8 +44,8 @@ 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_B2_300epoch_quan-int8.p",
48
- token=HF_TOKEN
49
  )
50
 
51
  # 取得模型參數
 
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=SpeechSeparation
49
  )
50
 
51
  # 取得模型參數