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

[Improvement] Benchmark Latency better Trial Identification #3

Open
gebauerm opened this issue Jun 14, 2022 · 1 comment
Open

[Improvement] Benchmark Latency better Trial Identification #3

gebauerm opened this issue Jun 14, 2022 · 1 comment

Comments

@gebauerm
Copy link
Collaborator

Currently Latencies of a benchmark are saved like this:

{
                "id": "pid_16579__name_deploy__objHash_8732029335278__id_0cc789b9-27f8-461a-ac4c-4919d7763d8a",
                "name": "deploy",
                "start_time": "2022-06-14 16:30:59.685459",
                "end_time": "2022-06-14 16:30:59.685464",
                "duration": 5e-06
            },

It can be hard for a user to identify a specific trial, as trials are by assumption encoded in the objHash which is not intuitive. The underlying assumption is that trainand validate of the objective are executed from the same object. If this is not the case anymore, trails can no longer be identified.

@gebauerm
Copy link
Collaborator Author

Metric Parent Class - which gathers basic system info and creates and ID

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