-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redimnet #355
Comments
The configuration and code have been added, but the pretrained model is not currently supported. I only have initial results, and we may update the pretrained models in the future. For now, you can try training with different configurations. |
Thank you for your reply! |
Hello @wsstriving , Thank you for providing the training code for Redimnet. While training the Redimnet model, I encountered the following error: `................................. ERROR:torch.distributed.elastic.multiprocessing.api:failed (exitcode: 1) local_rank: 0 (pid: 9961) of binary: /home/anaconda3/envs/3D/bin/python However, after commenting out lines 155 to 157 in https://github.com/wenet-e2e/wespeaker/blob/master/wespeaker/bin/train.py (which skips exporting the init.zip file), the model was able to train successfully. Could you please explain what it means when exporting init.zip fails? Does this indicate that the Redimnet model cannot be exported to ONNX as well? Thank you! |
I forgot to mention that the current implementation does not meet the requirement for |
Hi, is there any progress/plans on supporting finetuning from official checkpoints? At initialization, I see the following warnings. This clearly indicates some missing or unexpected parameters.
|
Hi, is there a workable pretraind redimnet model can be used ? |
I can see Redimnet in your code (redimnet.py), but there is no mention aboutr redimnet in pretrained model readme.md or docs.
Is it able to use redimnet?
The text was updated successfully, but these errors were encountered: