Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/chenfei-wu/TaskMatrix
/ seed_everything
Function
seed_everything
visual_chatgpt.py:141–146 ·
view source on GitHub ↗
(seed)
Source
from the content-addressed store, hash-verified
139
140
141
def
seed_everything(seed):
142
random.seed(seed)
143
np.random.seed(seed)
144
torch.manual_seed(seed)
145
torch.cuda.manual_seed_all(seed)
146
return
seed
147
148
149
def
prompts(name, description):
Callers
8
inference
Method · 0.85
inference
Method · 0.85
inference
Method · 0.85
inference
Method · 0.85
inference
Method · 0.85
inference
Method · 0.85
inference
Method · 0.85
inference
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected