TmacMai / CoMPILE_Inductive_Knowledge_Graph

Communicative Message Passing for Inductive Relation Reasoning(AAAI-2021)
MIT License
30 stars 4 forks source link

Incomplete code? #1

Closed czy1999 closed 3 years ago

czy1999 commented 3 years ago

where is collate_dgl2? Not found in this library or in Grail

File "train.py", line 9, in <module>
    from utils.graph_utils import collate_dgl, move_batch_to_device_dgl, collate_dgl2
ImportError: cannot import name 'collate_dgl2'
TmacMai commented 3 years ago

where is collate_dgl2? Not found in this library or in Grail

File "train.py", line 9, in <module>
    from utils.graph_utils import collate_dgl, move_batch_to_device_dgl, collate_dgl2
ImportError: cannot import name 'collate_dgl2'

Sorry for the late reply. The files have been uploaded. Contact me if you have any further questions.

czy1999 commented 3 years ago

Thanks😀