m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/counting_big.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/counting_big.py')
-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)