steveheh commited on
Commit
770a22d
·
verified ·
1 Parent(s): 597de9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -100,7 +100,7 @@ python <NeMo Root>/examples/asr/asr_ctc/speech_to_text_ctc_bpe.py \
100
  exp_manager.wandb_logger_kwargs.name="<Name of experiment>" \
101
  exp_manager.wandb_logger_kwargs.project="<Name of project>"
102
  ```
103
- More details can be found at [maybe_init_from_pretrained_checkpoint()](https://github.com/NVIDIA/NeMo/blob/main/nemo/core/classes/modelPT.py#L1236).
104
 
105
  ### Using NEST as Frozen Feature Extractor
106
  NEST can also be used as a frozen feature extractor for downstream tasks. For example, in the case of speaker verification, embeddings can be extracted from different layers of the NEST model, and a learned weighted combination of those embeddings can be used as input to the speaker verification model.
 
100
  exp_manager.wandb_logger_kwargs.name="<Name of experiment>" \
101
  exp_manager.wandb_logger_kwargs.project="<Name of project>"
102
  ```
103
+ More details can be found at [maybe_init_from_pretrained_checkpoint()](https://github.com/NVIDIA/NeMo/blob/main/nemo/core/classes/modelPT.py#L1251).
104
 
105
  ### Using NEST as Frozen Feature Extractor
106
  NEST can also be used as a frozen feature extractor for downstream tasks. For example, in the case of speaker verification, embeddings can be extracted from different layers of the NEST model, and a learned weighted combination of those embeddings can be used as input to the speaker verification model.