Question 11/13 fast.ai v3 lecture 11

Are operations faster on Byte or Float tensors?

Answer

Operations on Byte tensors are much faster, but you need to be careful to not introduce rounding errors or saturation problems.

Relevant part of lecture