📒
Aritra Documentation
  • Documentation Generation
  • Reference
    • Command Line Interface
      • wandb agent
      • wandb controller
      • wandb disabled
      • wandb docker
      • wandb enabled
      • wandb init
      • wandb local
      • wandb login
      • wandb offline
      • wandb online
      • wandb pull
      • wandb restore
      • wandb status
      • wandb sweep
      • wandb sync
      • wandb verify
      • wandb artifact
        • wandb artifact get
        • wandb artifact ls
        • wandb artifact put
        • wandb artifact cache
          • wandb artifact cache cleanup
      • wandb docker run
    • Python Library
      • wandb.Artifact
      • wandb.Run
      • wandb.agent
      • wandb.config
      • wandb.finish
      • wandb.init
      • wandb.log
      • wandb.save
      • wandb.summary
      • wandb.sweep
      • wandb.watch
      • Data Types
        • wandb.data_types.Audio
        • wandb.data_types.Graph
        • wandb.data_types.Histogram
        • wandb.data_types.Html
        • wandb.data_types.Image
        • wandb.data_types.Molecule
        • wandb.data_types.Object3D
        • wandb.data_types.Plotly
        • wandb.data_types.Table
        • wandb.data_types.Video
      • Integrations
        • Keras
          • wandb.keras.WandbCallback
      • Import & Export API
        • wandb.apis.public.Api
        • wandb.apis.public.Artifact
        • wandb.apis.public.File
        • wandb.apis.public.Files
        • wandb.apis.public.Project
        • wandb.apis.public.Projects
        • wandb.apis.public.Run
        • wandb.apis.public.Runs
        • wandb.apis.public.Sweep
Powered by GitBook
On this page

Was this helpful?

  1. Reference
  2. Command Line Interface

wandb controller

Usage

wandb controller [OPTIONS] SWEEP_ID

Summary

Run the W&B local sweep controller

Options

Option

Description

--verbose

Display verbose output

--help

Show this message and exit.

Previouswandb agentNextwandb disabled

Last updated 4 years ago

Was this helpful?