Hi,
I got this error when trying to run the code
gat_input = torch.cat((lstm_feature, gaz_feature), dim=1)
RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 8 but got size 9 for tensor number 1 in the list.
Any ideas plz?
thank u
Hi,
I got this error when trying to run the code
gat_input = torch.cat((lstm_feature, gaz_feature), dim=1)
RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 8 but got size 9 for tensor number 1 in the list.
Any ideas plz?
thank u