hujingwen6666 / MMGCN

65 stars 20 forks source link

the tensor U in the forward method of model LSTM has given shape torch.Size([94, 32, 100]). #6

Open Coding511 opened 2 years ago

Coding511 commented 2 years ago

I print the U.shape and getting this torch.Size([94, 32, 100]) while it should be 2024 in place of 100, could you please explain this?