I wrote a python code using deep learning on NLP in some medium data (32K line of text) and I am running into some problems!
Running this code on this amount of data is time-consuming for me and it will never be finished on my PC (iMac 5K), I search for a better way to run the program, some of them says you should have a GPU, then I heard about multithreading for running the program on a multiple CPUs.
the question is:
what is the better way to do it? .. and what is the way of using a multiple CPUs on my machine?
Thank you.