SunderAli17 commited on
Commit
f3ef84c
1 Parent(s): be77888

Create constants.py

Browse files
Files changed (1) hide show
  1. evaclip/constants.py +2 -0
evaclip/constants.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ OPENAI_DATASET_MEAN = (0.48145466, 0.4578275, 0.40821073)
2
+ OPENAI_DATASET_STD = (0.26862954, 0.26130258, 0.27577711)