new__training

This commit is contained in:
Dobromir Popov
2025-05-24 02:42:11 +03:00
parent b181d11923
commit ef71160282
10 changed files with 1613 additions and 190 deletions

View File

@ -91,4 +91,15 @@ paths:
data: "data"
logs: "logs"
cache: "cache"
plots: "plots"
plots: "plots"
# Training Configuration
training:
use_only_real_data: true # CRITICAL: Never use synthetic/generated data
batch_size: 32
learning_rate: 0.001
epochs: 100
validation_split: 0.2
early_stopping_patience: 10
# Directory paths