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
File "/home/ubuntu/HA2G/scripts/model/hierarchy_net.py", line 129, in forward
in_data = torch.cat((pre_seq, audio_feat_seq, text_feat_seq), dim=2)
RuntimeError: Sizes of tensors must match except in dimension 2. Expected size 4 but got size 34 for tensor number 1 in the list.
I met the above error when using HA2G. how to solve it?
The text was updated successfully, but these errors were encountered:
File "/home/ubuntu/HA2G/scripts/model/hierarchy_net.py", line 129, in forward
in_data = torch.cat((pre_seq, audio_feat_seq, text_feat_seq), dim=2)
RuntimeError: Sizes of tensors must match except in dimension 2. Expected size 4 but got size 34 for tensor number 1 in the list.
I met the above error when using HA2G. how to solve it?
The text was updated successfully, but these errors were encountered: