Recent Releases of ts3l
ts3l - v0.60
New Features
- Support modular designs for embedding and backbone module.
The currently supported modules are:
- Embedding modules:
identityfeature_tokenizer(from Revisiting Deep Learning Models for Tabular Data) - Backbone modules:
mlptransformer
- Embedding modules:
Enhancements
- Split reconstruction head for DAE and VIME: Implement separate reconstruction heads for categorical and continuous features, enhancing the handling of heterogeneous data.
- Python
Published by Alcoholrithm about 1 year ago
ts3l - v0.50
Module Optimization Enhanced performance by optimizing several modules, resulting in more efficient and faster execution.
Refactored Forward and Loss Calculation Logic Moved the forward and loss calculation logic from Lightning modules to functional modules. This change improves modularity and maintainability of the codebase.
Code Refactoring Refactored the overall codebase for better readability, and maintainability.
New Freeze Encoder Flag Added a freezeencoder flag to the setsecond_phase method. This flag allows users to easily freeze or unfreeze the encoder during the second phase of training, providing greater flexibility in model training.
- Python
Published by Alcoholrithm over 1 year ago