About the LightningModule category
|
|
0
|
762
|
August 26, 2020
|
Fine tuning using LLAMA models
|
|
0
|
14
|
November 12, 2024
|
Save torchmetrics plots after logging them in LightningModule
|
|
0
|
5
|
August 10, 2024
|
Go pass the sanity check but get CUDA OUT OF MEMORY when in validation loop
|
|
0
|
97
|
April 4, 2024
|
Understanding self.log()
|
|
2
|
4219
|
March 22, 2024
|
LightningModule.train_dataloader()
|
|
4
|
499
|
March 20, 2024
|
Skip instances during training
|
|
2
|
635
|
March 17, 2024
|
Do I need to detach when using self.logger.experiment.add_scalars?
|
|
1
|
366
|
March 12, 2024
|
How to interactively run inference with a model in jupyter notebook created with lightningcli?
|
|
0
|
139
|
March 1, 2024
|
Where should I load the model checkpoint when using configure_model?
|
|
1
|
599
|
February 23, 2024
|
Save and restore persisted DataLoader states from checkpoint
|
|
0
|
149
|
February 21, 2024
|
Confusions about load_from_checkpoint() and save_hyperparameters()
|
|
1
|
292
|
January 21, 2024
|
ERROR:root:Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False
|
|
3
|
2415
|
January 7, 2024
|
How can I remove metric parameters from model?
|
|
0
|
199
|
January 5, 2024
|
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation
|
|
0
|
576
|
December 9, 2023
|
Mixed precision training (how to appropriately scale the manual gradient updates)
|
|
0
|
298
|
December 5, 2023
|
Size mismatch for model
|
|
1
|
914
|
October 26, 2023
|
Metrics not logged properly in PyTorch Lightning
|
|
1
|
802
|
October 22, 2023
|
ValueError: too many values to unpack (expected 3)
|
|
3
|
831
|
October 18, 2023
|
Question about recover nested model from checkpoint
|
|
0
|
577
|
October 17, 2023
|
Logging one value per epoch?
|
|
0
|
306
|
October 4, 2023
|
Load checkpoint with dynamically created model
|
|
0
|
147
|
September 12, 2023
|
Disabling autocast for certain modules
|
|
1
|
521
|
September 1, 2023
|
Save_hyperparameters and OptimizerCallable
|
|
0
|
183
|
August 15, 2023
|
Custom model definition is not included in checkpoint hyper_parameters
|
|
2
|
367
|
August 9, 2023
|
Why does training fails with "require grad and does not have a grad_fn"?
|
|
3
|
5275
|
August 8, 2023
|
[CLI] How to Pass Arguments to Initialize an Object in L.LightningModule?
|
|
6
|
1699
|
August 4, 2023
|
How to correctly initialize latent vector parameters that have size dependent on training data size using CLI?
|
|
0
|
171
|
July 24, 2023
|
Lightning Module isn't loading checkpoint from the path as per documentation
|
|
1
|
570
|
July 22, 2023
|
What's wrong with the pytorch lighting doc
|
|
4
|
428
|
July 18, 2023
|