Update implement.py
Browse files- implement.py +2 -2
implement.py
CHANGED
|
@@ -16,8 +16,8 @@ import os
|
|
| 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
|
|
|
|
| 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
|