netagl
netagl
hi, is there an option to do inference to AudioLDM with my trained (not finetune) ldm model? tnx!
Hi, I got this issue: Traceback (most recent call last): File "/home/neta_glazer_aiola_com/PycharmProjects/TTS/parler-tts/./training/run_parler_tts_training.py", line 1827, in main() File "/home/neta_glazer_aiola_com/PycharmProjects/TTS/parler-tts/./training/run_parler_tts_training.py", line 1648, in main for batch in train_dataloader: File "/opt/conda/envs/parlenv/lib/python3.9/site-packages/accelerate/data_loader.py", line 454,...
hi, I have attention_mask problem mismatch in the cross attenstion can you please explain this line: requires_attention_mask = "encoder_outputs" not in model_kwargs ? why is comed after this: if "encoder_outputs"...