update documentation
Calling the parent constructor is needed, otherwise it will fail with the following error: RuntimeError: It looks like you are subclassing `Model` and you forgot to call `super(YourClass, self).__init__()`. Always start with this line. PiperOrigin-RevId: 207823589
Loading
Please sign in to comment