csgaobb commited on
Commit
c4c425b
·
1 Parent(s): 295f637

fix a bug in metauas

Browse files
Files changed (1) hide show
  1. metauas.py +1 -1
metauas.py CHANGED
@@ -179,7 +179,7 @@ class MetaUAS(pl.LightningModule):
179
  decoder_channels=decoder_channels,
180
  n_blocks= self.decoder_depth,
181
  attention_type="scse",
182
- num_coam_layers= num_alignment_layers,
183
  )
184
 
185
  elif self.decoder_name == "fpn":
 
179
  decoder_channels=decoder_channels,
180
  n_blocks= self.decoder_depth,
181
  attention_type="scse",
182
+ #num_coam_layers= num_alignment_layers,
183
  )
184
 
185
  elif self.decoder_name == "fpn":