Bao Ngo
Bao Ngo
Hi! Does anyone know how to resolve this issue? I am using torch=2.3.0, torchdrug=0.2.1. I tried to set `assign=True` as @KatarinaYuan mentioned but it didn't help.
I tried to print out all keys and values pairs of the model state dictionary and I found these: "graph" : Graph(num_node=40943, num_edge=93003, num_relation=11, device='cuda:0') "fact_graph": Graph(num_node=40943, num_edge=86835, num_relation=11, device='cuda:0')....
Hi! I guess you can find more information about it in Appendix Part F of the [paper](https://arxiv.org/pdf/2106.06935), the data augmentation part.
Hey! I am having the same problem. If you have any insight, I would really appreciate that.
It works. Thank you so much.
After investigating, the problem is in the links to download the datasets. If the link starts with `https`, the dataset will be downloaded smoothly. Changing links in `master.csv` from `http`...
I didn't try the previous version, but I resolved this by tracing the code to see where download links are defined and changing them from `http` to `https`. This error...