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

[UX] Write to log search space that used and save the pipeline space used as a YAML #97

Open
eddiebergman opened this issue May 17, 2024 · 0 comments
Labels

Comments

@eddiebergman
Copy link
Contributor

eddiebergman commented May 17, 2024

Right now, there's no indication what pipeline space got used, either as a log message or as a file to lookup either. This could be done at the same time point where the runtime.py saves the optimizer set up to the file-system.

neps/neps/runtime.py

Lines 883 to 891 in d05b2ef

with shared_state.sync(lock=True):
if not shared_state.paths.optimizer_info_file.exists():
serialize(
optimizer_info,
shared_state.paths.optimizer_info_file,
sort_keys=False,
)
else:
shared_state.check_optimizer_info_on_disk_matches(optimizer_info)

@eddiebergman eddiebergman changed the title [UX] Log search space that used and save the pipeline space used as a YAML [UX] Write to log search space that used and save the pipeline space used as a YAML May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant