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

Function match_name_keywords

util/get_param_dicts.py:6–12  ·  view source on GitHub ↗
(n: str, name_keywords: list)

Source from the content-addressed store, hash-verified

4
5
6def match_name_keywords(n: str, name_keywords: list):
7 out = False
8 for b in name_keywords:
9 if b in n:
10 out = True
11 break
12 return out
13
14
15def get_param_dict(args, model_without_ddp: nn.Module):

Callers 1

get_param_dictFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected