Memory Saturation and Kernel Restart when Converting to np.array in Python
I’m encountering a memory issue when converting my processed data to a numpy array. I have 57GB of RAM, but the RAM saturates quickly and the kernel restarts at np.array(processed_X)
. Here is my code: