About the LightningModule category
|
|
0
|
529
|
August 26, 2020
|
ERROR:root:Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False
|
|
2
|
40
|
September 22, 2023
|
Load checkpoint with dynamically created model
|
|
0
|
29
|
September 12, 2023
|
Where should I load the model checkpoint when using configure_model?
|
|
0
|
41
|
September 9, 2023
|
Size mismatch for model
|
|
0
|
44
|
September 4, 2023
|
Disabling autocast for certain modules
|
|
1
|
44
|
September 1, 2023
|
Save_hyperparameters and OptimizerCallable
|
|
0
|
37
|
August 15, 2023
|
Custom model definition is not included in checkpoint hyper_parameters
|
|
2
|
61
|
August 9, 2023
|
Why does training fails with "require grad and does not have a grad_fn"?
|
|
3
|
2291
|
August 8, 2023
|
[CLI] How to Pass Arguments to Initialize an Object in L.LightningModule?
|
|
6
|
347
|
August 4, 2023
|
How to correctly initialize latent vector parameters that have size dependent on training data size using CLI?
|
|
0
|
48
|
July 24, 2023
|
Lightning Module isn't loading checkpoint from the path as per documentation
|
|
1
|
67
|
July 22, 2023
|
What's wrong with the pytorch lighting doc
|
|
4
|
141
|
July 18, 2023
|
`self.lr_schedulers().optimizer` and `self.optimizers()` return different optimizers after resuming training
|
|
0
|
61
|
July 18, 2023
|
Auto grad issue
|
|
1
|
115
|
July 16, 2023
|
RuntimeError: Early stopping conditioned on metric `val_loss` which is not available.
|
|
1
|
876
|
July 15, 2023
|
How do I get the metric in on_validation_epoch_end()?
|
|
2
|
241
|
July 10, 2023
|
How to access the returned values of *_step()
|
|
1
|
155
|
July 8, 2023
|
Improving poor training efficiency on A100 40 GB
|
|
0
|
176
|
June 22, 2023
|
How to get the checkpoint without saving it?
|
|
1
|
92
|
June 10, 2023
|
Run_training_epoch duration increases with more epochs
|
|
0
|
144
|
May 25, 2023
|
Logging using a torchmetric object that returns dictionary
|
|
1
|
138
|
May 17, 2023
|
Weird training logs with pytorch lightning
|
|
2
|
412
|
May 11, 2023
|
Manual Optimization and CycleGAN
|
|
1
|
289
|
April 26, 2023
|
Compute loss in model's forward instead of lightning module's training_step
|
|
3
|
144
|
April 24, 2023
|
What is the exact use case for teardown in the LightingDataModule?
|
|
2
|
265
|
April 21, 2023
|
Access datamodule from within LightningModule
|
|
0
|
97
|
April 19, 2023
|
RuntimeError is thrown when calling `manual_backward` from other than `training_step`
|
|
1
|
274
|
April 11, 2023
|
Error in `lr_scheduler_step()` function
|
|
1
|
416
|
March 29, 2023
|
Trained weights are on CPU despite the model being trained on GPU
|
|
7
|
557
|
March 27, 2023
|