steveheh commited on
Commit
97f00f3
·
verified ·
1 Parent(s): 2b9b5d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -101,7 +101,7 @@ python <NeMo Root>/examples/asr/asr_ctc/speech_to_text_ctc_bpe.py \
101
  exp_manager.wandb_logger_kwargs.name="<Name of experiment>" \
102
  exp_manager.wandb_logger_kwargs.project="<Name of project>"
103
  ```
104
- More details can be found at [maybe_init_from_pretrained_checkpoint()](https://github.com/NVIDIA/NeMo/blob/main/nemo/core/classes/modelPT.py#L1236).
105
 
106
  ### Using NEST as Frozen Feature Extractor
107
  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.
 
101
  exp_manager.wandb_logger_kwargs.name="<Name of experiment>" \
102
  exp_manager.wandb_logger_kwargs.project="<Name of project>"
103
  ```
104
+ More details can be found at [maybe_init_from_pretrained_checkpoint()](https://github.com/NVIDIA/NeMo/blob/main/nemo/core/classes/modelPT.py#L1251).
105
 
106
  ### Using NEST as Frozen Feature Extractor
107
  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.