Skip to content

Commit 75f5610

Browse files
committed
Remove unreachable code in hard_tanh_layer, closes #453
1 parent 30a4ce4 commit 75f5610

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/fdeep/layers/hard_tanh_layer.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ namespace internal {
3434
return x;
3535
},
3636
in_vol);
37-
return transform_tensor(hard_sigmoid_activation, in_vol);
3837
}
3938
};
4039

0 commit comments

Comments
 (0)