You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inputs_text_embedding + pitch_embeddings + energy_embeddings
RuntimeError: The size of tensor a (50) must match the size of tensor b (411) at non-singleton dimension 1
2023-07-03:11:07:19 INFO [trainer.py:903] torch.Size([32, 50, 4])
2023-07-03:11:07:19 INFO [trainer.py:904] torch.Size([32, 50])
2023-07-03:11:07:19 INFO [trainer.py:905] torch.Size([32, 50])
torch.Size([32, 50, 32])
torch.Size([32, 411, 32])
torch.Size([32, 411, 32])
The text was updated successfully, but these errors were encountered:
inputs_text_embedding + pitch_embeddings + energy_embeddings
RuntimeError: The size of tensor a (50) must match the size of tensor b (411) at non-singleton dimension 1
2023-07-03:11:07:19 INFO [trainer.py:903] torch.Size([32, 50, 4])
2023-07-03:11:07:19 INFO [trainer.py:904] torch.Size([32, 50])
2023-07-03:11:07:19 INFO [trainer.py:905] torch.Size([32, 50])
torch.Size([32, 50, 32])
torch.Size([32, 411, 32])
torch.Size([32, 411, 32])
The text was updated successfully, but these errors were encountered: