diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-05-03 18:40:14 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-05-03 18:40:14 +0200 |
commit | d751848090334d0802304d4bf1edb676d2a7f107 (patch) | |
tree | 456dc613a02b9ace57ee35d57ad1e059e7ee9cda /src | |
parent | 4c4c34c41ec7235202ba86933ef9eb8840d6e1ec (diff) |
Remove newline
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) |