reduced number of epochs
All checks were successful
Modulation Recognition Demo / ria-demo (push) Successful in 3m24s

This commit is contained in:
Liyu Xiao 2025-08-22 13:16:32 -04:00
parent 6b4e39e5be
commit 9f8a583857

View File

@ -57,7 +57,7 @@ training:
batch_size: 256 batch_size: 256
# Number of complete passes through the training dataset during training # Number of complete passes through the training dataset during training
epochs: 30 epochs: 5
# Learning rate: step size for weight updates after each batch # Learning rate: step size for weight updates after each batch
# Recommended range for fine-tuning: 1e-6 to 1e-4 # Recommended range for fine-tuning: 1e-6 to 1e-4