From 0e8f5a097c58c8f6bf1a3ea7fa372a9c311b481a Mon Sep 17 00:00:00 2001 From: Zhao Jingwei Date: Mon, 23 Oct 2023 20:41:37 +0800 Subject: [PATCH] update --- data_file_dir.txt | 5 ----- inference.ipynb | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 data_file_dir.txt diff --git a/data_file_dir.txt b/data_file_dir.txt deleted file mode 100644 index 09c93b6..0000000 --- a/data_file_dir.txt +++ /dev/null @@ -1,5 +0,0 @@ -If you wish to run our code, -please download our pre-trained checkpoints -and processed data at the following link: - -https://we.tl/t-cc2nOC8dAA \ No newline at end of file diff --git a/inference.ipynb b/inference.ipynb index 261b082..398dfa4 100644 --- a/inference.ipynb +++ b/inference.ipynb @@ -16,7 +16,7 @@ "import warnings\n", "warnings.filterwarnings(\"ignore\")\n", "\n", - "\"\"\"Download checkpoints and data at https://we.tl/t-cc2nOC8dAA (379MB) and decompress at the directory\"\"\"\n", + "\"\"\"Download checkpoints and data at https://drive.google.com/drive/folders/17yB-Oae_4eGKJmqRS-LB8PwE2rqwZrUu?usp=sharing (379MB) and decompress at the directory\"\"\"\n", "DATA_FILE_ROOT = './data_file_dir/'\n", "DEVICE = 'cuda:0'\n", "piano_arranger, orchestrator, piano_texture, band_prompt = load_premise(DATA_FILE_ROOT, DEVICE)"