We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7422b commit 0ac17d6Copy full SHA for 0ac17d6
examples/fastspeech2_libritts/train_fastspeech2.py
@@ -360,6 +360,7 @@ def main():
360
dataset_mapping = json.load(f)
361
speakers_map = dataset_mapping["speakers_map"]
362
print("SPEAKERS MAP TYPE IS: " , type(speakers_map))
363
+ print(speakers_map)
364
365
# define train/valid dataset
366
train_dataset = CharactorDurationF0EnergyMelDataset(
0 commit comments