MCPcopy Create free account
hub / github.com/Tencent/digitalhuman / mean

Function mean

SWF/src/baseline.py:29–30  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

27set_seed(42)
28
29def mean(arr):
30 return sum(arr) / len(arr)
31
32if __name__ == '__main__':
33 parser = argparse.ArgumentParser()

Callers 1

baseline.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected