From d751848090334d0802304d4bf1edb676d2a7f107 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 3 May 2021 18:40:14 +0200 Subject: Remove newline --- src/counting_big.py | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3