wandb / client-ng

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

enable wandb sync (fix datastore issues) #145

Closed raubitsj closed 4 years ago

raubitsj commented 4 years ago

This PR makes wandb sync mostly work

Still a bunch of issues with wandb sync:

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 87c42f64-162b-48f7-9e5d-408570cd51c6


Changes Missing Coverage Covered Lines Changed/Added Lines %
wandb/cli/cli.py 0 3 0.0%
wandb/internal/datastore.py 0 7 0.0%
wandb/sync/sync.py 6 52 11.54%
<!-- Total: 7 63 11.11% -->
Files with Coverage Reduction New Missed Lines %
wandb/cli/cli.py 1 61.16%
wandb/sync/sync.py 2 24.04%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 5e14ccb1-282f-4d45-90f4-017561485d3c: -0.1%
Covered Lines: 12210
Relevant Lines: 18971

💛 - Coveralls