About the LightningModule category
|
|
0
|
760
|
August 26, 2020
|
Save torchmetrics plots after logging them in LightningModule
|
|
0
|
3
|
August 10, 2024
|
Go pass the sanity check but get CUDA OUT OF MEMORY when in validation loop
|
|
0
|
95
|
April 4, 2024
|
Understanding self.log()
|
|
2
|
4211
|
March 22, 2024
|
LightningModule.train_dataloader()
|
|
4
|
390
|
March 20, 2024
|
Skip instances during training
|
|
2
|
539
|
March 17, 2024
|
Do I need to detach when using self.logger.experiment.add_scalars?
|
|
1
|
345
|
March 12, 2024
|
How to interactively run inference with a model in jupyter notebook created with lightningcli?
|
|
0
|
135
|
March 1, 2024
|
Where should I load the model checkpoint when using configure_model?
|
|
1
|
588
|
February 23, 2024
|
Save and restore persisted DataLoader states from checkpoint
|
|
0
|
143
|
February 21, 2024
|
Confusions about load_from_checkpoint() and save_hyperparameters()
|
|
1
|
263
|
January 21, 2024
|
ERROR:root:Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False
|
|
3
|
2234
|
January 7, 2024
|
How can I remove metric parameters from model?
|
|
0
|
197
|
January 5, 2024
|
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation
|
|
0
|
569
|
December 9, 2023
|
Mixed precision training (how to appropriately scale the manual gradient updates)
|
|
0
|
291
|
December 5, 2023
|
Size mismatch for model
|
|
1
|
883
|
October 26, 2023
|
Metrics not logged properly in PyTorch Lightning
|
|
1
|
758
|
October 22, 2023
|
ValueError: too many values to unpack (expected 3)
|
|
3
|
805
|
October 18, 2023
|
Question about recover nested model from checkpoint
|
|
0
|
560
|
October 17, 2023
|
Logging one value per epoch?
|
|
0
|
305
|
October 4, 2023
|
Load checkpoint with dynamically created model
|
|
0
|
147
|
September 12, 2023
|
Disabling autocast for certain modules
|
|
1
|
470
|
September 1, 2023
|
Save_hyperparameters and OptimizerCallable
|
|
0
|
180
|
August 15, 2023
|
Custom model definition is not included in checkpoint hyper_parameters
|
|
2
|
360
|
August 9, 2023
|
Why does training fails with "require grad and does not have a grad_fn"?
|
|
3
|
5128
|
August 8, 2023
|
[CLI] How to Pass Arguments to Initialize an Object in L.LightningModule?
|
|
6
|
1629
|
August 4, 2023
|
How to correctly initialize latent vector parameters that have size dependent on training data size using CLI?
|
|
0
|
170
|
July 24, 2023
|
Lightning Module isn't loading checkpoint from the path as per documentation
|
|
1
|
532
|
July 22, 2023
|
What's wrong with the pytorch lighting doc
|
|
4
|
428
|
July 18, 2023
|
`self.lr_schedulers().optimizer` and `self.optimizers()` return different optimizers after resuming training
|
|
0
|
209
|
July 18, 2023
|