Description
I followed the instructions from #46 and #23 to download the sam-audio-judge model from the sam_audio branch, but I'm still getting errors.
First, I encountered:
TypeError: SAMAudioJudgeConfig.__init__() got an unexpected keyword argument 'dac_vae_encoder'
After adding **kwargs to SAMAudioJudgeConfig.__init__() to bypass this, I now get:
RuntimeError: Error(s) in loading state_dict for SAMAudioJudgeModel:
Missing key(s) in state_dict: "data_proj.weight", "data_proj.bias", "audio_codec.encoder.block.0.bias", ...
Steps to Reproduce
- Clone the
sam-audio repo (main branch)
- Download
facebook/sam-audio-judge with --revision sam_audio
- Run inference with sam-audio-large
Environment
- Python: 3.11
- sam-audio: Installed from source (main branch)
- Model: facebook/sam-audio-judge (sam_audio branch, downloaded on Feb 3, 2026)
Question
It seems the sam_audio branch of facebook/sam-audio-judge has been updated and is no longer compatible with the current codebase.
- Is there an older version of the
sam-audio-judge weights that works with the current code?
- Or is there an updated version of the code that works with the new weights?
Thank you!
Description
I followed the instructions from #46 and #23 to download the
sam-audio-judgemodel from thesam_audiobranch, but I'm still getting errors.First, I encountered:
After adding
**kwargstoSAMAudioJudgeConfig.__init__()to bypass this, I now get:Steps to Reproduce
sam-audiorepo (main branch)facebook/sam-audio-judgewith--revision sam_audioEnvironment
Question
It seems the
sam_audiobranch offacebook/sam-audio-judgehas been updated and is no longer compatible with the current codebase.sam-audio-judgeweights that works with the current code?Thank you!