MagicChakram

Results 6 comments of MagicChakram

> Does attaching `--use_deepspeed` helps? > > or > > ``` > api.TextToSpeech(use_deepspeed=True) > ``` according to docs it is more about speedup of process (which itself on windonws didn't...

> how you solve this? I want to train ar module with multi-gpus too. unfortunately I have no solution to run this on specified gpus under windows or force it...

figured that this is in the code. So the issue is then - 3080 is producing way less samples than intended, according to this, and 3060 is fine? ``` presets...

> Check if your installed torch has cuda support normally I check it with this import torch torch.cuda.is_available() Just check if this is true cuda is available, if not install...

unfortunately uninstalling miniconda, installing conda brings to the same result. Also tried to `git reset --hard f7ed535` and do installation of older version (to see if next commits broke something...

Tried to take the command from https://pytorch.org/get-started/locally/ `conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia` Did not help. tried to git reset --hard repo to commit 5bbb0e0 Did...