Python-AndrewNgML
Python-AndrewNgML copied to clipboard
ValueError: iterator is too large when running ex7_pca.py on raspberrypi
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