Weihan Luo
Upload folder using huggingface_hub (#1)
360798d verified
raw
history blame
119 Bytes
import numpy as np
import sys
path = sys.argv[1]
print(path)
max = np.load(path)
print("The max is:\n")
print(max)