|
@ -19,7 +19,8 @@ NUM_JOBS = 100 |
|
|
|
|
|
|
|
|
# Define the ranges or sets of values for each hyperparameter |
|
|
# Define the ranges or sets of values for each hyperparameter |
|
|
# alpha_values = list(np.round(np.linspace(2, 4, 21), 4)) |
|
|
# alpha_values = list(np.round(np.linspace(2, 4, 21), 4)) |
|
|
learning_rate_values = list(np.round(np.logspace(-5, -3, 21), 5)) |
|
|
# learning_rate_values = list(np.round(np.logspace(-5, -3, 21), 5)) |
|
|
|
|
|
learning_rate_values = [1e-3] |
|
|
alpha_values = [0, 1, 2] |
|
|
alpha_values = [0, 1, 2] |
|
|
widths = [64, 128, 256, 512] |
|
|
widths = [64, 128, 256, 512] |
|
|
# learning_rate_values = [5e-4] |
|
|
# learning_rate_values = [5e-4] |
|
|