MCPcopy Create free account
hub / github.com/AkaliKong/MiniOneRec / get_hash

Function get_hash

evaluate.py:24–26  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

22import numpy as np
23
24def get_hash(x):
25 x = [str(_) for _ in x]
26 return '-'.join(x)
27
28def set_seed(seed):
29 random.seed(seed)

Callers 3

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected