Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR: Fix Mel Roformer regression, add integration coverage, bump version to 0.38.1
Fix: Restore Mel Roformer model loading broken in v0.38.0.
MelBandRoformer(removedfmin,fmax,mel_scale).mask_estimator_depth, STFT and multi-STFT settings,match_input_audio_length) when present.RuntimeError,ValueError,TypeError), instantiate model from original config (config['model']if nested) and load checkpoint state_dict directly, then.to(device).eval().Tests: Add Mel model to integration suite and commit reference artifacts.
tests/integration/test_cli_integration.py: add("mel_band_roformer_karaoke_aufr33_viperx_sdr_10.1956.ckpt", ["mardy20s_(Instrumental)_mel_band_roformer_karaoke_aufr33_viperx_sdr_10.flac", "mardy20s_(Vocals)_mel_band_roformer_karaoke_aufr33_viperx_sdr_10.flac"])tests/inputs/and reference images intests/inputs/reference/.Version: Bump
pyproject.tomlversion to0.38.1.Rationale
Impact and compatibility
Follow-ups (not included here)