update GDAS and SETN
This commit is contained in:
13
configs/nas-benchmark/CIFAR.config
Normal file
13
configs/nas-benchmark/CIFAR.config
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"eta_min" : ["float", "0.0"],
|
||||
"epochs" : ["int", "200"],
|
||||
"warmup" : ["int", "0"],
|
||||
"optim" : ["str", "SGD"],
|
||||
"LR" : ["float", "0.1"],
|
||||
"decay" : ["float", "0.0005"],
|
||||
"momentum" : ["float", "0.9"],
|
||||
"nesterov" : ["bool", "1"],
|
||||
"criterion": ["str", "Softmax"],
|
||||
"batch_size": ["int", "256"]
|
||||
}
|
13
configs/nas-benchmark/ImageNet-16.config
Normal file
13
configs/nas-benchmark/ImageNet-16.config
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"eta_min" : ["float", "0.0"],
|
||||
"epochs" : ["int", "200"],
|
||||
"warmup" : ["int", "0"],
|
||||
"optim" : ["str", "SGD"],
|
||||
"LR" : ["float", "0.1"],
|
||||
"decay" : ["float", "0.0005"],
|
||||
"momentum" : ["float", "0.9"],
|
||||
"nesterov" : ["bool", "1"],
|
||||
"criterion": ["str", "Softmax"],
|
||||
"batch_size": ["int", "256"]
|
||||
}
|
4
configs/nas-benchmark/ImageNet16-120-split.txt
Normal file
4
configs/nas-benchmark/ImageNet16-120-split.txt
Normal file
File diff suppressed because one or more lines are too long
13
configs/nas-benchmark/algos/DARTS.config
Normal file
13
configs/nas-benchmark/algos/DARTS.config
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"eta_min" : ["float", "0.001"],
|
||||
"epochs" : ["int", "50"],
|
||||
"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"]
|
||||
}
|
13
configs/nas-benchmark/algos/GDAS-noacc.config
Normal file
13
configs/nas-benchmark/algos/GDAS-noacc.config
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"eta_min" : ["float", "0.001"],
|
||||
"epochs" : ["int", "50"],
|
||||
"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"]
|
||||
}
|
13
configs/nas-benchmark/algos/GDAS.config
Normal file
13
configs/nas-benchmark/algos/GDAS.config
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"eta_min" : ["float", "0.001"],
|
||||
"epochs" : ["int", "240"],
|
||||
"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"]
|
||||
}
|
13
configs/nas-benchmark/algos/R-EA.config
Normal file
13
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"]
|
||||
}
|
13
configs/nas-benchmark/algos/RANDOM.config
Normal file
13
configs/nas-benchmark/algos/RANDOM.config
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"eta_min" : ["float", "0.001"],
|
||||
"epochs" : ["int", "150"],
|
||||
"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"]
|
||||
}
|
13
configs/nas-benchmark/algos/SETN.config
Normal file
13
configs/nas-benchmark/algos/SETN.config
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"scheduler": ["str", "cos"],
|
||||
"eta_min" : ["float", "0.001"],
|
||||
"epochs" : ["int", "400"],
|
||||
"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"]
|
||||
}
|
4
configs/nas-benchmark/cifar-split.txt
Normal file
4
configs/nas-benchmark/cifar-split.txt
Normal file
File diff suppressed because one or more lines are too long
4
configs/nas-benchmark/cifar100-test-split.txt
Normal file
4
configs/nas-benchmark/cifar100-test-split.txt
Normal file
File diff suppressed because one or more lines are too long
4
configs/nas-benchmark/imagenet-16-120-test-split.txt
Normal file
4
configs/nas-benchmark/imagenet-16-120-test-split.txt
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user