-
Notifications
You must be signed in to change notification settings - Fork 38
Labels
modelRelated to model training or definition (not generic infra)Related to model training or definition (not generic infra)
Description
Is your feature request related to a problem? Please describe.
Currently, the engines (in engines.py
) are not torch.nn.modules
and not all of them implement a forward
function. This complicates the code in model.py
and leads to other unexpected issues.
Describe the solution you'd like
See above. Any apparent inconsistencies should also be fixed there.
Describe alternatives you've considered
No response
Additional context
No response
Organisation
No response
Metadata
Metadata
Assignees
Labels
modelRelated to model training or definition (not generic infra)Related to model training or definition (not generic infra)
Type
Projects
Status
Todo