Tushar Karayil
Tushar Karayil
The dataset should contain 10k images according to the paper. However, in reality only 7k images are available. We confronted the author regarding this and he did not give any...
you are welcome. I have spent close to 6 months trying to reproduce this paper. After asking a couple of confronting questions, the authors stopped responding. I would suggest not...
Two points, Firstly, It does not matter if this is the official repo or not, technically the paper is non-reproducible and the architecture simply does not work. Since this link...
Good to know that you are trying to reproduce, However, from our side, we fixed all the bugs in this repo. We also wrote the code from scratch by reading...
Thank you for your reply. Yes, `onClickLink` will be useful to my problem. However, according to the [documentation](https://danielcaldas.github.io/react-d3-graph/docs/index.html) `onClickLink` only accepts two arguments (source & target node). I would like...
Yes, If link information can be added to `onClickLink`, it would be useful. Unfortunately, In my case, searching the edge-list with `source` and `target` will not work. This is because,...
Yes. You can change the name according to your convenience. Thank you
In my opinion, multiple links should be supported. I already see a lot of applications where this will be useful. E.g. in Biology, where knowledge graphs are used to depict...