nn.Module: the normalization layer named "norm1"
(self)
| 533 | |
| 534 | @property |
| 535 | def norm1(self): |
| 536 | """nn.Module: the normalization layer named "norm1" """ |
| 537 | return getattr(self, self.norm1_name) |
| 538 | |
| 539 | def _make_stem_layer(self, in_channels, stem_channels): |
| 540 | if self.deep_stem: |
no outgoing calls
no test coverage detected