swap-nas/AutoDL-Projects/configs/nas-benchmark/algos/SETN.config
2024-08-25 18:02:31 +02:00

15 lines
410 B
Plaintext

{
"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"]
}