(self, **kwargs)
| 644 | raise Exception("please change count_params --> count_weights") |
| 645 | |
| 646 | def print_params(self, **kwargs): |
| 647 | raise Exception("please change print_params --> print_weights") |
| 648 | |
| 649 | @property |
| 650 | def all_params(self): |
no outgoing calls