Skip to content

[FEATURE] Some wandb log improvements #652

@tulga-rdn

Description

@tulga-rdn

Is your feature request related to a problem? Please describe.

I think the wandb logging needs some small changes that I think would be useful.

  1. Saving every output from local logs to wandb. Currently, wandb doesn't record everything, and most crucially, it misses the output folder, so the user has to check the local log to get it.
  2. The losses and the energies are in a single group in wandb workspace, but each of the 4 forces metrics (training/val rmse/mse) is in a separate group.

These issues are small, but it makes some analysis workflows a bit more annoying.

Describe the solution you'd like

For 1), I think we can just initialize the wandb logger a bit earlier. For 2), I have no idea

Describe alternatives you've considered

Currently, I just grep the output folder from the local log files, and move the graphs around manually on wandb workspace.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions