Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructuring training visualization and adding support for Weights & Biases Logger #664

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Aug 1, 2022

  1. Restructured logging for external loggers

    - VisualDL and W&B Logger inherit from a BaseLogger class
    - They have common functions `log_metrics`, `log_images` and more which internally call logger specific functions
    - Added functionality for users to use both VisualDL and W&B simultaneously
    - Added logging models to W&B as artifacts
    manangoel99 committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    0ed09a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Fixed loggers to get metrics and images only from rank 0 process and …

    …added documentation for WandbLogger
    manangoel99 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    9aa4b3c View commit details
    Browse the repository at this point in the history
  2. Added more documentation

    manangoel99 committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    afa9058 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89a1035 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    d65104b View commit details
    Browse the repository at this point in the history