Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate larger submodules from layers #13

Open
oskar-taubert opened this issue Jun 19, 2024 · 0 comments
Open

Separate larger submodules from layers #13

oskar-taubert opened this issue Jun 19, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@oskar-taubert
Copy link
Member

Currently the package seems to be organized in models (e.g. Transformer) and modules (e.g. attention) so anything that is not a complete model.
It would make sense to me to add a tier in the middle so there would be

  • Models (e.g. Transformer)
  • Components/Modules/Blocks (e.g. Encoder, Decoder, OutputModule, etc.)
  • Layers (MCDropout, attention, etc.)
@oskar-taubert oskar-taubert added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants