`self.lr_schedulers().optimizer` and `self.optimizers()` return different optimizers after resuming training
|
|
0
|
211
|
July 18, 2023
|
Auto grad issue
|
|
1
|
478
|
July 16, 2023
|
RuntimeError: Early stopping conditioned on metric `val_loss` which is not available.
|
|
1
|
2785
|
July 15, 2023
|
How do I get the metric in on_validation_epoch_end()?
|
|
2
|
1253
|
July 10, 2023
|
How to access the returned values of *_step()
|
|
1
|
617
|
July 8, 2023
|
Improving poor training efficiency on A100 40 GB
|
|
0
|
677
|
June 22, 2023
|
How to get the checkpoint without saving it?
|
|
1
|
374
|
June 10, 2023
|
Run_training_epoch duration increases with more epochs
|
|
0
|
501
|
May 25, 2023
|
Logging using a torchmetric object that returns dictionary
|
|
1
|
377
|
May 17, 2023
|
Weird training logs with pytorch lightning
|
|
2
|
1305
|
May 11, 2023
|
Manual Optimization and CycleGAN
|
|
1
|
809
|
April 26, 2023
|
Compute loss in model's forward instead of lightning module's training_step
|
|
3
|
278
|
April 24, 2023
|
What is the exact use case for teardown in the LightingDataModule?
|
|
2
|
1211
|
April 21, 2023
|
Access datamodule from within LightningModule
|
|
0
|
821
|
April 19, 2023
|
RuntimeError is thrown when calling `manual_backward` from other than `training_step`
|
|
1
|
791
|
April 11, 2023
|
Error in `lr_scheduler_step()` function
|
|
1
|
927
|
March 29, 2023
|
Trained weights are on CPU despite the model being trained on GPU
|
|
7
|
1296
|
March 27, 2023
|
nn.Module or lightning module when constructing a model from multiple classes?
|
|
1
|
1696
|
March 23, 2023
|
On_training_epoch_end does not get called
|
|
3
|
2574
|
March 21, 2023
|
Load checkpoint when passing a model
|
|
4
|
2279
|
March 12, 2023
|
Saving a LightningModule without a Trainer
|
|
3
|
2289
|
February 19, 2023
|
Attribute Error no "_sync_params"
|
|
2
|
3867
|
February 11, 2023
|
`self.log` raised error when number of dataloader is not consistent
|
|
2
|
1215
|
January 19, 2023
|
How can I implement a double CNN efficiently?
|
|
1
|
594
|
January 4, 2023
|
COCO Metrics in Pytorch Lightning
|
|
1
|
4815
|
December 21, 2022
|
(pytorch-lightning 1.8.1) Load_from_checkpoint: checkpoint[ 'module_arguments'] KeyError
|
|
1
|
1358
|
December 20, 2022
|
How to concatenate outputs on epoch end
|
|
2
|
4702
|
December 3, 2022
|
Validation_step and validation_epoch_end won't get called in trainer.fit() routine
|
|
4
|
6846
|
November 2, 2022
|
I want to load .pt file made in 'pytorch'
|
|
1
|
2599
|
November 1, 2022
|
AttributeError: 'Model' object has no attribute 'freeze'
|
|
0
|
1476
|
September 25, 2022
|