new__training
This commit is contained in:
13
config.yaml
13
config.yaml
@ -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
|
Reference in New Issue
Block a user