Gerald Cuder
Results
12
comments of
Gerald Cuder
trafficstars
The error in your code lies in the way you are calling the superclass's `__init__` method in your `MyModel` class. The `super().__init__` function should not take `self` as a parameter....
I created this related issue in the Tensorflow Repository https://github.com/tensorflow/tensorflow/issues/82529