Commit 9e16c3c
Avishek Goswami
Fix shape mismatches and remove dead code in MSE vs MinMax tests
- Fix tensor shape mismatch: use tensor directly instead of tensor.T
- Fix weight_tensor shape mismatch: use weight_tensor directly instead of weight_tensor.T
- Remove unused weights variable in test_mse_vs_minmax_extreme_values
Signed-off-by: Avishek Goswami <avishek.goswami@ibm.com>1 parent 5352b1c commit 9e16c3c
1 file changed
+4
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | 205 | | |
213 | 206 | | |
214 | 207 | | |
| |||
289 | 282 | | |
290 | 283 | | |
291 | 284 | | |
292 | | - | |
| 285 | + | |
293 | 286 | | |
294 | | - | |
| 287 | + | |
295 | 288 | | |
296 | 289 | | |
297 | 290 | | |
| |||
0 commit comments