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

Process put in state sleep after a few minutes #5

Closed
Deathn0t opened this issue Jan 10, 2019 · 2 comments
Closed

Process put in state sleep after a few minutes #5

Deathn0t opened this issue Jan 10, 2019 · 2 comments
Labels
bug Something isn't working properly, like a bad convergence NAS Related with Neural Architecture Search

Comments

@Deathn0t
Copy link
Member

Deathn0t commented Jan 10, 2019

commit: 8500715

I ran this command to run NAS locally on my computer:

mpirun -np 2 python -m deephyper.search.nas.nas_a3c_sync --evaluator subprocess --problem 'deephyper.benchmark.nas.linearReg.problem.Problem' --run 'deephyper.search.nas.model.run.alpha.run'

The code start to run, the logger print good stuff in deephyper.log, the training of submodels is starting, 1, 2, 3 epochs then all processes are put in SLEEP state.

Not any error is returned.

@Deathn0t Deathn0t added bug Something isn't working properly, like a bad convergence NAS Related with Neural Architecture Search labels Jan 10, 2019
@Deathn0t
Copy link
Member Author

Not sure but it is maybe related to this stackoverflow

@Romit-Maulik
Copy link
Member

Made modifications to:
deephyper/deephyper/evaluator/_subprocess.py

Prevents processes from being put to sleep by parsing stdout and saving result temporarily

Thanks to @Deathn0t for the brains!

Commit id: 2be7a24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working properly, like a bad convergence NAS Related with Neural Architecture Search
Projects
None yet
Development

No branches or pull requests

2 participants