-
While training a network implemented with Pytorch Lighting, the number of examples used by the network for each training and validation loop varies across epochs. In other words, the epochs are uneven…
-
```
(python3.8) (base) wzp@vastai-NF5468M6:~/code/model_check/GAN/stylegan2-ada-lightning$ python trainer/train_stylegan.py wandb_main=True …
-
Attempted to install following directions on the [quickstart](https://torch-spatiotemporal.readthedocs.io/en/latest/usage/quickstart.html#installing-using-conda) page. `libmamba` reported it was unabl…
-
I am getting the following error when runing the notebook on colab pro plus with one A100 GPU:
```
File "main.py", line 812, in
trainer = Trainer.from_argparse_args(trainer_opt, **trainer_…
-
**Prerequisites**
* [x] Put an X between the brackets on this line if you have done all of the following:
* Reproduced the problem in a new virtualenv with only neuralprophet installed, direct…
-
### Bug description
Hi,
Thanks for all the hard work on making it possible to configure Lightning experiments through a simple config!
I want to link my ckpt_path to a callback using link_argu…
-
Hello,
Very excited to see that a Dreambooth implementation is already available for SD! Great work.
I'm trying to run the training script on a 3090, so I switched "unfreeze_model" from True to …
-
**Describe the bug**
A user reported a crash with 24.01.01 and SFT (while things work fine with 24.01):
```
File "/opt/NeMo-Aligner/examples/nlp/gpt/train_gpt_sft.py", line 215, in main
in…
-
Hi, I would like to log the experiments on local only, so I changed the logger to CSVLogger in the `lasaft/trainer.py`:
```
log = args['log']
if log == 'False':
args['logger'] = Fals…
-
## 🐛 Bug
Currently there is a bug when a ReduceLROnPlateau is used inside SequentialLR due to no proper support for this scheduler in [Trainer._configure_schedulers](https://github.com/PyTorchLight…