Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/drinkingcoder/FlowFormer-Official
/ get_cfg
Function
get_cfg
configs/default.py:65–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
_CN.trainer.epsilon = 1e-8
64
_CN.trainer.anneal_strategy =
'linear'
65
def
get_cfg():
66
return
_CN.clone()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected