Skip to content

Instantly share code, notes, and snippets.

@raubitsj
raubitsj / wandb_export_history.py
Created July 21, 2022 16:17
Export W&B run history to a file (sqlite)
#!/usr/bin/env python
"""Export W&B run history.
This module uses the W&B public api to download unsampled history to a
sqlite database.
Usage:
./wandb_export_history --run entity/project/run_id --db_file save.db
or: