TextBoxes icon indicating copy to clipboard operation
TextBoxes copied to clipboard

Using CPU instead of GPU

Open MansourTrabelsi opened this issue 7 years ago • 0 comments

Hello Mhliao,

I have installed caffe with CPU support and I am trying to run your code with my own data set. The train_icdar13.py file contain a bloc that specifies what GPU to use, but this don't work with my caffe. What to change around those lines, or in another lines to execute train_icdar13.py on CPU_mode. gpus = "0" gpulist = gpus.split(",") num_gpus = len(gpulist)

Thank you a lot for your help.

MansourTrabelsi avatar Jul 31 '17 16:07 MansourTrabelsi