This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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: |