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

Running NAS mpi4py import failed on windows #9

Closed
donsmj opened this issue Feb 22, 2019 · 4 comments
Closed

Running NAS mpi4py import failed on windows #9

donsmj opened this issue Feb 22, 2019 · 4 comments
Labels
NAS Related with Neural Architecture Search

Comments

@donsmj
Copy link

donsmj commented Feb 22, 2019

Hi

I am wondering why your base example does not work!!!!!!

python -m deephyper.search.nas.ppo_a3c_sync --problem deephyper.benchmark.nas.mnist1D.problem.Problem --run deephyper.search.nas.model.run.alpha.run

By its running, the following error will occur :

from mpi4py import MPI

ImportError: DLL load failed: The specified module could not be found.

and the mpi4py has been installed successfully.

Can anyone have any suggestions?

@Deathn0t
Copy link
Member

Hi @donsmj , on what system are you trying to install deephyper ? This looks like a MPI installation issue. Did you run MPI unit tests to check if the MPI installation is well installed ?

@donsmj
Copy link
Author

donsmj commented Feb 23, 2019

I'm working with Windows. Does it make different? I checked the MPI and has been correctly installed.

@Deathn0t
Copy link
Member

Did you install ´mpi4py´ This way:
https://duongtrungnghia.wordpress.com/2017/03/28/install-mpi4py-on-windows-10/

If not can you try it.

@donsmj
Copy link
Author

donsmj commented Feb 24, 2019

Thanks! It worked well.

@Deathn0t Deathn0t added the NAS Related with Neural Architecture Search label Feb 24, 2019
@Deathn0t Deathn0t changed the title NAS example running Running NAS mpi4py import failed on windows Feb 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NAS Related with Neural Architecture Search
Projects
None yet
Development

No branches or pull requests

2 participants