Skip to content

Bugs in the code, can not run the code to get the results in your papper for datasets ICEWS18, ICEWS05-15, and GDELT #1

Open
@binchen4110

Description

@binchen4110

Thank your code for this paper. But there are some bugs/mistakes existing in the code.
Obviously, in the running of the normal code, the overheads of running datasets ICEWS18, ICEWS05-15, and GDELT are too huge to run. So you use two different ways of data loading for the above three datasets and dataset ICESW14s (It also refers to the “In order to speed up training and testing, for ICEWS18, ICEWS05-15, and GDELT datasets, data in the required format can be constructed in advance before training and testing: python save_data.py --data=DATA_NAME” in your readme). That also can be seen in your code (main,py)
image
For dataset icews14s, you use the “co.collate_rel” function while for other datasets you use the “collate_new” function. The point is that there exists problems in this part, resulting in the failure of running code. So the followers can not run your code to reproduce your work.
image
Also, there exist other bugs in the code which hinder the reproductivity of this work.
Such as this part in main.py (which can not correspond to the naming rule in save_data.py )

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions