semantic-segmentation-pytorch icon indicating copy to clipboard operation
semantic-segmentation-pytorch copied to clipboard

Is there any way I can test using CPU

Open Songloading opened this issue 6 years ago • 8 comments

Several issues here. After I torch.cuda.set_device(-1) segmentation_module.cuda() and test(segmentation_module, loader_test, -1) do not perform well. Is there any way I can test using CPU?

Songloading avatar Nov 13 '19 19:11 Songloading

I would like to know this as well!

joshmyersdean avatar Nov 22 '19 01:11 joshmyersdean

I would like to run this on CPU as well

aminnsabet avatar Apr 15 '20 16:04 aminnsabet

So,did you solve it?

wwww666 avatar Jul 06 '20 06:07 wwww666

@Songloading Just curious to know if you were able to test it using CPU?

nelamon avatar Oct 07 '20 01:10 nelamon

Yeah, you can test it in CPU, performance in an i7 2,2 GHz is 19.14 s / it

RodMech avatar Jan 03 '21 15:01 RodMech

Please help

tejaswigowda avatar Jan 31 '21 15:01 tejaswigowda

It works!

tejaswigowda avatar Feb 11 '21 23:02 tejaswigowda

@tejaswigowda @RodMech can you guys help in testing via CPU ?

MrPhilosopher avatar Sep 30 '21 10:09 MrPhilosopher