Skip to content

Commit 7ae9a58

Browse files
drewoldagSamSandwich07gitosaurusCopilot
authored
Working with ResultsDataset common workflow notebook (#717)
* Adding first draft of common workflow notebook for working with ResultsDataset. * _torch_schedulers * initial commit * ran notebooks and deleted irrelevant cell outputs * addressed code review * addressed code review * fixed second plot not showing up * code review addressed * fixed pre-commit error * fixed typo in image name * `visualize` verb should find all its inputs from config. (#713) * `visualize` verb should find all its inputs from config. Rather that assuming that the dataset provides its own breadcrumbs to its input, use the session-wide config to locate that data and its necessary metadata. * Insist that "infer" be in the data request * Use setup_dataset from pytorch_ignite in visualize verb * Replace .numpy() calls with np.asarray() at interface boundaries in visualize.py * Add REQUIRED_SPLITS and OPTIONAL_SPLITS to Visualize verb --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: gitosaurus <6794831+gitosaurus@users.noreply.github.com> * Get pre-executed notebooks running again, with needed Pydantic and Lance changes (#711) * Fix and run most pre-executed notebooks. Get visualize's h.config correct Chose model.name = HyraxAutoencoder; v.0.6.1 inspection confirms. Smaller batch size for HSC data Must suffix columns with data provider Get MPR demo working Quiet down Lance DB creation warnings * Respond to PR comments * Use data_location * export_model.ipynb needs to be rewritten * Restore hyrax_hats_cutout to main * xcxc blocks innocent images * Adding the notebook to the documentation. * Making the indexes consistent in the examples. * Polished with the help of an agentic notebook reviewers. * Fixing botch merge conflict resolution. * Getting Started notebook was rerun, and we did not clean up the superfluous output. I ran it again, and removed the output that might be distracting. --------- Co-authored-by: Samarth Venkatesh <samnsid7@uw.edu> Co-authored-by: Derek T. Jones <dtj1s@uw.edu> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: gitosaurus <6794831+gitosaurus@users.noreply.github.com>
1 parent 08950a1 commit 7ae9a58

File tree

4 files changed

+420
-783
lines changed

4 files changed

+420
-783
lines changed

docs/common_workflows.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ Common workflows
55
:maxdepth: 1
66

77
Configuration basics <notebooks/config_basics>
8+
Working with result datasets <pre_executed/working_with_results_data>
89
Learning rate schedulers <pre_executed/using_lr_schedulers>

0 commit comments

Comments
 (0)