Spaces:
Running
Running
fix a bug in metauas
Browse files- 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":
|