Paul Maevskikh
Results
2
issues of
Paul Maevskikh
Given: ```python import wrapt class A: def __init__(self, value): self.value = value class B(wrapt.ObjectProxy): def __init__(self, wrapped): super().__init__(wrapped) self._self_wvalue = 42 a = A(1234) print(vars(a)) # {'value': 1234} b =...
fixed: pruning can be applied only to layer named as "fc8"