aliabd
full working demo
d5175d3
raw
history blame contribute delete
605 Bytes
# @package hydra.sweeper
_target_: hydra_plugins.hydra_ax_sweeper.ax_sweeper.AxSweeper
max_batch_size: null
ax_config:
max_trials: 128
early_stop:
minimize: true
max_epochs_without_improvement: 32
epsilon: 1.0e-05
experiment:
name: ${dataset.gen_subset}
objective_name: wer
minimize: true
parameter_constraints: null
outcome_constraints: null
status_quo: null
client:
verbose_logging: false
random_seed: null
params:
decoding.lmweight:
type: range
bounds: [0.0, 5.0]
decoding.wordscore:
type: range
bounds: [-5.0, 5.0]