I'm building a training and test set on Jupyter Notebook but I always receive the following memory error:
"Unable to allocate 8.12 GiB for an array with shape (22370, 389604) and data type uint8"
I followed the advice from other stack overflow members (which is increasing the jupyter notebook memory limit by typing c.NotebookApp.max_buffer_size = 100000000000 in the jupyter_notebook_config.py file located in the directories when I installed my anaconda navigator package) however, I'm still encountering the same error. I'm not so sure what to do now.