-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a simple tutorial start-to-finish tutorial for DaCapo. Still a few things left to resolve before its ready for merging: - [ ] Loss behaving strangely after the first validation (temporary solution involves giving an extra singleton dimension to the provided data) - [ ] Validation fails (we want to show validation loss/scores, validation outputs across iterations, and how to finally take the best iteration and apply it with the post processing to a volume manually) - [ ] stdout too verbose - [ ] plotting functions should be built into `DaCapo` (there are plotting functions, not sure how to include bokeh plots so I didn't dive too deep into this)
- Loading branch information
Showing
4 changed files
with
401 additions
and
8 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
|
||
overview | ||
install | ||
notebooks/minimal_tutorial | ||
tutorial | ||
docker | ||
aws | ||
|
Oops, something went wrong.