semantic-segmentation-pytorch
semantic-segmentation-pytorch copied to clipboard
Is there any way I can test using CPU
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?
I would like to know this as well!
I would like to run this on CPU as well
So,did you solve it?
@Songloading Just curious to know if you were able to test it using CPU?
Yeah, you can test it in CPU, performance in an i7 2,2 GHz is 19.14 s / it
Please help
It works!
@tejaswigowda @RodMech can you guys help in testing via CPU ?