Commit d0efb62
authored
Fix: swap input_amplitude and target_amplitude in JukeboxLoss.forward
Fixes #8820 - input_amplitude was incorrectly computed from `target` and target_amplitude from `input`. Corrected to match semantic meaning and standard forward(input, target) convention.
Signed-off-by: Zeeshan Modi <92383127+Zeesejo@users.noreply.github.com>1 parent cc92126 commit d0efb62
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments