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

Weights and Biases for Logtables #149

Open
LukasFehring opened this issue Jul 27, 2023 · 0 comments
Open

Weights and Biases for Logtables #149

LukasFehring opened this issue Jul 27, 2023 · 0 comments

Comments

@LukasFehring
Copy link
Collaborator

  • PyExperimenter version: Any
  • Database provider: Any
  • Python version: Any supported
  • Operating System: Any

Description

I would like functionality that syncs Weights and Biases with log tables for data visualization. Alternatively, another dashboard would do.

Proposed Approach

The function receives the name of a logtable. It then joins the logtable with the main experiment table on the experimentid and filters for finished experiments. The function that loops over each of these experiments

  1. Extract keyfields and call wandb.init with their information
  2. Go through the logtables and call wandb.log for every entry
  3. Lastly call wandb.log for the main tables resultfields
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