ibrim commited on
Commit
d365dd7
1 Parent(s): eb8df1e

Update implement.py

Browse files
Files changed (1) hide show
  1. implement.py +2 -2
implement.py CHANGED
@@ -16,8 +16,8 @@ import os
16
 
17
  class CFG:
18
  debug = False
19
- image_path = "/raid/users/mohammadibrahim-st/TSAI/OpenAI-CLIP/Flicker-8k/Images"
20
- captions_path = "/raid/users/mohammadibrahim-st/TSAI/OpenAI-CLIP/Flicker-8k"
21
  batch_size = 30
22
  num_workers = 4
23
  head_lr = 1e-3
 
16
 
17
  class CFG:
18
  debug = False
19
+ image_path = "/"
20
+ captions_path = "/"
21
  batch_size = 30
22
  num_workers = 4
23
  head_lr = 1e-3