Felix
Felix
Hi, Thank you for making the code public. It's really nice to see! I think the following line here https://github.com/NYUMedML/GNN_for_EHR/blob/65cd2102982d048ff6dab4f1ea40f0895ed3f091/model.py#L59 should be ``` if concat: self.norm = LayerNorm(hidden_features * num_heads)...
Hi, I am trying to use the baseline model (Linear decoder) described in the paper as a baseline for some of my work. However, I do not have access to...
Hi, I am trying to train QueryInst with a Swin backbone on my own medical imaging temporal dataset which contains 3 classes - background + 2 anatomical landmarks. The reason...
Hi, Thanks a lot for this repository and for making everything public. I am trying to reproduce the dataset you created to run some experiments. I have tried running the...