Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperparameter Discrepancies #249

Open
thewhaleking opened this issue Nov 24, 2024 · 0 comments
Open

Hyperparameter Discrepancies #249

thewhaleking opened this issue Nov 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@thewhaleking
Copy link
Contributor

This is the list we use that we consider valid hyperparams:

serving_rate_limit
min_difficulty
max_difficulty
weights_version
weights_rate_limit
max_weight_limit
immunity_period
min_allowed_weights
activity_cutoff
network_registration_allowed
network_pow_registration_allowed
min_burn
max_burn
adjustment_alpha
rho
kappa
difficulty
bonds_moving_avg
commit_reveal_weights_interval
commit_reveal_weights_enabled
alpha_values
liquid_alpha_enabled

However, getting the hyperparams for subnet 23 on testnet reveals these:

rho
kappa
immunity_period
min_allowed_weights
max_weight_limit
tempo
min_difficulty
max_difficulty
weights_version
weights_rate_limit
adjustment_interval
activity_cutoff
registration_allowed
target_regs_per_interval
min_burn
max_burn
bonds_moving_avg
max_regs_per_block
serving_rate_limit
max_validators
adjustment_alpha
difficulty
commit_reveal_weights_interval
commit_reveal_weights_enabled
alpha_high
alpha_low
liquid_alpha_enabled

Discrepancies:
Existing on old:

network_registration_allowed
network_pow_registration_allowed
alpha_values

Existing on new:

tempo
adjustment_interval
registration_allowed
target_regs_per_interval
max_regs_per_block
max_validators
alpha_high
alpha_low

This prevents setting hyperparameters in the "Existing on new" list.

@thewhaleking thewhaleking added the bug Something isn't working label Nov 24, 2024
@thewhaleking thewhaleking self-assigned this Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant