Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crashes at G = -np.dot(np.dot(np.linalg.pinv(mi * Su + Sw), Su), F) #10

Open
eigen2017 opened this issue Dec 9, 2017 · 0 comments
Open

Comments

@eigen2017
Copy link

(200, 128)
prepare done, maxNumberInOneClass= 125
Traceback (most recent call last):
File "/data/run/jakie/hp_eval/ag/get_AG_file.py", line 52, in
A, G = joint_bayesian_funcs.JointBayesian_Train(allDeepId, train_y[0:200])
File "../ag/joint_bayesian_funcs.py", line 165, in JointBayesian_Train
G = -np.dot(np.dot(np.linalg.pinv(mi * Su + Sw), Su), F)
File "/usr/lib64/python2.7/site-packages/numpy/linalg/linalg.py", line 1647, in pinv
u, s, vt = svd(a, 0)
File "/usr/lib64/python2.7/site-packages/numpy/linalg/linalg.py", line 1389, in svd
u, s, vt = gufunc(a, signature=signature, extobj=extobj)
ValueError: On entry to DLASCL parameter number 4 had an illegal value

Process finished with exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant