Skip to content

Hanaol/model hydra#69

Merged
hanaol merged 12 commits intomainfrom
hanaol/model-hydra
Feb 18, 2026
Merged

Hanaol/model hydra#69
hanaol merged 12 commits intomainfrom
hanaol/model-hydra

Conversation

@hanaol
Copy link
Copy Markdown
Collaborator

@hanaol hanaol commented Jan 27, 2026

Handle model instantiation using Hydra, enabling:

  1. Automatic parameter assignment—no explicit parameter setting required.
  2. Easier integration of new architectures or modules.

@hanaol hanaol changed the base branch from hanaol/dataloader-2 to main February 17, 2026 14:27
@hanaol hanaol requested a review from forklady42 February 17, 2026 14:29
hanaol and others added 2 commits February 17, 2026 22:51
This PR implements a ResUNet architecture as an alternative to the
existing ResNet model. The original ResNet operates in the data
dimension space, where an explicit initial downsampling step is required
to accelerate training. In the ResNet/QM9 workflow, this was achieved by
removing grid cells (pixels), which can lead to a loss of information.

In contrast, the proposed ResUNet architecture includes both encoder and
decoder components, allowing it to handle downsampling and upsampling
internally and more efficiently. Initial tests on the QM9 dataset
indicate that the ResUNet achieves comparable performance and training
speed to the ResNet/QM9 model. A more thorough comparison, however, will
require further hyperparameter tuning for the ResUNet architecture.

---------

Co-authored-by: Hananeh Oliaei <ho0950@della-vis1.princeton.edu>
@hanaol hanaol merged commit 81cc7f7 into main Feb 18, 2026
1 check was pending
@ryan-williams ryan-williams deleted the hanaol/model-hydra branch February 18, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant