Spaces:
Running
Running
Update AV/config/config_test_general.py
Browse files
AV/config/config_test_general.py
CHANGED
|
@@ -130,8 +130,8 @@ use_av_cross = False
|
|
| 130 |
use_high_semantic = False
|
| 131 |
lambda_high = 1 # A,V,Vessel
|
| 132 |
|
| 133 |
-
# use global semantic
|
| 134 |
-
use_global_semantic =
|
| 135 |
global_warmup_step = 0 if use_pretrained_G else 5000
|
| 136 |
|
| 137 |
|
|
|
|
| 130 |
use_high_semantic = False
|
| 131 |
lambda_high = 1 # A,V,Vessel
|
| 132 |
|
| 133 |
+
# use global semantic in local, huggingface set false
|
| 134 |
+
use_global_semantic = False
|
| 135 |
global_warmup_step = 0 if use_pretrained_G else 5000
|
| 136 |
|
| 137 |
|