sara
sara
I tried to load model by `nemo.collections.asr.EncDecRNNTBPEModel.restore_from()` method. and also I tried to load the model by using several versions of Nemo such as 1.7.2, 1.8.2, and 1.9.0. But I...
thank you. sure, of course. decoder config was: ``` decoder: _target_: nemo.collections.asr.modules.RNNTDecoder normalization_mode: null random_state_sampling: false blank_as_pad: true prednet: pred_hidden: ${model.model_defaults.pred_hidden}=640 pred_rnn_layers: 2 t_max: null dropout: 0.2 rnn_hidden_size: 2048 joint:...
oh, thank you. it loaded and worked. but i used your repository config: `https://github.com/NVIDIA/NeMo/blob/main/examples/asr/conf/lstm/lstm_transducer_bpe.yaml ` and if you check it, the rnn_hidden_size has been set to 2048. so please update...
I didn't modify config file. and I checked 1.10.0 tag of your repository and it was the same as the main branch and then, I used it.
yes, thank you very much.