You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: