I seemed to be stuck on simple yet important piece of assignment:
In feed_forward statement after dense layer I pass
tl.Fn(‘Activation Function’,ff_activation(), n_out=1), but it gives me an error saying that function has default arguments.
I know I need to look through the trax layers logic and OOP of Python to get it, but maybe someone can explain in simple words what I am doing wrong?