kuielab / sdx23

Sound Demixing Challenge 2023
MIT License
73 stars 8 forks source link

min_mean_abs for mdx_C #6

Closed KimberleyJensen closed 1 year ago

KimberleyJensen commented 1 year ago

For mdx_AB and cdx_A you used

if np.abs(source).mean() >= self.min_mean_abs: # remove quiet chunks break

But this code isn't in the mdx_C branch, please can you tell me if you found that this made the mdx_C training performance worse or if there was a reason why you didn't use it for mdx_C?

Thank you :relaxed:

rlaalstjr47 commented 1 year ago

Hi,

Removing quiet chunks didn't effect mdx_C models. SDR difference was less than 0.01dB I think.