dedulicae model storage

This commit is contained in:
Dobromir Popov
2025-09-09 00:35:13 +03:00
parent c3a94600c8
commit 9671d0d363
11 changed files with 292 additions and 1846 deletions

View File

@@ -168,8 +168,8 @@ def start_web_ui(port=8051):
except ImportError:
model_registry = {}
# Initialize checkpoint management for dashboard
dashboard_checkpoint_manager = get_checkpoint_manager()
# Initialize unified model management for dashboard
dashboard_checkpoint_manager = create_model_manager()
dashboard_training_integration = get_training_integration()
# Create unified orchestrator for the dashboard
@@ -206,8 +206,8 @@ async def start_training_loop(orchestrator, trading_executor):
logger.info("STARTING ENHANCED TRAINING LOOP WITH COB INTEGRATION")
logger.info("=" * 70)
# Initialize checkpoint management for training loop
checkpoint_manager = get_checkpoint_manager()
# Initialize unified model management for training loop
checkpoint_manager = create_model_manager()
training_integration = get_training_integration()
# Training statistics for checkpoint management