Update config.py
Browse files
config.py
CHANGED
@@ -2,7 +2,7 @@ import torch
|
|
2 |
|
3 |
lr = 1e-5
|
4 |
|
5 |
-
path = '
|
6 |
save_path = '/home/ryn_mote/Misc/vlm_with_pooled_for_text_genrec/inter-est_CLIP_aesth'
|
7 |
|
8 |
epochs = 1
|
|
|
2 |
|
3 |
lr = 1e-5
|
4 |
|
5 |
+
path = './weights_CLIP_aesth_7000'
|
6 |
save_path = '/home/ryn_mote/Misc/vlm_with_pooled_for_text_genrec/inter-est_CLIP_aesth'
|
7 |
|
8 |
epochs = 1
|