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
In the final stages of training a model I receive one of the following errors from gsl
gsl: svd.c:285: ERROR: svd of MxN matrix, M<N, is not implemented
gsl: init_source.c:29: ERROR: matrix dimension n1 must be positive integer
I think these conditions should be checked for so that the program exits cleanly (rather than crashing with a core dump).
Also, what can I do to try and prevent these errors from occurring?
The text was updated successfully, but these errors were encountered:
In the final stages of training a model I receive one of the following errors from gsl
gsl: svd.c:285: ERROR: svd of MxN matrix, M<N, is not implemented
gsl: init_source.c:29: ERROR: matrix dimension n1 must be positive integer
I think these conditions should be checked for so that the program exits cleanly (rather than crashing with a core dump).
Also, what can I do to try and prevent these errors from occurring?
The text was updated successfully, but these errors were encountered: