(self, **kwargs)
| 641 | raise Exception("please change net.print_all_layers --> print(net)") |
| 642 | |
| 643 | def count_params(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") |
no outgoing calls