Are you sure you want to delete this access key?
A CLI and library for interacting with the Weights and Biases API. Sign up for an account at wandb.ai
cd myproject
# Initialize a directory
wandb init
# Push files to W&B
wandb push bucket model.json weights.h5
# Sync training logs and push files when they change
./my_training.py | wandb bucket model.json weights.h5
# Manage configuration
wandb config set epochs=30
import wandb
conf = wandb.sync(["weights.h5", "model.json"], config={'existing': 'config'})
if conf.turbo:
print("TURBO MODE!!!")
Detailed usage can be found in our documentation.
Press p or to see the previous file or, n or to see the next file
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?
Are you sure you want to delete this access key?