Relax assertion in `transforms.Lambda.__init__` (#637)
Check if `lambd` is callable instead of checking if its a `types.Lambda` object.
Showing
Please register or sign in to comment
Check if `lambd` is callable instead of checking if its a `types.Lambda` object.