awslabs / handwritten-text-recognition-for-apache-mxnet

This repository lets you train neural networks models for performing end-to-end full-page handwriting recognition using the Apache MXNet deep learning frameworks on the IAM Dataset.
Apache License 2.0
488 stars 189 forks source link

Trying to train and test the model by multiprocessing in CPU #16

Closed man0007 closed 4 years ago

man0007 commented 5 years ago

HI, I wanted to know how to achieve multiprocessing while training and testing the model in CPU. please help in achieving it.

jonomon commented 5 years ago

Hi man0007,

You can consider using mxnet-mkl to get a performance boost on CPU.

Please refer to https://discuss.mxnet.io/t/multi-cpu-cores-usage/1150 and https://discuss.mxnet.io/t/multi-cpu-cores-usage/1150

man0007 commented 4 years ago

Thanks Jonomon, it works.

man0007 commented 4 years ago

The solution provided by jonomon worked.