simple-faster-rcnn-pytorch
simple-faster-rcnn-pytorch copied to clipboard
How to run it with CPU only? 可以只用CPU跑么
trafficstars
Can the model run with CPU on a laptop? (intel i7-10510U) If so, how to modify the code to be compatible with CPU? Thanks in advance!
I think the answer is no...bescause during the code i see .cuda() .Besides the author saids it doesn't have a CPU version
how to modify the code to be compatible with CPU?
i face the same problem, hope someone provide a cpu version...
change cuda = True to cuda = False