burn icon indicating copy to clipboard operation
burn copied to clipboard

Interpolate function for training

Open antimora opened this issue 11 months ago • 1 comments

Left over todo items from #1246

  • [ ] Autodiff backend. (which means that training is currently unavailable)
  • [ ] Anti-aliasing for bilinear and bicubic interpolation.
  • [ ] Parameter align_corners for bilinear and bicubic interpolation. (for more information check here)
  • [ ] Mode nearest-exact. (see the link previous for details)
  • [ ] More test cases.
  • [ ] Documentation

antimora avatar Mar 01 '24 17:03 antimora

Thanks to @ashdtu training is now available with nearest mode

louisfd avatar Mar 06 '24 13:03 louisfd