About the LightningModule category
|
|
0
|
463
|
August 26, 2020
|
Run_training_epoch duration increases with more epochs
|
|
0
|
39
|
May 25, 2023
|
Logging using a torchmetric object that returns dictionary
|
|
1
|
19
|
May 17, 2023
|
Why does training fails with "require grad and does not have a grad_fn"?
|
|
1
|
218
|
May 15, 2023
|
Weird training logs with pytorch lightning
|
|
2
|
80
|
May 11, 2023
|
Manual Optimization and CycleGAN
|
|
1
|
58
|
April 26, 2023
|
Compute loss in model's forward instead of lightning module's training_step
|
|
3
|
73
|
April 24, 2023
|
RuntimeError: Early stopping conditioned on metric `val_loss` which is not available.
|
|
0
|
191
|
April 23, 2023
|
What is the exact use case for teardown in the LightingDataModule?
|
|
2
|
66
|
April 21, 2023
|
Access datamodule from within LightningModule
|
|
0
|
28
|
April 19, 2023
|
RuntimeError is thrown when calling `manual_backward` from other than `training_step`
|
|
1
|
133
|
April 11, 2023
|
Error in `lr_scheduler_step()` function
|
|
1
|
193
|
March 29, 2023
|
Trained weights are on CPU despite the model being trained on GPU
|
|
7
|
190
|
March 27, 2023
|
nn.Module or lightning module when constructing a model from multiple classes?
|
|
1
|
914
|
March 23, 2023
|
On_training_epoch_end does not get called
|
|
3
|
206
|
March 21, 2023
|
Load checkpoint when passing a model
|
|
4
|
198
|
March 12, 2023
|
Saving a LightningModule without a Trainer
|
|
3
|
358
|
February 19, 2023
|
Attribute Error no "_sync_params"
|
|
2
|
822
|
February 11, 2023
|
`self.log` raised error when number of dataloader is not consistent
|
|
2
|
114
|
January 19, 2023
|
How can I implement a double CNN efficiently?
|
|
1
|
187
|
January 4, 2023
|
COCO Metrics in Pytorch Lightning
|
|
1
|
3066
|
December 21, 2022
|
(pytorch-lightning 1.8.1) Load_from_checkpoint: checkpoint[ 'module_arguments'] KeyError
|
|
1
|
480
|
December 20, 2022
|
How to concatenate outputs on epoch end
|
|
2
|
1467
|
December 3, 2022
|
Validation_step and validation_epoch_end won't get called in trainer.fit() routine
|
|
4
|
3104
|
November 2, 2022
|
I want to load .pt file made in 'pytorch'
|
|
1
|
1048
|
November 1, 2022
|
AttributeError: 'Model' object has no attribute 'freeze'
|
|
0
|
858
|
September 25, 2022
|
Evaluate model with half precision while training in mixed precision
|
|
0
|
394
|
September 22, 2022
|
How to switch dataloaders between epochs in Lightning
|
|
4
|
6369
|
August 27, 2022
|
Using TFRecords from MetaDataset in training model
|
|
0
|
222
|
August 1, 2022
|
The order of training_epoch_end and validation_epoch_end seems reversed after updates?
|
|
0
|
206
|
July 23, 2022
|