Hey, my assignment seems to be passing all test cases in the notebook, but autograder shows the grade as 0
Could not seem to find the compile error
Auto grader output
Hey ,
Ya checked out the post on general errors as well as tried to find any specific solution.
The first one had happened because of a template code change and checked for others as well.
Did not find the solution for the problem though. Still persists
hey , changed my code to prediction_layer = tf.keras.layers.Dense(1,activation='linear') rather than prediction_layer = tf.keras.layers.Dense(1,activation='linear')(x) in prediction layer