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

How to use multiple GPUs for training #2

Open
mikkker opened this issue Oct 28, 2024 · 1 comment
Open

How to use multiple GPUs for training #2

mikkker opened this issue Oct 28, 2024 · 1 comment

Comments

@mikkker
Copy link

mikkker commented Oct 28, 2024

Hello, thank you for your excellent work. I have a question, how can I use multiple GPUs for training?

@Ayews
Copy link
Collaborator

Ayews commented Oct 29, 2024

Hello, thank you for your interest. Unfortunately, we did not implement multiple GPUS training in our code. You can implement the relevant parts yourself, mainly by modifying the base/framework_factory.py and train.py. However, it is worth mentioning that a single card with 24GB memory is sufficient for the training of this work, and the necessity of multiple GPUS training is not significant.

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