MCPcopy Create free account
hub / github.com/M-Nauta/ProtoTree / num_layers

Method num_layers

features/densenet_features.py:170–171  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

168 return self.kernel_sizes, self.strides, self.paddings
169
170 def num_layers(self):
171 return self.n_layers
172
173 def __repr__(self):
174 template = 'densenet{}_features'

Callers 1

__repr__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected