m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-05-03 18:40:14 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-05-03 18:40:14 +0200
commitd751848090334d0802304d4bf1edb676d2a7f107 (patch)
tree456dc613a02b9ace57ee35d57ad1e059e7ee9cda
parent4c4c34c41ec7235202ba86933ef9eb8840d6e1ec (diff)
Remove newline
-rw-r--r--src/counting_big.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/counting_big.py b/src/counting_big.py
index a5fb80c..747c1c7 100644
--- a/src/counting_big.py
+++ b/src/counting_big.py
@@ -21,7 +21,6 @@ def target_transform(labels):
new_labels[offset] = 1
return new_labels
-
def loss_function(output, target):
return F.binary_cross_entropy(output, target)