When going through Lab 5.1 without changing any of the content, when I run the cell to build the keras model, I receive an error 'Negative dimensions are not allowed' referring to the hyper-parameter: 'num_hidden_1 = 1000'.
hyper-parameters

build Keras model

error

I attempted adjusting the 'num_hidden_1 = 1000' in the hyper parameters with no success. Any value lower than '479' gives the error 'range exceeds valid bounds', while '480' gives an error of 'float division by zero' and any value between '481-1000' keeps the error of 'negative dimensions are not allowed'.
Is anyone else running into this issue?