cnn training stats on dash
This commit is contained in:
@ -6,6 +6,14 @@ system:
|
||||
log_level: "INFO" # DEBUG, INFO, WARNING, ERROR
|
||||
session_timeout: 3600 # Session timeout in seconds
|
||||
|
||||
# Cold Start Mode Configuration
|
||||
cold_start:
|
||||
enabled: true # Enable cold start mode logic
|
||||
inference_interval: 0.5 # Inference interval (seconds) during cold start
|
||||
training_interval: 2 # Training interval (seconds) during cold start
|
||||
heavy_adjustments: true # Allow more aggressive parameter/training adjustments
|
||||
log_cold_start: true # Log when in cold start mode
|
||||
|
||||
# Exchange Configuration
|
||||
exchanges:
|
||||
primary: "bybit" # Primary exchange: mexc, deribit, binance, bybit
|
||||
|
Reference in New Issue
Block a user