-
AttributeError: 'HandleControlledSequence' object has no attribute 'L' how to prefix it . I'm looking forward for your reply
-
### Bug description
I am trying to train a GAN model on multiple GPUs using DDP. I followed the tutorial at https://lightning.ai/docs/pytorch/stable/notebooks/lightning_examples/basic-gan.html, chang…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
I'm training MeloTTS on my custom dataset + new language
```
/opt/conda/envs/melotts/lib/python3.9/site-packages/torch/autograd/graph.py:768: UserWarning: Grad strides do not match bucket view str…
-
- PyTorch-Forecasting version: 0.8.4
- PyTorch version: 1.8.1+cu102
- Python version: Python 3.6.11
- Operating System: Linux
### Expected behavior
I follow the tft tutorial but want to train…
-
Hello authors, thanks for your quick responses on my previous issues!
I'm making a new issue to ask whether these are the right hyperparameters for training the `bge-en-icl`. I'm finding that I ca…
-
## ❓ Questions and Help
I've found that I'm unable to train more than ~20-80K steps without a crash and it's difficult to figure out how to debug this. In a typical PyTorch training run, I would ge…
-
When I try to search with optuna, on 8-gpus with ddp strategy training.
The sweeper will start 8 groups of different hyperparameters, so the params shape doesn't match on each gpu.
-
### 🐛 Describe the bug
I train the project with different machine
https://github.com/ultralytics/yolov5
machine 1
```
docker run -it --gpus all --rm -v $(pwd):/mnt --network=host nvcr.io/nvidia…
-
So far [train_second.py](https://github.com/yl4579/StyleTTS2/blob/main/train_second.py) only works with DataParallel (DP) but not DistributedDataParalell (DDP). One major problem with this is if we si…