Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ai4ce/RAP
/ fix_seed
Function
fix_seed
utils/general_utils.py:112–115 ·
view source on GitHub ↗
(seed=7)
Source
from the content-addressed store, hash-verified
110
111
112
def
fix_seed(seed=7):
113
random.seed(seed)
114
np.random.seed(seed)
115
torch.manual_seed(seed)
116
117
118
def
search_for_max_iteration(folder):
Callers
7
eval.py
File · 0.90
refine_iterative.py
File · 0.90
rap.py
File · 0.90
refine_matcher_only.py
File · 0.85
render.py
File · 0.85
gs.py
File · 0.85
refine.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected