-
## 🚀 Feature
It is often beneficial to have an explicit guarantee that the callbacks will be called in the order that they were added to the callback list. If I understand it right, the order r…
z-a-f updated
5 months ago
-
since i managed to install piper-tts on fresh install of raspberry pi os 64bit i'm trying to train a voice using ljspeech like throsten did in his video https://www.youtube.com/watch?v=b_we_jma220
…
-
Hi! Thanks for sharing your excellent work. I am very interested in it. @Etienne-Meunier
But when executing the training command(_python3 model_train.py --path_save_model train_me --base_dir /hom…
-
### Bug description
My Trainer code is shown below:
```
trainer = Trainer(
default_root_dir=os.path.join(tb_logger.log_dir , "checkpoints"),
logger=tb_logger,
callbacks…
-
Hello,
AutoAlbument's `FasterAutoAugmentSearcher` is yielding an import error `cannot import name 'Batch' from 'torchtext.data'` when searching for a policy. This bug recently occurred in PyTorch …
-
I successfully adopted the template. It runs smoothly. However, I cannot log in using WandB. I am new to WandB, but I set it up for my other project successfully (with lightning). The setting of yaml …
-
- PyTorch-Forecasting version: 0.10.1
- PyTorch version:1.11.0+cu102
- Python version:3.7
- Operating System:Linux
### Expected behavior
Want to resume training form a check point:
trainer…
-
### Bug description
I'm trying to use the Streaming library by Mosaic as described in the doc (https://lightning.ai/docs/pytorch/stable/data/alternatives.html) but it doesn't work as seamlessly as ex…
-
### Describe the bug
Trying to do multi-GPU training of `fastflow` by setting the config `strategy: ddp` and `optimizer: gpu`, I get the error:
```
Traceback (most recent call last):
File "/home…
-
### Bug description
Batches with PackedSequence's and DDP don't work.
On single GPU everything is OK.
### How to reproduce the bug
the structure of the batch.
```python
[ReactionDecoderDat…