I found the nn.Bilinear() module but I don't think thats what I need or I just don't understand how to use it. It also seems to have learnable parameters which I don't want either. Basically I want to do interpolation on a sparse tensor input and get an interpolated tensor of the same size.
I found the nn.Bilinear() module but I don't think thats what I need or I just don't understand how to use it. It also seems to have learnable parameters which I don't want either. Basically I want to do interpolation on a sparse tensor input and get an interpolated tensor of the same size.