-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for top-down structure in Einet
Refactor and configuration update for modular model architectures. - Added "--structure" argument to args for model structure specification ("top-down" or "bottom-up"). - Refined configuration in `config.yaml` for greater control over einet and convpc layers, with updates to channels, structure, and kernel settings. - Refactored `main.py` and `main_pl.py` to streamline model structure handling and simplify output generation. - Updated `models_pl.py` to support modular architecture selection between `Einet` and `ConvPc`. - Corrected image shape for CelebA dataset in `data.py` to (3, 128, 128). - Adjusted `einet.py` to support new top-down and bottom-up structure choices. Test: Minor test adjustments for structure argument compatibility.
- Loading branch information
1 parent
163f16d
commit a3f93f5
Showing
8 changed files
with
96 additions
and
107 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
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
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.