TextBoxes
TextBoxes copied to clipboard
Using CPU instead of GPU
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.