Browse Source

change yaml

tags/v0.3.1
generall 4 years ago
parent
commit
5b9f204d80
2 changed files with 41 additions and 1 deletions
  1. +1
    -1
      configs/nodeclf_nas_macro_benchmark.yml
  2. +40
    -0
      configs/nodeclf_nas_macro_benchmark2.yml

+ 1
- 1
configs/nodeclf_nas_macro_benchmark.yml View File

@@ -11,7 +11,7 @@ nas:
hidden_dim: 64
layer_number: 2
algorithm:
name: graphnas
name: rl
num_epochs: 200
estimator:
name: scratch_hardware


+ 40
- 0
configs/nodeclf_nas_macro_benchmark2.yml View File

@@ -0,0 +1,40 @@
ensemble:
name: null
feature:
- name: NormalizeFeatures
hpo:
max_evals: 10
name: random
nas:
space:
name: singlepath
hidden_dim: 64
layer_number: 2
algorithm:
name: enas
num_epochs: 200
estimator:
name: oneshot
models: []
trainer:
hp_space:
- maxValue: 300
minValue: 100
parameterName: max_epoch
scalingType: LINEAR
type: INTEGER
- maxValue: 30
minValue: 10
parameterName: early_stopping_round
scalingType: LINEAR
type: INTEGER
- maxValue: 0.05
minValue: 0.01
parameterName: lr
scalingType: LOG
type: DOUBLE
- maxValue: 0.0005
minValue: 5.0e-05
parameterName: weight_decay
scalingType: LOG
type: DOUBLE

Loading…
Cancel
Save