raja5259 commited on
Commit
02e79de
1 Parent(s): d5b4d1f

added captions_path to py

Browse files
Files changed (1) hide show
  1. s23_openai_clip.py +1 -0
s23_openai_clip.py CHANGED
@@ -46,6 +46,7 @@ from transformers import DistilBertModel, DistilBertConfig, DistilBertTokenizer
46
  """
47
 
48
  image_path = "./Images"
 
49
 
50
  class CFG:
51
  debug = False
 
46
  """
47
 
48
  image_path = "./Images"
49
+ captions_path = "."
50
 
51
  class CFG:
52
  debug = False