Closed doantientai closed 7 years ago
I have Matlab in my computer which does not have GPU. Can I train the network on my computer?
You can set opts.gpus = []; to train the model without GPU.
opts.gpus = [];
I have Matlab in my computer which does not have GPU. Can I train the network on my computer?