-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
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.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request