Open gangagyatso4364 opened 1 month ago
Can you share the config file training multiple speakers. ?
Can you share the config file training multiple speakers. ?
Just remove all the speaker_id or speaker mentioing in config file so remove all speaker mentioning in the config
1- model_outputs = model( input_ids=batch["input_ids"], attention_mask=batch["attention_mask"], labels=batch["labels"], labels_attention_mask=batch["labels_attention_mask"],
speaker_id=batch["speaker_id"],
2-model_outputs_train = model( input_ids=batch["input_ids"], attention_mask=batch["attention_mask"], labels=batch["labels"], labels_attention_mask=batch["labels_attention_mask"],
speaker_id=batch["speaker_id"],
3- model_outputs_train = model( input_ids=batch["input_ids"], attention_mask=batch["attention_mask"], labels=batch["labels"], labels_attention_mask=batch["labels_attention_mask"],
speaker_id=batch["speaker_id"],
Originally posted by @muhammadsaadgondal in https://github.com/ylacombe/finetune-hf-vits/issues/35#issuecomment-2282717976