lesterphillip / SVCC23_FastSVC

Singing Voice Conversion Challenge 2023 Starter Kit: FastSVC Reimplementation
111 stars 9 forks source link

Baseline models #9

Closed GuangkeChen closed 9 months ago

GuangkeChen commented 11 months ago

Hello, thanks a lot for the challenge and the released code.

I have a question about the baseline models:

In the arxiv paper, it said that B01 is similar to DiffSVC, while B02 is the decomposed FastSVC system.

In this repository, two models are provided, i.e., fastsvc1 and B02.

I wonder if the B01 model in the paper is the fastsvc1 model in the repository or if the code of B01 is not provided. Also, is B02 model in the paper exactly the B02 model in the repository?

Thanks for your help.

lesterphillip commented 11 months ago

Hi, SVCC's B01 is not in this repository as it cannot be open-sourced.

We made an unofficial re-implementation of FastSVC and the code for SVCC's B02 on the other hand is in this repository. B02 was just made to make training faster, since the end-to-end system in FastSVC takes a long time to train.