platform-demo-scripts/experiments/sweep_phasenet.yaml

21 lines
328 B
YAML

name: PhaseNet-lr0.005-0.02-bs256-1024
method: bayes
metric:
goal: minimize
name: val_loss
parameters:
model_name:
value:
- PhaseNet
batch_size:
distribution: int_uniform
max: 1024
min: 256
max_epochs:
value:
- 15
learning_rate:
distribution: uniform
max: 0.02
min: 0.005