Skip to content
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

Add multi_quantization to requirements.txt #464

Merged
merged 3 commits into from
Jul 7, 2022

Conversation

csukuangfj
Copy link
Collaborator

Someone reports the following error

./pruned_transducer_stateless6/export.py --jit=1
Traceback (most recent call last):
  File "./pruned_transducer_stateless6/export.py", line 52, in <module>
    from train import get_params, get_transducer_model
  File "/xxx/k2-fsa/icefall/egs/librispeech/ASR/pruned_transducer_stateless6/train.py", line 80, in <module>
    from model import Transducer
  File "/xxx/k2-fsa/icefall/egs/librispeech/ASR/pruned_transducer_stateless6/model.py", line 26, in <module>
    from quantization.prediction import JointCodebookLoss
ModuleNotFoundError: No module named 'quantization'

and he tries to use

pip install quantization

but failed.

This PR fixes that.

@csukuangfj csukuangfj merged commit 8761452 into k2-fsa:master Jul 7, 2022
@csukuangfj csukuangfj deleted the fix-requirements branch July 7, 2022 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant