-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix use of deprecated arg in colab training * Refactor model save name path + comment wandb cell * Update Colab_WNet3D_training.ipynb * Improve logging in Colab * Subclass WnetTraininWorker to avoid duplication * Remove strict channel first * Add missing channel_dim, remove strict_check=False * Update worker_training.py * Update worker_training.py * Disable strict checks for channelfirstd * Update worker_training.py * Temp disable channel first * Fix init of Colab worker * Move issues with transforms to colab script + disable pad/channelfirst * Enable ChannelFirst again * Remove strict_check = False in original worker Seems to be a Colab-specific issue * Remove redundant code + Colab notebook tweaks * Revert wandb check * Update docs + Colab inference * Update training_wnet.rst * Update Colab_WNet3D_training.ipynb * update / WIP * Update Colab_inference_demo.ipynb * Update Colab_inference_demo.ipynb * Update Colab_inference_demo.ipynb * Update Colab_inference_demo.ipynb * Update Colab_inference_demo.ipynb * Update Colab_inference_demo.ipynb * Update Colab_inference_demo.ipynb * Update Colab_inference_demo.ipynb * nearly final! * exec * final --------- Co-authored-by: Mackenzie Mathis <[email protected]> Co-authored-by: Mackenzie Mathis <[email protected]>
- Loading branch information
1 parent
bb806f0
commit 8c6c306
Showing
5 changed files
with
689 additions
and
1,262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.