#950·spleeter

[讨论] 简单的日本人指南 如何学习原创模型和进行设置

作者: mr19169创建于 2026年2月22日更新于 2026年2月22日
标签question

The model separation model for environmental sounds was originally trained based on the spleeter of deezer社. It is based on https://GitHub.com/makobouzu/spleeter.git. Please refer to the master_config.json file in the configs directory. The paths of the master_train.csv and master_validation.csv files are automatically generated when the csv creation program is run. The master_config.json file contains a place to write the path of the CSV file. If you want to create a new class (not only the base and vocals, but also add instruments such as guitars), you need to add it to the "instrument_list". I remember that I also rewrote other code written in "instrument_list" when creating a new class. If you find a place where you need to rewrite the class by searching for "instrument_list" in the text, please rewrite it as appropriate.

内容来源: deezer/spleeter