Choose LearningRateMonitor file name
|
|
1
|
283
|
May 5, 2023
|
EarlyStopping can't access learning rate logs from LearningRateMonitor
|
|
4
|
933
|
April 23, 2023
|
Checkpointing and Restoring
|
|
0
|
234
|
April 7, 2023
|
Pytorch Lightning cli : modify callback
|
|
1
|
920
|
April 6, 2023
|
Creating torch.Tensor in callback does not use pl_module.device by default
|
|
3
|
452
|
March 29, 2023
|
Pl_module vs trainer.model in Callbacks
|
|
1
|
766
|
March 27, 2023
|
The actual meaning of the len(batch) in lightning callback
|
|
1
|
266
|
March 21, 2023
|
How to save model when using pytorch lightning and hugging face transformer
|
|
1
|
1806
|
March 4, 2023
|
How to customize progress bar in test mode?
|
|
0
|
400
|
January 24, 2023
|
LightningModule load_from_checkpoint vs Trainer resume_from_checkpoint
|
|
1
|
2196
|
January 23, 2023
|
Why my pl save checkpoint into a directory
|
|
3
|
1810
|
December 10, 2022
|
Loading best checkpoint throws error
|
|
2
|
682
|
December 5, 2022
|
Metrics or Callbacks?
|
|
5
|
3209
|
November 14, 2022
|
How to access all validation predictions
|
|
0
|
829
|
August 23, 2022
|
Checkpoints are overwritten automatically
|
|
1
|
1497
|
February 7, 2022
|
ModelCheckpoint filename
|
|
2
|
1483
|
February 7, 2022
|
Save checkpoint without overwrite
|
|
1
|
590
|
January 29, 2022
|
Accessing available values to monitor when saving checkpoints
|
|
1
|
721
|
January 29, 2022
|
wandb_logger.watch(log_graph=True/False) not working
|
|
1
|
580
|
January 29, 2022
|
Retrieve callback_metric dictionary
|
|
0
|
799
|
August 21, 2021
|
Validate when the training_loss reaches new low, and save the model according to the validation_loss
|
|
0
|
647
|
August 11, 2021
|
Monitored metric from ModelCheckpoint does not match metric from val_epoch_end
|
|
0
|
2484
|
June 21, 2021
|
Logging on a callback not working as expected
|
|
1
|
3117
|
February 22, 2021
|
Multiple Validation Dalatoders
|
|
1
|
1026
|
February 22, 2021
|
Input shape issue with pl_bolts.callbacks.variational.LatentDimInterpolator
|
|
1
|
928
|
February 22, 2021
|
Read input batch in callback
|
|
1
|
926
|
February 22, 2021
|
Unable to save optimized checkpoints (tried both pl.EvalResult and checkpoint_callback)
|
|
1
|
1651
|
February 22, 2021
|
Strange error with early stopping
|
|
1
|
4175
|
February 22, 2021
|
Epoch end hook in callback
|
|
1
|
2451
|
February 15, 2021
|
Understanding different values of training/validation loss in callback_metrics dictionary
|
|
3
|
4692
|
January 11, 2021
|