-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
EnhancementIdea or improvementIdea or improvementInfrastructure: LoggingRelated to loggingRelated to loggingPriority: LowNon-urgent issues to handle last.Non-urgent issues to handle last.
Description
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.
- 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.
- 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
Labels
EnhancementIdea or improvementIdea or improvementInfrastructure: LoggingRelated to loggingRelated to loggingPriority: LowNon-urgent issues to handle last.Non-urgent issues to handle last.