CUFCTL / face-recognition

A GPU-accelerated real-time face recognition system based on classical machine learning algorithms
MIT License
23 stars 11 forks source link

ica.c line 238 #18

Closed ctargon closed 7 years ago

ctargon commented 7 years ago

When debugging ica, i noticed an error is occurring at line 238 in ica.c. The product between x_tran and w is returning NaNs from the m_product function.... Anyone ever have issues with m_product? It uses a BLAS function so I would assume it is correct. I do not believe this error should be occurring based on analysis of X_tran and w.

bentsherman commented 7 years ago

This issue has been resolved by my most recent commit, discussion continued in the main ICA issue.