|
48 | 48 | "input": torch.tensor([[[-1.0, 0.0, 1.0], [1.0, 0.0, -1.0]], [[0.0, 0.0, 0.0], [0.0, 0.0, 0.0]]]),
|
49 | 49 | "target": torch.tensor([[[1.0, 0.0, 0.0]], [[1.0, 1.0, 0.0]]]),
|
50 | 50 | },
|
51 |
| - 0.435035, |
| 51 | + 0.469964, |
52 | 52 | ],
|
53 | 53 | [ # shape: (2, 2, 3), (2, 1, 3)
|
54 | 54 | {"include_background": True, "to_onehot_y": True, "softmax": True, "smooth_nr": 1e-4, "smooth_dr": 1e-4},
|
55 | 55 | {
|
56 | 56 | "input": torch.tensor([[[-1.0, 0.0, 1.0], [1.0, 0.0, -1.0]], [[0.0, 0.0, 0.0], [0.0, 0.0, 0.0]]]),
|
57 | 57 | "target": torch.tensor([[[1.0, 0.0, 0.0]], [[1.0, 1.0, 0.0]]]),
|
58 | 58 | },
|
59 |
| - 0.3837, |
| 59 | + 0.414507, |
60 | 60 | ],
|
61 | 61 | [ # shape: (2, 2, 3), (2, 1, 3)
|
62 | 62 | {
|
|
71 | 71 | "input": torch.tensor([[[-1.0, 0.0, 1.0], [1.0, 0.0, -1.0]], [[0.0, 0.0, 0.0], [0.0, 0.0, 0.0]]]),
|
72 | 72 | "target": torch.tensor([[[1.0, 0.0, 0.0]], [[1.0, 1.0, 0.0]]]),
|
73 | 73 | },
|
74 |
| - 1.5348, |
| 74 | + 0.829015, |
75 | 75 | ],
|
76 | 76 | [ # shape: (2, 2, 3), (2, 1, 3)
|
77 | 77 | {
|
|
86 | 86 | "input": torch.tensor([[[-1.0, 0.0, 1.0], [1.0, 0.0, -1.0]], [[0.0, 0.0, 0.0], [0.0, 0.0, 0.0]]]),
|
87 | 87 | "target": torch.tensor([[[1.0, 0.0, 0.0]], [[1.0, 1.0, 0.0]]]),
|
88 | 88 | },
|
89 |
| - [[[0.210949], [0.295351]], [[0.599976], [0.428522]]], |
| 89 | + [[[0.273476]], [[0.555539]]], |
90 | 90 | ],
|
91 | 91 | [ # shape: (2, 2, 3), (2, 1, 3)
|
92 | 92 | {"include_background": False, "to_onehot_y": True, "smooth_nr": 1e-8, "smooth_dr": 1e-8},
|
|
114 | 114 | "input": torch.tensor([[[0.0, 10.0, 10.0, 10.0], [10.0, 0.0, 0.0, 0.0]]]),
|
115 | 115 | "target": torch.tensor([[[1, 1, 0, 0]]]),
|
116 | 116 | },
|
117 |
| - 0.26669, |
| 117 | + 0.250023, |
118 | 118 | ],
|
119 | 119 | [ # shape: (2, 1, 2, 2), (2, 1, 2, 2)
|
120 | 120 | {"include_background": True, "other_act": torch.tanh, "smooth_nr": 1e-4, "smooth_dr": 1e-4},
|
|
136 | 136 | "input": torch.tensor([[[-1.0, 0.0, 1.0], [1.0, 0.0, -1.0]], [[0.0, 0.0, 0.0], [0.0, 0.0, 0.0]]]),
|
137 | 137 | "target": torch.tensor([[[1.0, 0.0, 0.0]], [[1.0, 1.0, 0.0]]]),
|
138 | 138 | },
|
139 |
| - -8.55485, |
| 139 | + -0.097833, |
140 | 140 | ],
|
141 | 141 | ]
|
142 | 142 |
|
|
0 commit comments