Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnswerDotAI/ModernBERT
/ build_logger
Function
build_logger
main.py:181–185 ·
view source on GitHub ↗
(name, kwargs)
Source
from the content-addressed store, hash-verified
179
180
181
def
build_logger(name, kwargs):
182
if
name ==
"wandb"
:
183
return
WandBLogger(**kwargs)
184
else
:
185
raise
ValueError(f
"Not sure how to build logger: {name}"
)
186
187
188
def
build_scheduler(cfg):
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected