What is the cause of this error? I am creating a model with PyTorch Lightning.
Traceback (most recent call last): File "classic.py", line 32, in pl.seed_everything(42) NameError: name 'pl' is not defined
What is the cause of this error? I am creating a model with PyTorch Lightning.
Traceback (most recent call last): File "classic.py", line 32, in pl.seed_everything(42) NameError: name 'pl' is not defined