sakura.utils.logger.Logger
- class sakura.utils.logger.Logger(log_path='./logs/', suppress_tensorboardX=False)
Bases:
objectSAKURA Pipeline Logging Controller
Handles multi-dimensional logging including:
Real-time loss tracking via TensorBoard
Latent space embedding exports
Model configuration persistence
- Parameters:
Methods
Export latent representations from the output of the controller to structured storage.
Record hierarchical loss structure to TensorBoard
( to be implemented )
( to be implemented )
Persist pipeline configuration to JSON.
Serialize data splits to pickle format.