NeMo raises LightningNotInstalledException #10812
Unanswered
SeniorGlassMaster
asked this question in
code help: NLP / ASR / TTS
Replies: 1 comment
-
the issue is coming from the NeMo package. Mind raising an issue there? |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
actually, pytorch_lightning, hydra, and omegaconf are already installed, and import nemo.collections.asr as nemo_asr is no issues, however, while run vad_model = nemo_asr.models.EncDecClassificationModel(cfg=config.model, trainer=trainer) failed. No similar bug can be found.
it is weird, i can not understand.
has anyone konw how to solve it?
Beta Was this translation helpful? Give feedback.
All reactions