-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not reprocduce the performance reported in the paper #2
Comments
I run with 'python ./model/Twitter/BiGCN_Twitter.py Twitter15 10' and got the result "Total_Test_Accuracy: 0.8276|NR F1: 0.7847|FR F1: 0.8360|TR F1: 0.8838|UR F1: 0.7941" |
As for Twitter16 dataset, I run with 'python ./model/Twitter/BiGCN_Twitter.py Twitter16 10' and got the result "Total_Test_Accuracy: 0.8642|NR F1: 0.7875|FR F1: 0.8585|TR F1: 0.9318|UR F1: 0.8635" |
I want to ask, you get this code can run successfully? Are there many mistakes and bugs? |
Hello, I would like to ask if you have successfully run all the code? If so, is it necessary to configure CUDA auxiliary when configuring the environment? Or just need CPU. |
Hello, I would like to ask if you have successfully run all the code? If so, is it necessary to configure CUDA auxiliary when configuring the environment? Or just need CPU. |
Hi, I successfully ran the code by following main.sh. But one more thing, remember to create Twitter15graph/Twitter16graph/Weibograph dir in the data directory. |
In execution getTwitter.py After that, the corresponding documents have been obtained. There are some mistakes . Did you make any other changes after you got the twitter15graph? Besides, is your environment the same as the author's? Thank you! |
In execution getTwitter.py After that, the corresponding documents have been obtained. There are some mistakes also after i get graph. Did you make any other changes after you got the twitter15graph? Besides, is your environment the same as the author's? Thank you! |
Hello, would you like to ask if the packages you depend on are consistent with the version provided in the original text when you configure the environment? |
Because of the computer configuration, I run in win10 environment, can run. |
Hi, I got a error message saying that
Does anyone know what is the npz file? |
|
您好,我也想问这个问题,请问您解决了吗?请问可否咨询一下您呢? |
你好,我想问一下 local variable 'fold0_x_test' referenced before assignment 这个报错怎么解决呢 |
Hi,I run your code with 'python ./model/Twitter/BiGCN_Twitter.py Twitter15 10' to get the average experimental results of 10 iterations of BiGCN model on Twitter15 (running 100 iterations takes too much time).
I got the result 'Total_Test_Accuracy: 0.8582|NR F1: 0.8364|FR F1: 0.8537|TR F1: 0.9099|UR F1: 0.8220', which has a big gap compared with the results reported in your paper '0.886 0.891 0.860 0.930 0.864'.
The text was updated successfully, but these errors were encountered: