added captions_path to py
Browse files- 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
|