MCPcopy
hub / github.com/alibaba/EasyCV / norm

Method norm

easycv/models/utils/conv_module.py:152–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

150
151 @property
152 def norm(self):
153 return getattr(self, self.norm_name)
154
155 def init_weights(self):
156 if not hasattr(self.conv, 'init_weights'):

Callers 15

forwardMethod · 0.95
_fix_forward_featuresFunction · 0.80
forwardMethod · 0.80
_calc_distancesFunction · 0.80
stepMethod · 0.80
stepMethod · 0.80
lidar_nusc_box_to_globalFunction · 0.80
forwardMethod · 0.80
forwardMethod · 0.80
forward_featuresMethod · 0.80
forwardMethod · 0.80
legacy_forwardMethod · 0.80

Calls

no outgoing calls

Tested by 8

mp_vs_ddp_mainFunction · 0.64
mp_mainFunction · 0.64
baseline_mainFunction · 0.64
_run_baseline_train_mainFunction · 0.64
_run_mp_train_mainFunction · 0.64
_run_baseline_trainMethod · 0.64
_run_mp_1gpu_trainMethod · 0.64