Python Library
Use wandb to track machine learning work.
The most commonly used functions/objects are:
- wandb.init — initialize a new run at the top of your training script
- wandb.config — track hyperparameters and metadata
- wandb.log — log metrics and media over time within your training loop
For guides and examples, see https://docs.wandb.com/guides.
For scripts and interactive notebooks, see https://github.com/wandb/examples.
For reference documentation, see https://docs.wandb.com/ref/python.
Other Members | Text |
---|---|
__version__ | '0.13.5' |
config | |
summary | |
Last modified 3mo ago