bytedance / music_source_separation

Other
1.23k stars 192 forks source link

Checkpoint is incomplete, please download again! #41

Open WUxingChong opened 2 years ago

WUxingChong commented 2 years ago

您好,我成功分离了vocals之后,再去分离accompaniment的时候就提示报错提示了Checkpoint文件不完整,我看了下script和模型文件都在,重新下载了也是报同样的错

Traceback (most recent call last): File "E:\Anaconda3\lib\runpy.py", line 193, in _run_module_as_main "main", mod_spec) File "E:\Anaconda3\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "E:\Anaconda3\lib\site-packages\bytesep__main.py", line 242, in separate(args) File "E:\Anaconda3\lib\site-packages\bytesep__main__.py", line 162, in separate config_yaml, checkpoint_path = get_paths(source_type, model_type) File "E:\Anaconda3\lib\site-packages\bytesep\main__.py", line 127, in get_paths assert os.path.getsize(checkpoint_path) == 414046363, error_message AssertionError: Checkpoint is incomplete, please download again!

aadsache commented 1 year ago

在bytesepmain.py文件内把这个断言注释了就行了,这个size判断可以跳过~ 希望对你有用

SauravRai commented 4 months ago

@WUxingChong I had the same issue. It seems if we manually download the checkpoints from the provided link https://zenodo.org/records/5804160 that works.