wandb / client-ng

Experimental wandb CLI and Python API - See Experimental section below.
http://wandb.com
16 stars 7 forks source link

Tensorboard sync handles s3/gcs files! #212

Closed vanpelt closed 3 years ago

vanpelt commented 3 years ago

Turned out to be pretty simple. It currently requires having tensorflow installed but this should cover TPU logging. Also fixed a nasty bug where we always delayed tensorboard metrics by 10 seconds and caused the process to hang for 10 seconds on finish. Now we just wait for 10 seconds from the start of the process to log events.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build d8584844-e0f9-49db-a5a5-95a2bc16c22f


Changes Missing Coverage Covered Lines Changed/Added Lines %
wandb/internal/stats.py 0 2 0.0%
wandb/internal/tb_watcher.py 3 20 15.0%
<!-- Total: 3 22 13.64% -->
Files with Coverage Reduction New Missed Lines %
wandb/compat/tempfile.py 2 59.09%
wandb/internal/tb_watcher.py 2 21.18%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 98cddf07-b1b4-496c-8572-8974d369cdd4: -0.03%
Covered Lines: 12914
Relevant Lines: 21178

💛 - Coveralls