Log nested dictionary once

How to upload a single dictionary that is not the experiment config?

For example, I’d like to log a nested dict of flop counts of the model. I don’t need to do this at every step and given the nested structure of the dict (flop counts of each module of a model) would be complex to log as a table. Moreover, the flop counts is static, so this only needs to be done once.

Hi JJ:
You can utilize our api to add the dictionary as a summary metric.

api = wandb.Api()run = api.run("username/project/run_id")run.summary["flop_counts"] = flot_count_dictrun.summary.update()

Best, W&B

Hi JJ,

We wanted to follow up with you regarding your support request as we have not heard back from you. Please let us know if we can be of further assistance or if your issue has been resolved.

Best,
Weights & Biases

Hi JJ, since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know!