wandb / client-ng

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

TF2 nightly fix #220

Closed farizrahman4u closed 3 years ago

farizrahman4u commented 3 years ago

Fixes regression failing on tf2 nightly: cannot import name 'training_arrays'

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 006d5294-b291-4855-ab9f-02973857b441


Changes Missing Coverage Covered Lines Changed/Added Lines %
wandb/integration/keras/keras.py 3 6 50.0%
<!-- Total: 3 6 50.0% -->
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 56.54%
wandb/internal/meta.py 1 72.39%
wandb/internal/run.py 1 61.54%
wandb/util.py 1 64.52%
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.47%
<!-- Total: 108 -->
Totals Coverage Status
Change from base Build f182cb97-6fe7-4c55-9e65-068ae123ac3b: 4.05%
Covered Lines: 13793
Relevant Lines: 21201

💛 - Coveralls