add autodl
This commit is contained in:
13
AutoDL-Projects/configs/nas-benchmark/algos/DARTS.config
Normal file
13
AutoDL-Projects/configs/nas-benchmark/algos/DARTS.config
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"LR" : ["float", "0.025"],
|
||||
"eta_min" : ["float", "0.001"],
|
||||
"epochs" : ["int", "50"],
|
||||
"warmup" : ["int", "0"],
|
||||
"optim" : ["str", "SGD"],
|
||||
"decay" : ["float", "0.0005"],
|
||||
"momentum" : ["float", "0.9"],
|
||||
"nesterov" : ["bool", "1"],
|
||||
"criterion": ["str", "Softmax"],
|
||||
"batch_size": ["int", "64"]
|
||||
}
|
17
AutoDL-Projects/configs/nas-benchmark/algos/ENAS.config
Normal file
17
AutoDL-Projects/configs/nas-benchmark/algos/ENAS.config
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"LR" : ["float", "0.05"],
|
||||
"eta_min" : ["float", "0.0005"],
|
||||
"epochs" : ["int", "250"],
|
||||
"T_max" : ["int", "10"],
|
||||
"warmup" : ["int", "0"],
|
||||
"optim" : ["str", "SGD"],
|
||||
"decay" : ["float", "0.00025"],
|
||||
"momentum" : ["float", "0.9"],
|
||||
"nesterov" : ["bool", "1"],
|
||||
"controller_lr" : ["float", "0.001"],
|
||||
"controller_betas": ["float", [0, 0.999]],
|
||||
"controller_eps" : ["float", 0.001],
|
||||
"criterion": ["str", "Softmax"],
|
||||
"batch_size": ["int", "128"]
|
||||
}
|
13
AutoDL-Projects/configs/nas-benchmark/algos/GDAS.config
Normal file
13
AutoDL-Projects/configs/nas-benchmark/algos/GDAS.config
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"LR" : ["float", "0.025"],
|
||||
"eta_min" : ["float", "0.001"],
|
||||
"epochs" : ["int", "250"],
|
||||
"warmup" : ["int", "0"],
|
||||
"optim" : ["str", "SGD"],
|
||||
"decay" : ["float", "0.0005"],
|
||||
"momentum" : ["float", "0.9"],
|
||||
"nesterov" : ["bool", "1"],
|
||||
"criterion": ["str", "Softmax"],
|
||||
"batch_size": ["int", "64"]
|
||||
}
|
13
AutoDL-Projects/configs/nas-benchmark/algos/R-EA.config
Normal file
13
AutoDL-Projects/configs/nas-benchmark/algos/R-EA.config
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"eta_min" : ["float", "0.001"],
|
||||
"epochs" : ["int", "25"],
|
||||
"warmup" : ["int", "0"],
|
||||
"optim" : ["str", "SGD"],
|
||||
"LR" : ["float", "0.025"],
|
||||
"decay" : ["float", "0.0005"],
|
||||
"momentum" : ["float", "0.9"],
|
||||
"nesterov" : ["bool", "1"],
|
||||
"criterion": ["str", "Softmax"],
|
||||
"batch_size": ["int", "64"]
|
||||
}
|
14
AutoDL-Projects/configs/nas-benchmark/algos/RANDOM.config
Normal file
14
AutoDL-Projects/configs/nas-benchmark/algos/RANDOM.config
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"LR" : ["float", "0.025"],
|
||||
"eta_min" : ["float", "0.001"],
|
||||
"epochs" : ["int", "250"],
|
||||
"warmup" : ["int", "0"],
|
||||
"optim" : ["str", "SGD"],
|
||||
"decay" : ["float", "0.0005"],
|
||||
"momentum" : ["float", "0.9"],
|
||||
"nesterov" : ["bool", "1"],
|
||||
"criterion": ["str", "Softmax"],
|
||||
"batch_size": ["int", "64"],
|
||||
"test_batch_size": ["int", "512"]
|
||||
}
|
14
AutoDL-Projects/configs/nas-benchmark/algos/SETN.config
Normal file
14
AutoDL-Projects/configs/nas-benchmark/algos/SETN.config
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"LR" : ["float", "0.025"],
|
||||
"eta_min" : ["float", "0.001"],
|
||||
"epochs" : ["int", "250"],
|
||||
"warmup" : ["int", "0"],
|
||||
"optim" : ["str", "SGD"],
|
||||
"decay" : ["float", "0.0005"],
|
||||
"momentum" : ["float", "0.9"],
|
||||
"nesterov" : ["bool", "1"],
|
||||
"criterion": ["str", "Softmax"],
|
||||
"batch_size": ["int", "64"],
|
||||
"test_batch_size": ["int", "512"]
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"LR" : ["float", "0.025"],
|
||||
"eta_min" : ["float", "0.001"],
|
||||
"epochs" : ["int", "100"],
|
||||
"warmup" : ["int", "0"],
|
||||
"optim" : ["str", "SGD"],
|
||||
"decay" : ["float", "0.0005"],
|
||||
"momentum" : ["float", "0.9"],
|
||||
"nesterov" : ["bool", "1"],
|
||||
"criterion": ["str", "Softmax"],
|
||||
"batch_size": ["int", "64"],
|
||||
"test_batch_size": ["int", "512"]
|
||||
}
|
Reference in New Issue
Block a user