Hi everyone,
in week 1 assignment 2 when I call tfl.ReLu() I get that there is no such attibute. Using tfl.Activation is not useful as it fails the test functions, what can I do? This is the error when calling the class:
AttributeError: module ‘tensorflow.keras.layers’ has no attribute ‘ReLu’
thank you!