CAIIVS / chuchichaestli

Where you find all the state-of-the-art cooking utensils (salt, pepper, gradient descent... the usual).
GNU General Public License v3.0
3 stars 0 forks source link

Evaluate grid resampling in attention unet #11

Open mstadelmann opened 4 months ago

mstadelmann commented 4 months ago
  # TODO: Implement grid resampling of attention coefficients
  # The paper specifies that "Grid resampling of attention coefficients is done using trilinear interpolation."
  # But in a UNet, the g and x_L are already at the same resolution, so no need to resample!?

To be evaluated.