Jeff Raubitschek
Jeff Raubitschek
Fixes WB-NNNN Fixes #NNNN Description ----------- What does the PR do? Testing ------- How was this PR tested? Checklist ------- - Include reference to internal ticket "Fixes WB-NNNN" (and github...
Fixes WB-NNNN Fixes #NNNN Description ----------- Create an example that uses define_metric to control how W&B displays gradients. Usage: ``` python train_mnist.py --use-wandb --use-wandb-define-metric --epochs 1 ``` The above script...
Fixes WB-NNNN Fixes #NNNN Description ----------- Problem to solve: - Timeouts for communicate routines are a problem. They are arbitrary and we do not handle timeouts. They also do not...
Fixes WB-NNNN Fixes #NNNN copilot: all Description ----------- TODO: - [ ] Debug and fix system test failures - [ ] Warn users if settings.console changes between wrap and redir,...
Description ----------- Add examples / tests for ray/tune Also: - Updated coveragetool to detect .coveragerc issues (found one, imports was there and didnt need to be) - Updated .coveragerc to...
https://wandb.atlassian.net/browse/WB-4514 Description ----------- Design: https://paper.dropbox.com/doc/Client-Library-Message-Routing--BEY2xyreHjuwpj1ww2rLuP1IAg-iCroEH2dbGO74PeJt4WOe Continuation of: https://github.com/wandb/client/pull/1813 What does the PR do? - [x] Add protocheck circleci test - [ ] Attempt to shutdown internal process on error paths...
https://wandb.atlassian.net/browse/WB-NNNN https://wandb.atlassian.net/browse/CLI-NNNN https://github.com/wandb/client/issues/NNNN Description ----------- What does the PR do? Testing ------- How was this PR tested?
https://wandb.atlassian.net/browse/WB-NNNN https://wandb.atlassian.net/browse/CLI-NNNN https://github.com/wandb/client/issues/NNNN Description ----------- What does the PR do? Testing ------- How was this PR tested?
https://wandb.atlassian.net/browse/WB-NNNN https://wandb.atlassian.net/browse/CLI-NNNN https://github.com/wandb/client/issues/NNNN Description ----------- Adds rewind so that you can resume from a checkpoint. ```python run = wandb.init(resume=True) if run.resumed: checkpoint_step = lookup_last_checkpoint_in_run(run) # TBD model = load_model(wandb.restore("model-checkpoint-{}.h5".format(checkpoint_step)).name) run.rewind(step=checkpoint_step)...
https://wandb.atlassian.net/browse/WB-NNNN https://wandb.atlassian.net/browse/CLI-NNNN https://github.com/wandb/client/issues/NNNN Description ----------- This branch should: - [ ] Pass all tests at: https://github.com/wandb/wandb-examples/tree/master/experimental/multiprocess - [ ] ... Testing ------- How was this PR tested?