Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tsinghua-fib-lab
/
MFLP
like
4
Runtime error
App
Files
Files
Community
1
8ad6835
MFLP
/
data.py
苏泓源
test
ef007f9
10 months ago
raw
Copy download link
history
blame
Safe
115 Bytes
import
numpy
as
np
data = np.arange(
100
).reshape(
1
,
100
)
print
(np.array_str(data))
np.save(
'data.npy'
, data)