diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/counting_big.py | 1 |
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) |