MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / key_select_function

Function key_select_function

models/aios/backbones/backbone.py:191–196  ·  view source on GitHub ↗
(keyname)

Source from the content-addressed store, hash-verified

189 from collections import OrderedDict
190
191 def key_select_function(keyname):
192 if 'head' in keyname:
193 return False
194 if args.dilation and 'layers.3' in keyname:
195 return False
196 return True
197
198 _tmp_st = OrderedDict({
199 k: v

Callers 1

build_backboneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected