Closed Coldmooon closed 4 months ago
Hello, I reran the code and did not encounter this issue. Could you provide more details about the experiment, or use the following code to check the dimensions of the tensors before concatenation:
print(time_series_emb.shape, node_emb[0].shape, tem_emb[0].shape, tem_emb[1].shape)
print(time_series_emb.shape, node_emb[0].shape, tem_emb[0].shape, tem_emb[1].shape)
Hello, I have the same problem. I find the dimension of node_emb is [7, 1, 23, 32], while the dimension of time_series_emb and tem_emb is [7, 1, 228, 32]. Could you help me?
I run the provided examples:
But both examples encounter errors:
I have prepared the data according to the README.md