Dual-Path-RNN-Pytorch icon indicating copy to clipboard operation
Dual-Path-RNN-Pytorch copied to clipboard

Pre-Trained Model Loading Error

Open renchrollo opened this issue 1 year ago • 1 comments

Hello JusperLee,

The required keys in the state.dict for the model don't match the keys provided when loading the pre-trained model weights (best.pt). Is there a fix?

Ex. "separation.conv1d_list.0.conv1x1.weight" (actual) vs. "separation.conv1d_list.0.0.conv1x1.weight" (expected)

renchrollo avatar Sep 16 '24 19:09 renchrollo