semantic-segmentation-pytorch
semantic-segmentation-pytorch copied to clipboard
test gpu to cpu(.cpu())is very slow
https://github.com/CSAILVision/semantic-segmentation-pytorch/blob/master/test.py 82 line pred = as_numpy(pred.squeeze(0).cpu()) .cpu()is very slow