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

The performance of my model becomes much worse when using ACA backpropagation in DataParallel wrapper. #3

Open
wadx2019 opened this issue Sep 18, 2023 · 1 comment

Comments

@wadx2019
Copy link

Hello, I am a graduate student. I tried to execute my project based on torch_ACA solver in multiple gpus with DP wrapper recently. However, I found that the performance will decrease much compared with that in a single gpu, while the naive backpropagation still works. Can you give me some instructions or possible reasons?

@juntang-zhuang
Copy link
Owner

I believe it's because there's no proper error tolerance or grad reduce operation in the case of data parallel if you have a distributed setup. Sorry I did not wrote that since I don't have much machine.

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