Skip to content
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

about test.py #12

Open
zzj0123 opened this issue Nov 14, 2023 · 4 comments
Open

about test.py #12

zzj0123 opened this issue Nov 14, 2023 · 4 comments

Comments

@zzj0123
Copy link

zzj0123 commented Nov 14, 2023

Hi, Authors!
I wonder if the testing is included in the code. I only saw the training is in the Python file named train_graph_diagnosis.
If the testing is included in the code, could you please tell me which file the corresponding code for testing is in?
Thank you!!

@CXfighting
Copy link

Hi, Authors! I wonder if the testing is included in the code. I only saw the training is in the Python file named train_graph_diagnosis. If the testing is included in the code, could you please tell me which file the corresponding code for testing is in? Thank you!!

hello, Did you find the test file? Can you add me as a friend and we can work on this together?

@zzj0123
Copy link
Author

zzj0123 commented Nov 15, 2023

Hi, Authors! I wonder if the testing is included in the code. I only saw the training is in the Python file named train_graph_diagnosis. If the testing is included in the code, could you please tell me which file the corresponding code for testing is in? Thank you!!

hello, Did you find the test file? Can you add me as a friend and we can work on this together?

Sorry, I haven't found test.py yet, but we can talk to each other and can you tell me how I can add you as a friend?

@CXfighting
Copy link

CXfighting commented Nov 15, 2023 via email

@Richard-wsy
Copy link

嗨,作者们!我想知道代码中是否包含测试。我只看到训练在名为 train_graph_diagnosis 的 Python 文件中。如果代码中包含测试,您能告诉我相应的测试代码在哪个文件中吗?谢谢!!

您好,您找到测试文件了吗?您能把我加为朋友,我们可以一起努力吗?

抱歉,我还没有找到 test.py,但我们可以互相交谈,您能告诉我如何将您添加为朋友吗?

You can write the testing code in the train_graph_utils.py file, under the class train_utils(object): by defining a def test(): function. In the code, when you run it, the best model will be saved in the checkpoint folder. You only need to load the .pth model file, then use the dataset to perform testing and generate the necessary t-SNE plots or confusion matrix plots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants