Question 10/13 fast.ai v3 lecture 11

When resizing an image for training, which downsampling algorithm should you use? Nearest or bilinear?

Answer

When augmenting or processing data, always look at the results of your code. For vision, turns out antialiasing might throw out some useful information, it is better to use nearest or experiment with other methods of downsampling.

Relevant part of lecture