Update DPTNet_eval/DPTNet_quant_sep.py
Browse files
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="
|
48 |
-
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 |
# 取得模型參數
|