GraphCL icon indicating copy to clipboard operation
GraphCL copied to clipboard

Question about Unsupervised-TU ''test'' and ''val''

Open jiaruHithub opened this issue 2 years ago • 1 comments

Hi! In Unsupervised-TU, such as logistic regression classifier, there are two parts, test and val, annotated in the ten fold cross verification section. But in my opinion, these two parts are trained separately on two fully connected layer models using the same training set and test set. Am I understanding this correctly? What is the purpose of this? Does it have any special meaning?

Thanks!

jiaruHithub avatar Mar 06 '23 10:03 jiaruHithub

Hi @jiaruHithub,

I do not fully understand your question. Would you be able to elaborate more on it? The setting of unsupervised_tu follows https://github.com/sunfanyunn/InfoGraph/tree/master/unsupervised without changes.

yyou1996 avatar Mar 13 '23 03:03 yyou1996