starmoon-1134

Results 2 issues of starmoon-1134

大家有遇到吗

In the train_finetune.py file, we have noticed a potential issue with the input parameters for model.predictor_encoder and model.style_encoder. The current code is as follows: ``` s = model.style_encoder(gt.unsqueeze(1)) s_dur =...