weidai00 commited on
Commit
a66f562
·
verified ·
1 Parent(s): 1088f5d

Update AV/config/config_test_general.py

Browse files
Files changed (1) hide show
  1. AV/config/config_test_general.py +1 -1
AV/config/config_test_general.py CHANGED
@@ -131,7 +131,7 @@ use_high_semantic = False
131
  lambda_high = 1 # A,V,Vessel
132
 
133
  # use global semantic
134
- use_global_semantic = False
135
  global_warmup_step = 0 if use_pretrained_G else 5000
136
 
137
 
 
131
  lambda_high = 1 # A,V,Vessel
132
 
133
  # use global semantic
134
+ use_global_semantic = True
135
  global_warmup_step = 0 if use_pretrained_G else 5000
136
 
137