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

Training the model on a single GPU #12

Open
shuvam-creditmate opened this issue Nov 28, 2021 · 2 comments
Open

Training the model on a single GPU #12

shuvam-creditmate opened this issue Nov 28, 2021 · 2 comments

Comments

@shuvam-creditmate
Copy link

Hi! I'm aware that the question has been asked previously, but could you guide how to modify jigclu to remove the distributeddataparallel depedency?

Thanks!

@akuxcw
Copy link
Collaborator

akuxcw commented Nov 29, 2021

Actually, I didn't try to run on a single GPU. In my opinion, the most important part you need to change lies in jigclu.py. This file contains gather multi-GPU results to calculate the loss, and you need to delete these parts. A good way is trying to run this code on a single GPU and see the errors, then fix the bugs accordingly.

@rnangia
Copy link

rnangia commented May 30, 2022

@shuvam-creditmate Have you managed to run it on a single GPU?

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

3 participants