This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
jjfraaa
/
AutoGL
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
3
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
change yaml
tags/v0.3.1
generall
4 years ago
parent
e6904fcffe
commit
5b9f204d80
2 changed files
with
41 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configs/nodeclf_nas_macro_benchmark.yml
+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
Write
Preview
Loading…
Cancel
Save