Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi GPU support ? #14

Open
hekmon opened this issue Jun 6, 2024 · 1 comment
Open

Multi GPU support ? #14

hekmon opened this issue Jun 6, 2024 · 1 comment

Comments

@hekmon
Copy link

hekmon commented Jun 6, 2024

The DAT model can be very heavy, even on a 3090, when a lots of images needs to be upscalled. Is there any chance you could implements multi-gpu in order for a second card to be active ?

I have no clue how to use torch multi-gpu myself.

Thanks.

@Kiteretsu77
Copy link
Owner

I used pytorch lightning to implement the multi-gpu before, instead of torch multi-gpu you said. The challenge would be lied on the sync for the degradation model. However, I have to say that I also only use one 24 GB memory GPU to train the DAT model. You need to decrease the batch size such that it is trainable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants