Inference mode
PyTorch Developer Podcast - A podcast by Edward Yang, Team PyTorch

Categories:
What's inference mode? Why doesn't my code run fast if I use no_grad or make sure requires_grad=False? How come inference mode is safe but AutoNonVariableTypeMode is not?