Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
weihan1
/
transientangelo_dataset
like
0
Modalities:
Image
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
Dask
Croissant
License:
apache-2.0
Dataset card
Viewer
Files
Files and versions
Community
4
b5aeb8c
transientangelo_dataset
/
load
/
captured
/
get_max.py
Weihan Luo
Upload folder using huggingface_hub (
#1
)
360798d
verified
4 months ago
raw
Copy download link
history
blame
Safe
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
)