SeemG commited on
Commit
4a5d321
·
verified ·
1 Parent(s): e9078d1

Update clip_model.py

Browse files
Files changed (1) hide show
  1. clip_model.py +1 -1
clip_model.py CHANGED
@@ -18,7 +18,7 @@ from transformers import DistilBertModel, DistilBertConfig, DistilBertTokenizer
18
 
19
  class CFG:
20
  debug = False
21
- image_path = "/flickr30k_images/flickr30k_images"
22
  captions_path = "."
23
  batch_size = 32
24
  num_workers = 2
 
18
 
19
  class CFG:
20
  debug = False
21
+ image_path = "./Images"
22
  captions_path = "."
23
  batch_size = 32
24
  num_workers = 2