wandb / client-ng

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

refactor internal process, restore sparklines! #151

Closed raubitsj closed 4 years ago

raubitsj commented 4 years ago

TODO:

Screen Shot 2020-08-22 at 1 25 23 PM

Testing: https://app.wandb.ai/jeffr/regression/groups/20200823-0.0.41-refactor_internal-process-c76c6ab-elozrc Try again: https://app.wandb.ai/jeffr/regression/groups/20200823-0.0.41-refactor_internal-process-6b02229-9px02a

Failed runs: 0: wandb-wandb-examples-fastai-simpsons:init_py36 [ we dont handle fastai v2 - same as cli-og ] 1: wandb-examples-tensorboard-tf2-kerasfit:init_py36 2: wandb-examples-tensorboard-tf2-gradienttape:init_py36 3: wandb-examples-tensorboard-pytorch:init_py36 4: wandb-examples-tensorboard-tf2-images:init_py36

tensorboard will be fixed in a follow on PR. we arent saving summary right now.. Fix is to move tensorboard stuff into handler instead of sender (which is where it belongs)

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 9bf4a742-4a22-486d-be7f-e8b27954f1ca


Changes Missing Coverage Covered Lines Changed/Added Lines %
wandb/sdk/wandb_login.py 1 2 50.0%
wandb/sdk/wandb_settings.py 1 2 50.0%
wandb/sdk/wandb_setup.py 1 2 50.0%
wandb/wandb_agent.py 1 2 50.0%
wandb/internal/stats.py 1 3 33.33%
wandb/sdk/wandb_config.py 5 8 62.5%
wandb/internal/sample.py 51 56 91.07%
wandb/sync/sync.py 0 5 0.0%
wandb/sdk/wandb_init.py 10 17 58.82%
wandb/interface/interface.py 81 89 91.01%
<!-- Total: 605 912 66.34% -->
Files with Coverage Reduction New Missed Lines %
wandb/internal/sender.py 1 71.88%
wandb/internal/stats.py 1 16.79%
wandb/lib/git.py 1 68.8%
wandb/sync/sync.py 1 24.49%
wandb/interface/interface.py 2 74.01%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 7be87205-4632-49e0-89cb-d803e50ffdfc: 0.9%
Covered Lines: 12034
Relevant Lines: 19876

💛 - Coveralls