Preview Flyte 2 for productionHosted on Union.ai

A Flyte SDK (v2) version of this plugin is available as flyteplugins-wandb.

Weights & Biases

Weights & Biases

flytekitplugins-wandb

FlytekitExperiment Trackingwandbexperiment-trackingmllogging

The Weights and Biases MLOps platform helps AI developers streamline their ML workflow from end-to-end. This plugin

Install
pip install flytekitplugins-wandb

Quick Start(example, may need adjustment)

See full examples
pip install flytekitplugins-wandb

from flytekit import task, workflow
from flytekitplugins.wandb import wandb_init

@task
def my_task() -> None:
    wandb_init(...)

@workflow
def my_workflow() -> None:
    my_task()

Available Imports (1)

taskwandb_init

Task for Weights & Biases.

from flytekitplugins.wandb import wandb_init

Dependencies

wandb

Related Plugins

Package Info

Min Flytekit1.12.0
Modules1

Downloads

Last day42
Last week394
Last month1,790