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

Possibly missing __dict__ in the Projector class' constructor #17

Open
Sri-Harsha opened this issue Jul 5, 2022 · 0 comments
Open

Possibly missing __dict__ in the Projector class' constructor #17

Sri-Harsha opened this issue Jul 5, 2022 · 0 comments

Comments

@Sri-Harsha
Copy link

Sri-Harsha commented Jul 5, 2022

While loading the pretrained weights of the ST2VecEncoder, I had to replace **conv_cfg_i with **conv_cfg_i.__dict__ in __init__ of the Projector class (SPIRAL/nemo/collections/asr/parts/spec2vec.py). Doing this allowed me to load all the weights and match the keys successfully -- nonetheless, i was curious to know if I was missing any installation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant