MCPcopy 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
112def fix_seed(seed=7):
113 random.seed(seed)
114 np.random.seed(seed)
115 torch.manual_seed(seed)
116
117
118def search_for_max_iteration(folder):

Callers 7

eval.pyFile · 0.90
rap.pyFile · 0.90
render.pyFile · 0.85
gs.pyFile · 0.85
refine.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected