You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Extract keyfields and call wandb.init with their information
Go through the logtables and call wandb.log for every entry
Lastly call wandb.log for the main tables resultfields
The text was updated successfully, but these errors were encountered:
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 experimentskeyfields
and callwandb.init
with their informationwandb.log
for every entrywandb.log
for the main tables resultfieldsThe text was updated successfully, but these errors were encountered: