Error !

#1
by LioSolo - opened

error when running the model using the snippet code in model card :
in transformers\models\speecht5\modeling_speecht5.py , line 677

in _consistent_dropout
return torch.where(all_masks == 1, inputs_embeds, 0) * 1 / (1 - p)
RuntimeError: expected scalar type float but found __int64

Sign up or log in to comment