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
to keep memory requirement in O(n^2) rather than O(n!), better to adapt FLoss and TLoss to accommodate dim parameters to allow permutations to be evaluated in parallel
the way some loss fns are currently implemented (e.g. the sdr-combination loss in sdr_loss) are bound to specific shapes and numbers of targets, so either I refactor all these to accommodate the general PIT wrapper, or I scrap the wrapper approach and just hard-code PIT variants of loss functions we're interested in
For bleeding/label noise tracks
The text was updated successfully, but these errors were encountered: