Fix the initialization of GMMMachine
2 unresolved threads
2 unresolved threads
Added super().__init__()
, allowing inheriting classes to call super().init() on multiple parents.
Merge request reports
Activity
assigned to @ydayer
505 506 self.weights = weights 506 507 self.map_alpha = map_alpha 507 508 self.map_relevance_factor = map_relevance_factor 509 super().__init__(**kwargs) changed this line in version 2 of the diff
183 183 Second order statistic 184 184 """ 185 185 186 186 def __init__(self, n_gaussians: int, n_features: int) -> None: changed this line in version 3 of the diff
enabled an automatic merge when the pipeline for e15df5dd succeeds
mentioned in commit f8a7d3dc
Please register or sign in to reply