Upload blackbox yahpo-fcnet
Browse files- yahpo/fcnet/best_params_resnet.json +1 -0
- yahpo/fcnet/config_space.json +114 -0
- yahpo/fcnet/encoding.json +1 -0
- yahpo/fcnet/metadata.json +1 -0
- yahpo/fcnet/model.onnx +3 -0
- yahpo/fcnet/param_set.R +36 -0
yahpo/fcnet/best_params_resnet.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"d": 512, "d_hidden_factor": 2.7803277401283846, "hidden_dropout": 0.04856105544361067, "lr": 0.00038735009551193095, "mixup": true, "n_layers": 4, "opt_tfms_batch_size": true, "opt_tfms_dropout_1": true, "opt_tfms_dropout_2": false, "opt_tfms_epoch": false, "opt_tfms_init_lr": true, "opt_tfms_n_params": false, "opt_tfms_n_units_1": true, "opt_tfms_n_units_2": true, "opt_tfms_replication": true, "opt_tfms_runtime": false, "opt_tfms_valid_loss": false, "opt_tfms_valid_mse": false, "tfms_batch_size": "tlog", "tfms_dropout_1": "tnexp", "tfms_init_lr": "tnexp", "tfms_n_units_1": "tlog", "tfms_n_units_2": "tlog", "tfms_replication": "tlog", "use_residual_dropout": false}
|
yahpo/fcnet/config_space.json
ADDED
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"hyperparameters": [
|
3 |
+
{
|
4 |
+
"name": "task",
|
5 |
+
"type": "categorical",
|
6 |
+
"choices": [
|
7 |
+
"fcnet_naval_propulsion",
|
8 |
+
"fcnet_protein_structure",
|
9 |
+
"fcnet_slice_localization",
|
10 |
+
"fcnet_parkinsons_telemonitoring"
|
11 |
+
],
|
12 |
+
"default": "fcnet_naval_propulsion",
|
13 |
+
"probabilities": null
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"name": "activation_fn_1",
|
17 |
+
"type": "categorical",
|
18 |
+
"choices": [
|
19 |
+
"relu",
|
20 |
+
"tanh"
|
21 |
+
],
|
22 |
+
"default": "relu",
|
23 |
+
"probabilities": null
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"name": "activation_fn_2",
|
27 |
+
"type": "categorical",
|
28 |
+
"choices": [
|
29 |
+
"tanh",
|
30 |
+
"relu"
|
31 |
+
],
|
32 |
+
"default": "relu",
|
33 |
+
"probabilities": null
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"name": "lr_schedule",
|
37 |
+
"type": "categorical",
|
38 |
+
"choices": [
|
39 |
+
"const",
|
40 |
+
"cosine"
|
41 |
+
],
|
42 |
+
"default": "const",
|
43 |
+
"probabilities": null
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"name": "epoch",
|
47 |
+
"type": "uniform_int",
|
48 |
+
"log": true,
|
49 |
+
"lower": 1,
|
50 |
+
"upper": 100,
|
51 |
+
"default": 100
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"name": "replication",
|
55 |
+
"type": "uniform_int",
|
56 |
+
"log": true,
|
57 |
+
"lower": 1,
|
58 |
+
"upper": 4,
|
59 |
+
"default": 1
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"name": "batch_size",
|
63 |
+
"type": "uniform_int",
|
64 |
+
"log": true,
|
65 |
+
"lower": 8,
|
66 |
+
"upper": 64,
|
67 |
+
"default": 64
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"name": "init_lr",
|
71 |
+
"type": "uniform_float",
|
72 |
+
"log": true,
|
73 |
+
"lower": 5e-4,
|
74 |
+
"upper": 1e-1,
|
75 |
+
"default": 1e-3
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"name": "dropout_1",
|
79 |
+
"type": "uniform_float",
|
80 |
+
"log": false,
|
81 |
+
"lower": 0.0,
|
82 |
+
"upper": 0.6,
|
83 |
+
"default": 0.5
|
84 |
+
},
|
85 |
+
{
|
86 |
+
"name": "dropout_2",
|
87 |
+
"type": "uniform_float",
|
88 |
+
"log": false,
|
89 |
+
"lower": 0.0,
|
90 |
+
"upper": 0.6,
|
91 |
+
"default": 0.5
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"name": "n_units_1",
|
95 |
+
"type": "uniform_int",
|
96 |
+
"log": false,
|
97 |
+
"lower": 16,
|
98 |
+
"upper": 512,
|
99 |
+
"default": 256
|
100 |
+
},
|
101 |
+
{
|
102 |
+
"name": "n_units_2",
|
103 |
+
"type": "uniform_int",
|
104 |
+
"log": false,
|
105 |
+
"lower": 16,
|
106 |
+
"upper": 512,
|
107 |
+
"default": 256
|
108 |
+
}
|
109 |
+
],
|
110 |
+
"conditions": [],
|
111 |
+
"forbiddens": [],
|
112 |
+
"python_module_version": "0.4.18",
|
113 |
+
"json_format_version": 0.2
|
114 |
+
}
|
yahpo/fcnet/encoding.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"activation_fn_1": {"#na#": 0, "relu": 1, "tanh": 2}, "activation_fn_2": {"#na#": 0, "relu": 1, "tanh": 2}, "lr_schedule": {"#na#": 0, "const": 1, "cosine": 2}, "task": {"#na#": 0, "fcnet_naval_propulsion": 1, "fcnet_parkinsons_telemonitoring": 2, "fcnet_protein_structure": 3, "fcnet_slice_localization": 4}}
|
yahpo/fcnet/metadata.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"metric_elapsed_time": "time", "metric_default": "val_accuracy", "resource_attr": "st_worker_iter"}
|
yahpo/fcnet/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ba8114fec92c3c01a36b501c98dba160e6dfbaa98b48b7f20a6b255c9978f5f
|
3 |
+
size 35160441
|
yahpo/fcnet/param_set.R
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
search_space = ps(
|
2 |
+
task = p_fct(levels = c("fcnet_naval_propulsion", "fcnet_protein_structure", "fcnet_slice_localization","fcnet_parkinsons_telemonitoring"), tags = "task_id"),
|
3 |
+
activation_fn_1 = p_fct(levels = c("relu", "tanh")),
|
4 |
+
activation_fn_2 = p_fct(levels = c("relu", "tanh")),
|
5 |
+
lr_schedule = p_fct(levels = c("const", "cosine")),
|
6 |
+
epoch = p_dbl(lower = log(1), upper = log(100), tags = c("int", "log"), trafo = function(x) as.integer(round(exp(x))), tags = "budget"),
|
7 |
+
replication = p_int(lower = 1, upper = 4),
|
8 |
+
batch_size = p_dbl(lower = log(8), upper = log(64), tags = c("int", "log"), trafo = function(x) as.integer(round(exp(x)))),
|
9 |
+
init_lr = p_dbl(lower = log(5e-4), upper = log(1e-1), tags = "log", trafo = function(x) exp(x)),
|
10 |
+
dropout_1 = p_dbl(lower = 0, upper = 0.6),
|
11 |
+
dropout_2 = p_dbl(lower = 0, upper = 0.6),
|
12 |
+
n_units_1 = p_int(lower = 16L, upper= 512L),
|
13 |
+
n_units_2 = p_int(lower = 16L, upper= 512L)
|
14 |
+
)
|
15 |
+
|
16 |
+
domain = ps(
|
17 |
+
task = p_fct(levels = c("fcnet_naval_propulsion", "fcnet_protein_structure", "fcnet_slice_localization","fcnet_parkinsons_telemonitoring"), tags = "task_id"),
|
18 |
+
activation_fn_1 = p_fct(levels = c("relu", "tanh")),
|
19 |
+
activation_fn_2 = p_fct(levels = c("relu", "tanh")),
|
20 |
+
lr_schedule = p_fct(levels = c("const", "cosine")),
|
21 |
+
epoch = p_int(lower = 1L, upper = 100L, tags = "budget"),
|
22 |
+
replication = p_int(lower = 1, upper = 4),
|
23 |
+
batch_size = p_int(lower = 8, upper = 64),
|
24 |
+
init_lr = p_dbl(lower = 5e-4, upper = 1e-1),
|
25 |
+
dropout_1 = p_dbl(lower = 0, upper = 0.6),
|
26 |
+
dropout_2 = p_dbl(lower = 0, upper = 0.6),
|
27 |
+
n_units_1 = p_int(lower = 16L, upper= 512L),
|
28 |
+
n_units_2 = p_int(lower = 16L, upper= 512L)
|
29 |
+
)
|
30 |
+
|
31 |
+
codomain = ps(
|
32 |
+
valid_loss = p_dbl(lower = 0, upper = Inf, tags = "minimize"),
|
33 |
+
valid_mse = p_dbl(lower = 0, upper = Inf, tags = "minimize"),
|
34 |
+
runtime = p_dbl(lower = 0, upper = Inf, tags = "minimize"),
|
35 |
+
n_params = p_int(lower = 1, upper = Inf, tags = "minimize")
|
36 |
+
)
|