Hello,when using tfrs.experimental.models.Ranking the following error is faced
TypeError: ('Keyword argument not understood:', 'out_activation')
I think this is a typo where out_activation should be renamed to activation to match the definition in the MLP class.
This is can be shown in these screenshots from both modules.


