Skip to content

New Lightning Import Conventions

Compare
Choose a tag to compare
@jxtngx jxtngx released this 03 Jan 21:54

This release updates the project to remove instances of import pytorch_lightning as pl in favor of import lightning as L and from lightning.pytorch import some_module_name.