wandb / client-ng

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

[Draft] WIP: add secretagent ... sshhh.. don't tell anyone #190

Closed raubitsj closed 4 years ago

raubitsj commented 4 years ago

Quick and dirty implementation of agents with a loop instead of multiprocessing. Things left todo (maybe in another PR):

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 3346ae1c-ed0a-4c4d-86bb-7c15703f47d8


Changes Missing Coverage Covered Lines Changed/Added Lines %
wandb/sdk/wandb_setup.py 4 6 66.67%
wandb/secretagent/agent.py 21 99 21.21%
<!-- Total: 28 108 25.93% -->
Files with Coverage Reduction New Missed Lines %
wandb/apis/internal_runqueue.py 1 25.0%
wandb/filesync/dir_watcher.py 1 81.62%
wandb/internal/internal_api.py 1 54.31%
wandb/internal/meta.py 1 72.39%
wandb/internal/run.py 1 61.54%
wandb/util.py 1 64.4%
tests/test_datastore.py 2 97.83%
tests/test_util.py 2 97.44%
tests/utils/notebook_client.py 2 72.22%
wandb/cli/cli.py 2 62.0%
<!-- Total: 108 -->
Totals Coverage Status
Change from base Build 7891ca30-9641-4ab3-8061-229725103b8b: 3.8%
Covered Lines: 13473
Relevant Lines: 20911

💛 - Coveralls