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

Some questions about mpi4py #4

Closed
HoJ-Onle opened this issue May 7, 2022 · 2 comments
Closed

Some questions about mpi4py #4

HoJ-Onle opened this issue May 7, 2022 · 2 comments

Comments

@HoJ-Onle
Copy link

HoJ-Onle commented May 7, 2022

Hi. Thanks for your work. I had some problems when I was following your work.
In fact, I can't install the "mpi4py". How can I run the code without this requirement?

@dbaranchuk
Copy link
Contributor

Hi,

Actually, this requirement comes from the guided_diffusion repo and isn't needed for this code. So, just comment/remove the lines here and probably here

@HoJ-Onle
Copy link
Author

HoJ-Onle commented May 9, 2022

Hi,

Actually, this requirement comes from the guided_diffusion repo and isn't needed for this code. So, just comment/remove the lines here and probably here

Thank you very much.
I had solved the problem with your help. But I met a new trouble as follows:

Total dimension 8448
scripts/ddpm/train_interpreter.sh: line 6: 169447 Killed python train_interpreter.py --exp experiments/${DATASET}/ddpm.json $MODEL_FLAGS

I found this error in line 57 "X = X.permute(1,0,2,3).reshape(d, -1).permute(1, 0)". ("train_interpreter.py")
I think my computer with memory 512G is enough to finish this work. My pytorch version is 1.8.0. I don't know if it matters.

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