Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
harshm121
/
M3L
like
0
Runtime error
App
Files
Files
Community
main
M3L
/
utils
/
constants.py
harshm121
Working demo
d4ebf73
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
137 Bytes
import
numpy
as
np
class
Constants
:
pytorch_mean = np.array([
0.485
,
0.456
,
0.406
])
pytorch_std = np.array([
0.229
,
0.224
,
0.225
])