-
Notifications
You must be signed in to change notification settings - Fork 140
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
error while runing score.sh in aishell #241
Comments
I quantize the model using pytorch 1.3,it seems to be successful.When i run score.sh using pytorch 1.3,it gives the error message above,maybe someting wrong happen in the dataload stage.Then i run score.sh using pytorch 1.0.1,it gives the following error message: |
@lfgogogo Quantization is one of the milestones in this framework. Could you please consider sending a PR? |
Of course.I am not sure about the kind you say. I quantize the model.epoch-25 and the model-avg10 using pytorch1.3 has the quantization module,when i use the quantized model to evaluate,it gives errors above. |
I can't login in github on the pycharm,so i can't pull request now,sorry for that. argv=[] #1、using pytorch1.3 quantized_model_path='a path' #2、using distiller quantizer = PostTrainLinearQuantizer(model) quantizer.prepare_model() apputils.save_checkpoint(0, 'model', model, optimizer=None, |
error message:./score.sh:line 64: 841Segmentation fault (core dumped) CUDA_VISIBLE_DEVICES=${gpu} ${NEURALSP_ROOT}/neural_sp/bin/asr/eval.py......
When i ran score.sh,it crashed without giving exact error.
How to solve it?
The text was updated successfully, but these errors were encountered: