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

[Feature] Make meta_log accessible from queue #1

Closed
RobertTLange opened this issue Dec 12, 2021 · 1 comment
Closed

[Feature] Make meta_log accessible from queue #1

RobertTLange opened this issue Dec 12, 2021 · 1 comment
Assignees

Comments

@RobertTLange
Copy link
Collaborator

Instead of having to ...

# Merge logs of random seeds & configs -> load & get final scores
queue.merge_configs(merge_seeds=True)
meta_log = load_meta_log("logs_search/meta_log.hdf5")
test_scores = [meta_log[r].stats.test_loss.mean[-1] for r in queue.mle_run_ids]

it would be great to do the load_meta_log already within the MLEQueue if merge_configs is called.

@RobertTLange RobertTLange self-assigned this Dec 12, 2021
@RobertTLange
Copy link
Collaborator Author

Addressed in 4fc3b1f

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

1 participant