Skip to content

Commit

Permalink
Formatting check with monai
Browse files Browse the repository at this point in the history
DCO Remediation Commit for Balamurali <[email protected]>

I, Balamurali <[email protected]>, hereby add my Signed-off-by to this commit: bc6b995

Signed-off-by: Balamurali <[email protected]>
  • Loading branch information
Bala93 committed Aug 5, 2024
1 parent 51e15fe commit 3a00aec
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions tests/test_nacl_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,8 @@
targets = (torch.tensor([[[1, 1, 1, 1], [1, 1, 1, 0], [0, 0, 0, 0], [0, 0, 0, 0]]]),)

TEST_CASES = [
[
{"classes": 3, "dim": 2},
{
"inputs": inputs,
"targets": targets,
},
1.1820,
],
[
{"classes": 3, "dim": 2, "kernel_ops": "gaussian"},
{
"inputs": inputs,
"targets": targets,
},
1.1850,
],
[{"classes": 3, "dim": 2}, {"inputs": inputs, "targets": targets}, 1.1820],
[{"classes": 3, "dim": 2, "kernel_ops": "gaussian"}, {"inputs": inputs, "targets": targets}, 1.1850],
[
{"classes": 3, "dim": 3, "kernel_ops": "gaussian"},
{
Expand Down

0 comments on commit 3a00aec

Please sign in to comment.