We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6d7b0 commit 40539f6Copy full SHA for 40539f6
mostlyai/engine/_tabular/argn.py
@@ -428,7 +428,6 @@ def forward(self, x) -> list[torch.Tensor]:
428
xs = torch.cat(list(embeddings.values()), dim=-1)
429
for compressor_layer in self.get():
430
xs = compressor_layer(xs)
431
- xs = torch.relu(xs)
432
xs = self.dropout(xs)
433
flat_context = [xs]
434
return flat_context
0 commit comments