chen0040 / keras-english-resume-parser-and-analyzer

keras project that parses and analyze english resumes
MIT License
272 stars 144 forks source link

can someone tell what is the role of GPU in this project? #10

Open Saiteja6034 opened 5 years ago

Zast996 commented 3 years ago

Hello, the GPU in this project is used to perform the train and predict phases of the model. GPUs are more powerful than CPU in when performing some operations (like train and predict). So if you use a good GPU instead of a CPU, the execution time of the two operations will be significantly reduced