Question 5/30 fast.ai v3 lecture 10


What method do you need to define to make a Python object callable?

Answer

__call__

Screenshot

Relevant part of lecture

supplementary material

Here is the official documentation for this method.