Skip to content
Snippets Groups Projects
Commit 2209e855 authored by Anjith GEORGE's avatar Anjith GEORGE
Browse files

Add sigmoid in train and eval

parent 3b8973f5
No related branches found
No related tags found
1 merge request!20Mccn trainer
Pipeline #26768 passed
...@@ -253,9 +253,7 @@ class MCCNNv2(nn.Module): ...@@ -253,9 +253,7 @@ class MCCNNv2(nn.Module):
output = self.linear2fc(output) output = self.linear2fc(output)
if self.training: output=nn.Sigmoid()(output)
output=nn.Sigmoid()(output)
return output return output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment