Hello,
What is the role of calling the super().build(input_shape) method in the last line of the definition of the build function inside the SimpleDense class in Week 3’s Lab 3? There is no explanation given in the video. When defining the SimpleDense class without activation in Lab 2, the aforementioned call was not included. I also tried to run Lab 3 after commenting out this statement, and it seems to have no effect on the outcome of the training.
Best,
Istvan