You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When running the notebook 11.multi-label-text-classification-with-bert.ipynb
I encounter the following error...
pytorch_lightning.utilities.exceptions.MisconfigurationException: ModelCheckpoint(monitor='val_loss') not found in the returned metrics: ['train_loss']. HINT: Did you call self.log('val_loss', tensor) in the LightningModule?
Do you know how I could fix this?
The text was updated successfully, but these errors were encountered:
Hi,
When running the notebook 11.multi-label-text-classification-with-bert.ipynb
I encounter the following error...
pytorch_lightning.utilities.exceptions.MisconfigurationException: ModelCheckpoint(monitor='val_loss') not found in the returned metrics: ['train_loss']. HINT: Did you call self.log('val_loss', tensor) in the LightningModule?
Do you know how I could fix this?
The text was updated successfully, but these errors were encountered: