MCPcopy Create free account
hub / github.com/GeWu-Lab/AnyTouch2 / init_head

Method init_head

model/linear_probe.py:212–213  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

210
211
212 def init_head(self):
213 trunc_normal_(self.head.weight, std=0.01)
214
215 def forward(self, x, sensor_type = None, return_feature = False):
216

Callers

nothing calls this directly

Calls 1

trunc_normal_Function · 0.85

Tested by

no test coverage detected