You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yyou1996 Hi! I've repeated the experiment of transfer learning using bio dataset, runing the finetune.sh by default setting. I get the result about 0.6531 and 0.6507(test easy and hard), while table 5 in your paper states that GraphCL could reach 0.6788... I'm wondering why I can't reach that score?
Here is my environment:
torch: 1.4.0
torch-cluster:1.5.2
torch-geometric:1.0.3
torch-scatter: 2.0.3
torch-sparse:0.5.1
torch-spline-conv: 1.2.0
I fix the function of scatter_add() of torch-geometric and delete the parameter 'fill-value', as I use the older version of torch-geometric. Otherwise it could cause Runtime Error. 'fill-value' is no longer supported for torch-scatter in version >= 2.0.0. But I guess it's not the main reason that I can't get good experiment result?
The text was updated successfully, but these errors were encountered:
@yyou1996 Hi! I've repeated the experiment of transfer learning using bio dataset, runing the finetune.sh by default setting. I get the result about 0.6531 and 0.6507(test easy and hard), while table 5 in your paper states that GraphCL could reach 0.6788... I'm wondering why I can't reach that score?
Here is my environment:
torch: 1.4.0
torch-cluster:1.5.2
torch-geometric:1.0.3
torch-scatter: 2.0.3
torch-sparse:0.5.1
torch-spline-conv: 1.2.0
I fix the function of scatter_add() of torch-geometric and delete the parameter 'fill-value', as I use the older version of torch-geometric. Otherwise it could cause Runtime Error. 'fill-value' is no longer supported for torch-scatter in version >= 2.0.0. But I guess it's not the main reason that I can't get good experiment result?
The text was updated successfully, but these errors were encountered: