You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the new parameter in config.inference, normalize, was added in this commit, logic was added to valid.py and inference.py to remove the normalization transformation from estimates. In train.py, the logic to transform mix was added, however, nothing was added for estimates.
When the new parameter in config.inference, normalize, was added in this commit, logic was added to valid.py and inference.py to remove the normalization transformation from
estimates
. In train.py, the logic to transformmix
was added, however, nothing was added forestimates
.Music-Source-Separation-Training/train.py
Lines 182 to 212 in 54bd725
Would this affect the SDR calculation in
sdr_val = sdr(references, estimates)[0]
?The text was updated successfully, but these errors were encountered: