def has_weights(self, layer):
     from snntoolbox.parsing.utils import has_weights
     return has_weights(layer)
Example #2
0
 def has_weights(self, layer):
     return has_weights(layer)