ValueError: transformers.__spec__ is None #12709
Unanswered
abrh119
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
try updating your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
why does this keep on repeating every time i try to run this?
`!pip install git+https://github.com/PyTorchLightning/pytorch-lightning
!pip install --upgrade pytorch-lightning
print(pl.version)
import pytorch_lightning as pl
from pytorch_lightning.metrics.functional import accuracy, f1, auroc
from pytorch_lightning.callbacks import ModelCheckpoint, EarlyStopping
from pytorch_lightning.loggers import TensorBoardLogger`
Beta Was this translation helpful? Give feedback.
All reactions