Skip to content

Hyperparameter tuning #88

@forklady42

Description

@forklady42

Overview

Systematically tune hyperparameters to improve model performance beyond the current baseline.

Tasks

  • Identify hyperparameters to tune (e.g., lr, n_residual_blocks, n_channels, warmup_length, batch size, optimizer settings)
  • Choose a tuning strategy (e.g., grid search, random search, or Bayesian optimization via W&B sweeps)
  • Run sweep and collect results
  • Analyze results and select best configuration
  • Update default config(s) with best-found hyperparameters and document findings

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions