PyTorch Forums
Where is PyTorch source code for bilinear interpolation for image resizing? Interested to code it from scratch
vision
ptrblck
August 21, 2021, 6:35am
2
The CUDA code for
upsample_bilinear2d
should be located
here
.
show post in topic