Skip to content
book-open

GitHub Action

Generate Weights & Biases Report

v0.05 Pre-release

Generate Weights & Biases Report

book-open

Generate Weights & Biases Report

Generate a Weights & Biases Report automatically via a template. See readme for details

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Generate Weights & Biases Report

uses: andrewtruong/[email protected]

Learn more about this action in andrewtruong/wandb_create_report_action

Choose a version

Weights & Biases -- Create Report Action


Use W&B to build better models faster. This action lets you automatically create W&B Reports from a template so your Reports will always be up to date!

Quickstart

  1. Add this action to your repo.
  2. Set the following inputs:
    1. wandb_api_key -- the API key that will generate reports using this action. We recommend storing this as a secret in Github!
    2. report_template_filename -- the .py file that will run when this action is triggered. This file should create and save a report using the template you provide. See example
      • Note that this is just a python file, so you can use loops, variables, etc. to generate the report you need.