ABSA-PyTorch
ABSA-PyTorch copied to clipboard
Issue with infer example
Hi,
I tried to infer an example using ASGCN model with the same dataset used for evaluation in training process. However, I got this error
output = torch.matmul(adj, hidden) / denom RuntimeError: batch1 dim 2 must match batch2 dim 1
Any ideas plz?
Thank u in advance
It seems that the dependency matrix has not been processed properly. Could you please give the details of your example?