SJTMusicTeam / Muskits

An opensource music processing toolkit
Apache License 2.0
309 stars 44 forks source link

How to reproduce SingAug results? #119

Closed SkyAndCloud closed 2 years ago

SkyAndCloud commented 2 years ago

Hello, I want to use SingAug but there is no related instructions.

ftshijt commented 2 years ago

Thanks for bringing up the issue. The augmentation and cycle consistency framework can be achieved by adding related arguments to the config files. @PeterGuoRuc Could you please try to add related instructions at https://github.com/SJTMusicTeam/Muskits/blob/main/egs/TEMPLATE/svs1/README.md ? It would be great if you can also refer to some existing configurations for the argumentation and cycle loss.

PeterGuoRuc commented 2 years ago

Hi, we support the augmentation and cycle consistency framework in the xiaoice model. You can find the related arguments in egs//svs1/conf/tuning/train_xiaoice_noDP.yaml. (e.g.https://github.com/SJTMusicTeam/Muskits/blob/main/egs/ofuton_p_utagoe_db/svs1/conf/tuning/train_xiaoice_noDP.yaml )

The detailed hyperparameters are as follows:

If you have any questions, please feel free to contact us! More details about the configs of SingAug will be added to the README soon.

ftshijt commented 2 years ago

Many thanks @PeterGuoRuc ! Noted that the code for singaug is just at runnable-level (not yet officially published with carefully design of interfaces), we will be working on that in the migration to espnet.

ftshijt commented 2 years ago

Since there is no further issue raised up, I will close the issue. Thanks again for your interest.