-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Lightning-AI pytorch-lightning Discussions
Pinned Discussions
Sort by:
Latest activity
Categories, most helpful, and community links
Categories
Community links
Discussions
-
You must be logged in to vote 🤖 -
You must be logged in to vote 💭 -
You must be logged in to vote ⚡ Separation of concerns
jacanchaplais askedJun 29, 2022 in Lightning Trainer API: Trainer, LightningModule, LightningDataModule · Unanswered -
You must be logged in to vote ⚡ Using
EarlyStopping
when callingTrainer.fit()
multiple timesstwerner97 askedJun 29, 2022 in Lightning Trainer API: Trainer, LightningModule, LightningDataModule · Unanswered -
You must be logged in to vote ⚡ Is passing model as an argument to LitModel a bad practise?
lightningmodulepl.LightningModule alexyalunin askedJul 30, 2021 in Lightning Trainer API: Trainer, LightningModule, LightningDataModule · Unanswered -
You must be logged in to vote 🤖 Weird DDP RNG/seed behavior
reproducibility strategy: ddpDistributedDataParallel -
You must be logged in to vote ⚡ How to load the parameters of optimizer and schedulers dynamically?
checkpointingRelated to checkpointing lr scheduler optimizermarsggbo askedJun 22, 2022 in Lightning Trainer API: Trainer, LightningModule, LightningDataModule · Unanswered -
You must be logged in to vote ⚡ self.parameters() access in pytorch lightning
lightningmodulepl.LightningModule arjunsinghrathore askedJun 23, 2022 in Lightning Trainer API: Trainer, LightningModule, LightningDataModule · Unanswered -
You must be logged in to vote 🤖 How to gather results on multiple GPUs while testing? ddp
strategy: ddpDistributedDataParallel trainer: test -
You must be logged in to vote ⚡ -
You must be logged in to vote ⚡ How to instantiate plugins with LightningCLI?
questionFurther information is requested argparse (removed)Related to argument parsing (argparse, Hydra, ...) awaelchli askedJul 26, 2021 in Lightning Trainer API: Trainer, LightningModule, LightningDataModule · Answered -
You must be logged in to vote ⚡ Datamodule and multiple transforms
data handlingGeneric data-related topic abcamiletto askedJun 20, 2022 in Lightning Trainer API: Trainer, LightningModule, LightningDataModule · Unanswered -
You must be logged in to vote 🤖 Multi-GPUs DDP - How the dataset is distributed accross the GPUs
data handlingGeneric data-related topic strategy: ddpDistributedDataParallel -
You must be logged in to vote 🤖 DDP - Synchronization on DGX - Use CPUs or GPU-to-GPU interconnect
accelerator: cudaCompute Unified Device Architecture GPU -
You must be logged in to vote ⚡ Saving a model checkpoint file with updated parameters
sunburntfish askedJun 21, 2022 in Lightning Trainer API: Trainer, LightningModule, LightningDataModule · Unanswered -
You must be logged in to vote ⚡ Exception: You are trying to
loggingself.log()
but it is not managed by theTrainer
control flowRelated to the `LoggerConnector` and `log()` kamyarghajar askedJun 18, 2022 in Lightning Trainer API: Trainer, LightningModule, LightningDataModule · Unanswered -
You must be logged in to vote 🤖 self.log twice problem
loggingRelated to the `LoggerConnector` and `log()` -
You must be logged in to vote ⚡ Imagnet pretrained model: training accuracy to zero
jordanott askedJun 19, 2022 in Lightning Trainer API: Trainer, LightningModule, LightningDataModule · Answered -
You must be logged in to vote ⚡ Placing a condition on ModelCheckpoint Callback
skrish13 askedJun 20, 2022 in Lightning Trainer API: Trainer, LightningModule, LightningDataModule · Answered -
You must be logged in to vote ⚡ -
You must be logged in to vote ⚡ auto_lr_find gives error (NameError: name 'trainer' is not defined)
tunerlyndonlauder askedJun 18, 2022 in Lightning Trainer API: Trainer, LightningModule, LightningDataModule · Unanswered -
You must be logged in to vote 💬 -
You must be logged in to vote ⚡ Initial weight ensemble training?
ShihengDuan askedJun 17, 2022 in Lightning Trainer API: Trainer, LightningModule, LightningDataModule · Unanswered -
You must be logged in to vote 🤖 What's the relationship between number of gpu and batch size (global batch size))
distributedGeneric distributed-related topic accelerator: cudaCompute Unified Device Architecture GPU -
You must be logged in to vote 😎