Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
def
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
15
def
get_param_dict(args, model_without_ddp: nn.Module):
Callers
1
get_param_dict
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected