(self)
| 49 | non_conflict = non_conflict |
| 50 | replacable = replacable |
| 51 | def __init__(self): |
| 52 | super(BaseMixin, self).__init__() |
| 53 | # define new params |
| 54 | |
| 55 | def reinit(self, parent_model=None): |
| 56 | # reload the initial params from previous trained modules |