dedulicae model storage
This commit is contained in:
8
main.py
8
main.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user