fixed CNN training

This commit is contained in:
Dobromir Popov
2025-07-29 20:11:22 +03:00
parent b1ae557843
commit aa2a1bf7ee
3 changed files with 154 additions and 99 deletions

View File

@ -1,7 +1,7 @@
# Model Configurations
# This file contains all model-specific configurations to keep the main config.yaml clean
# Enhanced CNN Configuration ( does not use yml file now)
# Enhanced CNN Configuration (cnn model do not use yml config. do not change this)
# cnn:
# window_size: 20
# features: ["open", "high", "low", "close", "volume"]