openspeech-team / openspeech

Open-Source Toolkit for End-to-End Speech Recognition leveraging PyTorch-Lightning and Hydra.
https://openspeech-team.github.io/openspeech/
MIT License
670 stars 112 forks source link

Importing lightning correctly #200

Closed pfeatherstone closed 6 months ago

pfeatherstone commented 1 year ago

Environment info

Information

It would be great if this repo imported the new Pytorch Lightning module as follows: import lightning instead of import pytorth_lightning

upskyy commented 6 months ago

The code was written in pytorch-lightning==1.14.0.

We should version up this code.