automl / neps

Neural Pipeline Search (NePS): Helps deep learning experts find the best neural pipeline.
https://automl.github.io/neps/
Apache License 2.0
53 stars 13 forks source link

Concurrent Use of 'neps.run()' Arguments 'post_run_summary' and 'development_stage_id' Causes an Error #52

Closed danrgll closed 8 months ago

danrgll commented 8 months ago

https://github.com/automl/neps/blob/cc11f42f182456ca086034ac6aed7aff92089a04/neps/metahyper/api.py#L169C1-L172C66

The employment of the development stage ID as an argument in neps.run() modifies the usual hierarchy of the results folder in the root directory. This action creates a new folder named after the development stage ID, and within this folder, the expected 'results' folder is then generated. However, this change leads to the results being placed in a different hierarchical location, which the post_summary process fails to locate.