vector predictions inference fix
This commit is contained in:
@ -4841,6 +4841,7 @@ class TradingOrchestrator:
|
||||
price_pred,
|
||||
features_refined,
|
||||
advanced_pred,
|
||||
multi_timeframe_pred,
|
||||
) = self.cnn_model(features_tensor)
|
||||
|
||||
# Convert to probabilities using softmax
|
||||
|
Reference in New Issue
Block a user