Closed bisraelsen closed 2 years ago
Hey! Thanks for taking an interest in our project.
We sadly haven't been able to test multi gpu support and during the conversion process of lucidrains' code we didn't take multi gpu support into account (as we only had single GPU machines available to us). You can try contacting the people that did get the code working with multiple gpu's, but officially we don't support it. You could also see if the original lucidrains' code works for you with multiple GPU's, so then you know it's our code that's at fault.
My apologies I can't help much more with this specific issue, but I hope it helped!
Hello,
I'm fairly new to pytorch so am not sure if this is a bug in the code or something that I'm doing incorrectly.
I've got 8 GPUs available (
world_size=8
) and in order to make use of them I passedmulti_gpus=True
tocli.py
. When I do that I get an error (shown below). I expect that the code should be working with multiple gpus since I've seen others commenting about training with multiple GPUs on other issues.[UPDATE]: Some other info that might be useful: a) I'm training using
stylex_train_new
because my images are 256x256 and training would not converge usingstylex_train
; b) GPUs are A100s