From b26e5a823ccc307b24ad9095b008e84cd9203438 Mon Sep 17 00:00:00 2001 From: czzhangheng Date: Sat, 8 Nov 2025 19:24:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8B=E8=BD=BD=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9B=86=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/Download_data.py | 3 +-- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Download_data.py b/lib/Download_data.py index ed7c929..ecee0db 100755 --- a/lib/Download_data.py +++ b/lib/Download_data.py @@ -7,7 +7,6 @@ from tqdm import tqdm # 定义文件完整性信息的字典 - def check_and_download_data(): """ 检查 data 文件夹的完整性,并根据缺失文件类型下载相应数据。 @@ -74,7 +73,7 @@ def download_adj_data(current_dir, max_retries=3): 下载并解压 adj.zip 文件,并显示下载进度条。 如果下载失败,最多重试 max_retries 次。 """ - url = "https://code.zhang-heng.com/static/adj.zip" + url = "http://code.zhang-heng.com/static/adj.zip" retries = 0 while retries <= max_retries: diff --git a/requirements.txt b/requirements.txt index 313c036..6f83511 100755 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ torchvision torchaudio torchdiffeq fastdtw -notebook \ No newline at end of file +notebook +torchcde \ No newline at end of file