weidai00 commited on
Commit
b20df59
·
verified ·
1 Parent(s): 469c24c

Update AV/config/config_test_general.py

Browse files
Files changed (1) hide show
  1. AV/config/config_test_general.py +2 -2
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 = True
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