Update DPTNet_eval/DPTNet_quant_sep.py
Browse files
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="
|
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 |
|