Skip to content

Set up basic logging utils #37

Description

@vincekurtz

It'd be nice to have some helper functions for doing basic logging with tensorboard, wandb, etc. This would probably live in utils/logging_utils/ or something like that. The main thing is to simply define a callable like that does whatever you want with the metrics, e.g.,

def progress(num_steps, metrics)
    # print some stuff
    ...
    # save some stuff
    ....

see discussion in #36.

\cc @ivandariojr

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions