-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
the _init_complete() method is causing serious problems, do have it removed.
Consider to use a build() method which is required to be called after the model is defined. The method can recursively call a method in each individual layer class.
Each method in a class should be inherited independently, i.e., there should be no super() in any method of a subclass which is calling a parent class method with a different name. That makes things cleaner, less likely to hide weird bugs.
Metadata
Metadata
Assignees
Labels
No labels