C.Hen

Results 3 issues of C.Hen

In your code,`feas = torch.cat([feas, fea], dim=1);torch.cat([attention_vectors, vector], dim=1)`, however, in the original paper,V=a*U1+b*U2, if "dim" in th.cat([attention_vectors, vector]) is 1, I think the "dim" is 0,am I right?

First of all, I would like to thank you for disclosing your own code, which can give me a chance to learn. After practice your code, I have one question...

Hi, @FabianIsensee , I'm using the example "multithreaded_with_batches.ipynb" to generate my own batch data, however , the RuntimeError as follow: ![image](https://user-images.githubusercontent.com/44365146/216902834-ba50f8b5-7fd1-4d49-9769-ac6e01f4018b.png) appeared. Can you offer me some hint to sovle...