Fix the initialization of GMMMachine
Added super().__init__()
, allowing inheriting classes to call super().init() on multiple parents.
Merge request reports
Activity
Please register or sign in to reply
Added super().__init__()
, allowing inheriting classes to call super().init() on multiple parents.