Overview
Systematically tune hyperparameters to improve model performance beyond the current baseline.
Tasks
Relevant Config Parameters
See src/electrai/configs/ — key parameters include lr, epochs, nbatch, n_channels, n_residual_blocks, warmup_length.
Acceptance Criteria
- Tuning sweep completed and results logged
- Best hyperparameter configuration identified and documented
- Default config updated if improvement is significant
Overview
Systematically tune hyperparameters to improve model performance beyond the current baseline.
Tasks
lr,n_residual_blocks,n_channels,warmup_length, batch size, optimizer settings)Relevant Config Parameters
See
src/electrai/configs/— key parameters includelr,epochs,nbatch,n_channels,n_residual_blocks,warmup_length.Acceptance Criteria