Closed saeedfirouzi closed 5 months ago
The parameters reference_attention_weight
and audio_attention_weight
are only considered during inference.
For training, we disregard the variation of these parameters and set both to 1.0.
so can you explain about this method of "progressive drop operations" : a simple method that balances different control signals through a series of progressive drop operations.
yeah, after reading the article I found the answer.
thanks for your great work. what is the value of reference_attention_weight and audio_attention_weight in training? is it a static parameter or it is a random number in a specific range?