Replies: 3 comments 6 replies
-
If I understand it correctly, the test/validation set, i.e., |
Beta Was this translation helpful? Give feedback.
5 replies
-
I still don't understand, can you please explain more specifically?Thank you
抓住努力的尾巴
***@***.***
…------------------ 原始邮件 ------------------
发件人: "Jintang ***@***.***>;
发送时间: 2023年6月20日(星期二) 晚上11:08
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [pyg-team/pytorch_geometric] how to calculate the loss? (Discussion #7612)
No. Overfitting typically occurs when a model fits the training data too closely.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
是因为GCN是半监督学习,所以可以利用测试集和验证集的节点的特征信息吗
抓住努力的尾巴
***@***.***
…------------------ 原始邮件 ------------------
发件人: "Jintang ***@***.***>;
发送时间: 2023年6月21日(星期三) 下午3:44
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [pyg-team/pytorch_geometric] how to calculate the loss? (Discussion #7612)
Sorry if my answer was not clear. Can you please let me know which part you're still unclear about?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Usually when we calculate the loss, we use the training node, such as the code below:
But in this paper, they use the nodes of the test set and the validation set to calculate the loss:
The complete code is as follows: https://github.com/BUPT-GAMMA/CPF/blob/master/distill_dgl.py
Is it reasonable to use test sets to participate in calculating loss?
Beta Was this translation helpful? Give feedback.
All reactions