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
ex7_pca throws a ValueError: iterator is too large at line 141,when running the program on a rapsberry pi 3. The current memory limitations and the 32 bit OS makes the operation too expensive for the program.
I tried switching the array type from float64 to float32, but it didn't succeed
Since this issue is limited to more of a problem with the raspberrypi than the code. I am going to just leave it there for now