File size: 137 Bytes
d4ebf73
 
 
 
 
1
2
3
4
5
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])