Custom Extensions Guide¤
Overview¤
Learn how to create custom extensions:
- Creating custom model types
- Implementing custom losses
- Building custom samplers
- Registering with factories
Related Documentation¤
Extension Patterns¤
Model Extension¤
Inherit from base classes and implement required methods.
Loss Extension¤
Create callable loss functions with standard interface.
Sampler Extension¤
Implement sampling protocol for custom generation.