Closed Arseny5 closed 3 months ago
There is no selected_param
in this repository. Seems like you are not using our repository directly. In this case, you should turn to the owner of the repo you are using, and we are not able to provide help, sorry.
There is no
selected_param
in this repository. Seems like you are not using our repository directly. In this case, you should turn to the owner of the repo you are using, and we are not able to provide help, sorry.
Yes, I'm sorry, the parameter is not from your work. My question is about your repository. If I use tension emb
in training, but do not apply for tension in the inference, can this spoil the quality of the prediction?
Your acoustic model using tension_embed
means that it must consume a tension
input, otherwise it cannot even produce reasonable outputs. You should consider training a variance model that predicts tension
for it.
Your acoustic model using
tension_embed
means that it must consume atension
input, otherwise it cannot even produce reasonable outputs. You should consider training a variance model that predictstension
for it.
Сan I train a DiffSinger model without any variance embeddings? Will the DiffSinger train and predict singing?
You can turn off all variance embeddings. But why not train a variance model to gain more controls? Variance models are relatively small and cost less computational resources.
I have another questions. I have trained DiffSinger using code from your repository. I trained only an acoustic model without embedding from variance model.
1) In tensorboard, I see 3 results in the audio column: aux, diff, gt. As far as I know gt is a ground truth, diff are predicates of the diffusion model. What is aux?
2) As training data, I used _ph_seq, ph_dur, ph_num, note_seq, notedur. When training, I choose pitch extractor - rmvpe. When I try to make an inference checkpoint of the model, it requires from me the column _f0seq, which I don't have. How is it possible to use the inference model without knowledge of f0? Can I not use f0 in training like in this pipeline?
Hello! Thank you so much for your work!
I have a question about inference DiffSinger. I trained my DiffSinger model and set the
selected_param = "tension"
parameter during training. When I try to run inference of model from the checkpoint, the tension parameter is required from me in the .ds file, how can I get around this error?Example .ds file that I use for inference model: