PyGCL icon indicating copy to clipboard operation
PyGCL copied to clipboard

ConvergenceWarning: Liblinear failed to converge

Open jweihe opened this issue 2 years ago • 2 comments

When I use the code in your example about graphCL, and then without modification will appear ConvergenceWarning: Liblinear failed to converge, increase the number of iterations. Increasing the number of iterations did not help, may I ask why?

jweihe avatar Oct 26 '23 17:10 jweihe

Hi! thanking for bring this issue to our attention. Could you post the code of the example that produces this warning?

Linyxus avatar Oct 27 '23 10:10 Linyxus

When I use the code in your example about graphCL, and then without modification will appear ConvergenceWarning: Liblinear failed to converge, increase the number of iterations. Increasing the number of iterations did not help, may I ask why?

Try increasing the number of epochs

yuzilan avatar Nov 07 '23 10:11 yuzilan