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
(71846, 5900) (71846, 1)
2015-10-27, 19:18:08 PCA training (n_components=2000)...
Traceback (most recent call last):
File "test_lfw.py", line 64, in
excute_train()
File "test_lfw.py", line 22, in excute_train
pca = PCA_Train(data, result_fold)
File "/opt/wjc/Joint-Bayesian/src/joint_bayesian.py", line 122, in PCA_Train
pca.fit(data)
File "/usr/lib64/python2.7/site-packages/sklearn/decomposition/pca.py", line 221, in fit
self._fit(X)
File "/usr/lib64/python2.7/site-packages/sklearn/decomposition/pca.py", line 271, in _fit
U, S, V = linalg.svd(X, full_matrices=False)
File "/usr/lib64/python2.7/site-packages/scipy/linalg/decomp_svd.py", line 104, in svd
full_matrices=full_matrices, overwrite_a=overwrite_a)
ValueError: On entry to SGESDD parameter number 12 had an illegal value
what's your method of solving the error?
The text was updated successfully, but these errors were encountered:
python test_lfw.py
(71846, 5900) (71846, 1)
2015-10-27, 19:18:08 PCA training (n_components=2000)...
Traceback (most recent call last):
File "test_lfw.py", line 64, in
excute_train()
File "test_lfw.py", line 22, in excute_train
pca = PCA_Train(data, result_fold)
File "/opt/wjc/Joint-Bayesian/src/joint_bayesian.py", line 122, in PCA_Train
pca.fit(data)
File "/usr/lib64/python2.7/site-packages/sklearn/decomposition/pca.py", line 221, in fit
self._fit(X)
File "/usr/lib64/python2.7/site-packages/sklearn/decomposition/pca.py", line 271, in _fit
U, S, V = linalg.svd(X, full_matrices=False)
File "/usr/lib64/python2.7/site-packages/scipy/linalg/decomp_svd.py", line 104, in svd
full_matrices=full_matrices, overwrite_a=overwrite_a)
ValueError: On entry to SGESDD parameter number 12 had an illegal value
what's your method of solving the error?
The text was updated successfully, but these errors were encountered: