Mercurial > repos > goeckslab > ludwig_train
comparison test-data/temp_description.json @ 0:f0be10937f5c draft default tip
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit bdea9430787658783a51cc6c2ae951a01e455bb4
author | goeckslab |
---|---|
date | Tue, 07 Jan 2025 22:44:09 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0be10937f5c |
---|---|
1 { | |
2 "command": "/home/ubuntu24/Galaxy-Ludwig/tools/ludwig_experiment.py --config /tmp/tmp0u6yc1yw/job_working_directory/000/3/working/config.yml --dataset /tmp/tmp0u6yc1yw/job_working_directory/000/3/working/temperature_la.csv --output_directory /tmp/tmp0u6yc1yw/job_working_directory/000/3/working --data_format csv --backend local --eval_split test --random_seed 42 --skip_save_unprocessed_output --skip_save_k_fold_split_indices", | |
3 "compute": { | |
4 "num_nodes": 1 | |
5 }, | |
6 "config": { | |
7 "backend": null, | |
8 "combiner": { | |
9 "activation": "relu", | |
10 "bias_initializer": "zeros", | |
11 "dropout": 0.0, | |
12 "fc_layers": null, | |
13 "flatten_inputs": false, | |
14 "norm": null, | |
15 "norm_params": null, | |
16 "num_fc_layers": 0, | |
17 "output_size": 256, | |
18 "residual": false, | |
19 "type": "concat", | |
20 "use_bias": true, | |
21 "weights_initializer": "xavier_uniform" | |
22 }, | |
23 "defaults": { | |
24 "audio": { | |
25 "encoder": { | |
26 "activation": "relu", | |
27 "bias_initializer": "zeros", | |
28 "conv_layers": null, | |
29 "dropout": 0.0, | |
30 "embedding_size": 256, | |
31 "embeddings_on_cpu": false, | |
32 "embeddings_trainable": true, | |
33 "fc_layers": null, | |
34 "filter_size": 3, | |
35 "max_sequence_length": null, | |
36 "norm": null, | |
37 "norm_params": null, | |
38 "num_conv_layers": null, | |
39 "num_fc_layers": null, | |
40 "num_filters": 256, | |
41 "output_size": 256, | |
42 "pool_function": "max", | |
43 "pool_size": null, | |
44 "pretrained_embeddings": null, | |
45 "reduce_output": "sum", | |
46 "representation": "dense", | |
47 "should_embed": true, | |
48 "skip": false, | |
49 "type": "parallel_cnn", | |
50 "use_bias": true, | |
51 "vocab": null, | |
52 "weights_initializer": "xavier_uniform" | |
53 }, | |
54 "preprocessing": { | |
55 "audio_file_length_limit_in_s": 7.5, | |
56 "computed_fill_value": null, | |
57 "fill_value": null, | |
58 "in_memory": true, | |
59 "missing_value_strategy": "bfill", | |
60 "norm": null, | |
61 "num_fft_points": null, | |
62 "num_filter_bands": 80, | |
63 "padding_value": 0.0, | |
64 "type": "fbank", | |
65 "window_length_in_s": 0.04, | |
66 "window_shift_in_s": 0.02, | |
67 "window_type": "hamming" | |
68 } | |
69 }, | |
70 "bag": { | |
71 "encoder": { | |
72 "activation": "relu", | |
73 "bias_initializer": "zeros", | |
74 "dropout": 0.0, | |
75 "embedding_size": 50, | |
76 "embeddings_on_cpu": false, | |
77 "embeddings_trainable": true, | |
78 "fc_layers": null, | |
79 "force_embedding_size": false, | |
80 "norm": null, | |
81 "norm_params": null, | |
82 "num_fc_layers": 0, | |
83 "output_size": 10, | |
84 "pretrained_embeddings": null, | |
85 "representation": "dense", | |
86 "skip": false, | |
87 "type": "embed", | |
88 "use_bias": true, | |
89 "vocab": null, | |
90 "weights_initializer": "xavier_uniform" | |
91 }, | |
92 "preprocessing": { | |
93 "computed_fill_value": "<UNK>", | |
94 "fill_value": "<UNK>", | |
95 "lowercase": false, | |
96 "missing_value_strategy": "fill_with_const", | |
97 "most_common": 10000, | |
98 "tokenizer": "space" | |
99 } | |
100 }, | |
101 "binary": { | |
102 "decoder": { | |
103 "bias_initializer": "zeros", | |
104 "fc_activation": "relu", | |
105 "fc_bias_initializer": "zeros", | |
106 "fc_dropout": 0.0, | |
107 "fc_layers": null, | |
108 "fc_norm": null, | |
109 "fc_norm_params": null, | |
110 "fc_output_size": 256, | |
111 "fc_use_bias": true, | |
112 "fc_weights_initializer": "xavier_uniform", | |
113 "input_size": null, | |
114 "num_fc_layers": 0, | |
115 "type": "regressor", | |
116 "use_bias": true, | |
117 "weights_initializer": "xavier_uniform" | |
118 }, | |
119 "encoder": { | |
120 "skip": false, | |
121 "type": "passthrough" | |
122 }, | |
123 "loss": { | |
124 "confidence_penalty": 0, | |
125 "positive_class_weight": null, | |
126 "robust_lambda": 0, | |
127 "type": "binary_weighted_cross_entropy", | |
128 "weight": 1.0 | |
129 }, | |
130 "preprocessing": { | |
131 "computed_fill_value": null, | |
132 "fallback_true_label": null, | |
133 "fill_value": null, | |
134 "missing_value_strategy": "fill_with_false" | |
135 } | |
136 }, | |
137 "category": { | |
138 "decoder": { | |
139 "bias_initializer": "zeros", | |
140 "fc_activation": "relu", | |
141 "fc_bias_initializer": "zeros", | |
142 "fc_dropout": 0.0, | |
143 "fc_layers": null, | |
144 "fc_norm": null, | |
145 "fc_norm_params": null, | |
146 "fc_output_size": 256, | |
147 "fc_use_bias": true, | |
148 "fc_weights_initializer": "xavier_uniform", | |
149 "input_size": null, | |
150 "num_classes": null, | |
151 "num_fc_layers": 0, | |
152 "type": "classifier", | |
153 "use_bias": true, | |
154 "weights_initializer": "xavier_uniform" | |
155 }, | |
156 "encoder": { | |
157 "dropout": 0.0, | |
158 "embedding_initializer": null, | |
159 "embedding_size": 50, | |
160 "embeddings_on_cpu": false, | |
161 "embeddings_trainable": true, | |
162 "pretrained_embeddings": null, | |
163 "skip": false, | |
164 "type": "dense", | |
165 "vocab": null | |
166 }, | |
167 "loss": { | |
168 "class_similarities": null, | |
169 "class_similarities_temperature": 0, | |
170 "class_weights": null, | |
171 "confidence_penalty": 0, | |
172 "robust_lambda": 0, | |
173 "type": "softmax_cross_entropy", | |
174 "weight": 1.0 | |
175 }, | |
176 "preprocessing": { | |
177 "cache_encoder_embeddings": false, | |
178 "computed_fill_value": "<UNK>", | |
179 "fill_value": "<UNK>", | |
180 "lowercase": false, | |
181 "missing_value_strategy": "fill_with_const", | |
182 "most_common": 10000 | |
183 } | |
184 }, | |
185 "date": { | |
186 "encoder": { | |
187 "activation": "relu", | |
188 "bias_initializer": "zeros", | |
189 "dropout": 0.0, | |
190 "embedding_size": 10, | |
191 "embeddings_on_cpu": false, | |
192 "fc_layers": null, | |
193 "norm": null, | |
194 "norm_params": null, | |
195 "num_fc_layers": 0, | |
196 "output_size": 10, | |
197 "skip": false, | |
198 "type": "embed", | |
199 "use_bias": true, | |
200 "weights_initializer": "xavier_uniform" | |
201 }, | |
202 "preprocessing": { | |
203 "computed_fill_value": "", | |
204 "datetime_format": null, | |
205 "fill_value": "", | |
206 "missing_value_strategy": "fill_with_const" | |
207 } | |
208 }, | |
209 "h3": { | |
210 "encoder": { | |
211 "activation": "relu", | |
212 "bias_initializer": "zeros", | |
213 "dropout": 0.0, | |
214 "embedding_size": 10, | |
215 "embeddings_on_cpu": false, | |
216 "fc_layers": null, | |
217 "norm": null, | |
218 "norm_params": null, | |
219 "num_fc_layers": 0, | |
220 "output_size": 10, | |
221 "reduce_output": "sum", | |
222 "skip": false, | |
223 "type": "embed", | |
224 "use_bias": true, | |
225 "weights_initializer": "xavier_uniform" | |
226 }, | |
227 "preprocessing": { | |
228 "computed_fill_value": 576495936675512319, | |
229 "fill_value": 576495936675512319, | |
230 "missing_value_strategy": "fill_with_const" | |
231 } | |
232 }, | |
233 "image": { | |
234 "augmentation": [], | |
235 "decoder": { | |
236 "conv_norm": "batch", | |
237 "fc_activation": "relu", | |
238 "fc_bias_initializer": "zeros", | |
239 "fc_dropout": 0.0, | |
240 "fc_layers": null, | |
241 "fc_norm": null, | |
242 "fc_norm_params": null, | |
243 "fc_output_size": 256, | |
244 "fc_use_bias": true, | |
245 "fc_weights_initializer": "xavier_uniform", | |
246 "height": null, | |
247 "input_size": 1024, | |
248 "num_channels": null, | |
249 "num_classes": null, | |
250 "num_fc_layers": 0, | |
251 "type": "unet", | |
252 "width": null | |
253 }, | |
254 "encoder": { | |
255 "conv_activation": "relu", | |
256 "conv_dropout": 0.0, | |
257 "conv_layers": null, | |
258 "conv_norm": null, | |
259 "conv_norm_params": null, | |
260 "conv_use_bias": true, | |
261 "dilation": 1, | |
262 "fc_activation": "relu", | |
263 "fc_bias_initializer": "zeros", | |
264 "fc_dropout": 0.0, | |
265 "fc_layers": null, | |
266 "fc_norm": null, | |
267 "fc_norm_params": null, | |
268 "fc_use_bias": true, | |
269 "fc_weights_initializer": "xavier_uniform", | |
270 "groups": 1, | |
271 "height": null, | |
272 "kernel_size": 3, | |
273 "num_channels": null, | |
274 "num_conv_layers": null, | |
275 "num_fc_layers": 1, | |
276 "out_channels": 32, | |
277 "output_size": 128, | |
278 "padding": "valid", | |
279 "padding_mode": "zeros", | |
280 "pool_dilation": 1, | |
281 "pool_function": "max", | |
282 "pool_kernel_size": 2, | |
283 "pool_padding": 0, | |
284 "pool_stride": null, | |
285 "skip": false, | |
286 "stride": 1, | |
287 "type": "stacked_cnn", | |
288 "width": null | |
289 }, | |
290 "loss": { | |
291 "class_similarities": null, | |
292 "class_similarities_temperature": 0, | |
293 "class_weights": null, | |
294 "confidence_penalty": 0, | |
295 "robust_lambda": 0, | |
296 "type": "softmax_cross_entropy", | |
297 "weight": 1.0 | |
298 }, | |
299 "preprocessing": { | |
300 "computed_fill_value": null, | |
301 "fill_value": null, | |
302 "height": null, | |
303 "in_memory": true, | |
304 "infer_image_dimensions": true, | |
305 "infer_image_max_height": 256, | |
306 "infer_image_max_width": 256, | |
307 "infer_image_num_channels": true, | |
308 "infer_image_num_classes": false, | |
309 "infer_image_sample_size": 100, | |
310 "missing_value_strategy": "bfill", | |
311 "num_channels": null, | |
312 "num_classes": null, | |
313 "num_processes": 1, | |
314 "requires_equal_dimensions": false, | |
315 "resize_method": "interpolate", | |
316 "standardize_image": null, | |
317 "width": null | |
318 } | |
319 }, | |
320 "number": { | |
321 "decoder": { | |
322 "bias_initializer": "zeros", | |
323 "fc_activation": "relu", | |
324 "fc_bias_initializer": "zeros", | |
325 "fc_dropout": 0.0, | |
326 "fc_layers": null, | |
327 "fc_norm": null, | |
328 "fc_norm_params": null, | |
329 "fc_output_size": 256, | |
330 "fc_use_bias": true, | |
331 "fc_weights_initializer": "xavier_uniform", | |
332 "input_size": null, | |
333 "num_fc_layers": 0, | |
334 "type": "regressor", | |
335 "use_bias": true, | |
336 "weights_initializer": "xavier_uniform" | |
337 }, | |
338 "encoder": { | |
339 "skip": false, | |
340 "type": "passthrough" | |
341 }, | |
342 "loss": { | |
343 "type": "mean_squared_error", | |
344 "weight": 1.0 | |
345 }, | |
346 "preprocessing": { | |
347 "computed_fill_value": 0.0, | |
348 "computed_outlier_fill_value": 0.0, | |
349 "fill_value": 0.0, | |
350 "missing_value_strategy": "fill_with_const", | |
351 "normalization": "zscore", | |
352 "outlier_strategy": null, | |
353 "outlier_threshold": 3.0 | |
354 } | |
355 }, | |
356 "sequence": { | |
357 "decoder": { | |
358 "cell_type": "gru", | |
359 "fc_activation": "relu", | |
360 "fc_bias_initializer": "zeros", | |
361 "fc_dropout": 0.0, | |
362 "fc_layers": null, | |
363 "fc_norm": null, | |
364 "fc_norm_params": null, | |
365 "fc_output_size": 256, | |
366 "fc_use_bias": true, | |
367 "fc_weights_initializer": "xavier_uniform", | |
368 "input_size": 256, | |
369 "max_sequence_length": null, | |
370 "num_fc_layers": 0, | |
371 "num_layers": 1, | |
372 "reduce_input": "sum", | |
373 "type": "generator", | |
374 "vocab_size": null | |
375 }, | |
376 "encoder": { | |
377 "dropout": 0.0, | |
378 "embedding_size": 256, | |
379 "embeddings_on_cpu": false, | |
380 "embeddings_trainable": true, | |
381 "max_sequence_length": null, | |
382 "pretrained_embeddings": null, | |
383 "reduce_output": "sum", | |
384 "representation": "dense", | |
385 "skip": false, | |
386 "type": "embed", | |
387 "vocab": null, | |
388 "weights_initializer": "uniform" | |
389 }, | |
390 "loss": { | |
391 "class_similarities": null, | |
392 "class_similarities_temperature": 0, | |
393 "class_weights": null, | |
394 "confidence_penalty": 0, | |
395 "robust_lambda": 0, | |
396 "type": "sequence_softmax_cross_entropy", | |
397 "unique": false, | |
398 "weight": 1.0 | |
399 }, | |
400 "preprocessing": { | |
401 "cache_encoder_embeddings": false, | |
402 "computed_fill_value": "<UNK>", | |
403 "fill_value": "<UNK>", | |
404 "lowercase": false, | |
405 "max_sequence_length": 256, | |
406 "missing_value_strategy": "fill_with_const", | |
407 "most_common": 20000, | |
408 "ngram_size": 2, | |
409 "padding": "right", | |
410 "padding_symbol": "<PAD>", | |
411 "sequence_length": null, | |
412 "tokenizer": "space", | |
413 "unknown_symbol": "<UNK>", | |
414 "vocab_file": null | |
415 } | |
416 }, | |
417 "set": { | |
418 "decoder": { | |
419 "bias_initializer": "zeros", | |
420 "fc_activation": "relu", | |
421 "fc_bias_initializer": "zeros", | |
422 "fc_dropout": 0.0, | |
423 "fc_layers": null, | |
424 "fc_norm": null, | |
425 "fc_norm_params": null, | |
426 "fc_output_size": 256, | |
427 "fc_use_bias": true, | |
428 "fc_weights_initializer": "xavier_uniform", | |
429 "input_size": null, | |
430 "num_classes": null, | |
431 "num_fc_layers": 0, | |
432 "type": "classifier", | |
433 "use_bias": true, | |
434 "weights_initializer": "xavier_uniform" | |
435 }, | |
436 "encoder": { | |
437 "activation": "relu", | |
438 "bias_initializer": "zeros", | |
439 "dropout": 0.0, | |
440 "embedding_size": 50, | |
441 "embeddings_on_cpu": false, | |
442 "embeddings_trainable": true, | |
443 "fc_layers": null, | |
444 "norm": null, | |
445 "norm_params": null, | |
446 "num_fc_layers": 0, | |
447 "output_size": 10, | |
448 "pretrained_embeddings": null, | |
449 "representation": "dense", | |
450 "skip": false, | |
451 "type": "embed", | |
452 "use_bias": true, | |
453 "vocab": null, | |
454 "weights_initializer": "xavier_uniform" | |
455 }, | |
456 "loss": { | |
457 "class_weights": null, | |
458 "type": "sigmoid_cross_entropy", | |
459 "weight": 1.0 | |
460 }, | |
461 "preprocessing": { | |
462 "computed_fill_value": "<UNK>", | |
463 "fill_value": "<UNK>", | |
464 "lowercase": false, | |
465 "missing_value_strategy": "fill_with_const", | |
466 "most_common": 10000, | |
467 "tokenizer": "space" | |
468 } | |
469 }, | |
470 "text": { | |
471 "decoder": { | |
472 "cell_type": "gru", | |
473 "fc_activation": "relu", | |
474 "fc_bias_initializer": "zeros", | |
475 "fc_dropout": 0.0, | |
476 "fc_layers": null, | |
477 "fc_norm": null, | |
478 "fc_norm_params": null, | |
479 "fc_output_size": 256, | |
480 "fc_use_bias": true, | |
481 "fc_weights_initializer": "xavier_uniform", | |
482 "input_size": 256, | |
483 "max_sequence_length": null, | |
484 "num_fc_layers": 0, | |
485 "num_layers": 1, | |
486 "reduce_input": "sum", | |
487 "type": "generator", | |
488 "vocab_size": null | |
489 }, | |
490 "encoder": { | |
491 "activation": "relu", | |
492 "bias_initializer": "zeros", | |
493 "conv_layers": null, | |
494 "dropout": 0.0, | |
495 "embedding_size": 256, | |
496 "embeddings_on_cpu": false, | |
497 "embeddings_trainable": true, | |
498 "fc_layers": null, | |
499 "filter_size": 3, | |
500 "max_sequence_length": null, | |
501 "norm": null, | |
502 "norm_params": null, | |
503 "num_conv_layers": null, | |
504 "num_fc_layers": null, | |
505 "num_filters": 256, | |
506 "output_size": 256, | |
507 "pool_function": "max", | |
508 "pool_size": null, | |
509 "pretrained_embeddings": null, | |
510 "reduce_output": "sum", | |
511 "representation": "dense", | |
512 "should_embed": true, | |
513 "skip": false, | |
514 "type": "parallel_cnn", | |
515 "use_bias": true, | |
516 "vocab": null, | |
517 "weights_initializer": "xavier_uniform" | |
518 }, | |
519 "loss": { | |
520 "class_similarities": null, | |
521 "class_similarities_temperature": 0, | |
522 "class_weights": null, | |
523 "confidence_penalty": 0, | |
524 "robust_lambda": 0, | |
525 "type": "sequence_softmax_cross_entropy", | |
526 "unique": false, | |
527 "weight": 1.0 | |
528 }, | |
529 "preprocessing": { | |
530 "cache_encoder_embeddings": false, | |
531 "compute_idf": false, | |
532 "computed_fill_value": "<UNK>", | |
533 "fill_value": "<UNK>", | |
534 "lowercase": false, | |
535 "max_sequence_length": 256, | |
536 "missing_value_strategy": "fill_with_const", | |
537 "most_common": 20000, | |
538 "ngram_size": 2, | |
539 "padding": "right", | |
540 "padding_symbol": "<PAD>", | |
541 "pretrained_model_name_or_path": null, | |
542 "prompt": { | |
543 "retrieval": { | |
544 "index_name": null, | |
545 "k": 0, | |
546 "model_name": null, | |
547 "type": null | |
548 }, | |
549 "task": null, | |
550 "template": null | |
551 }, | |
552 "sequence_length": null, | |
553 "tokenizer": "space_punct", | |
554 "unknown_symbol": "<UNK>", | |
555 "vocab_file": null | |
556 } | |
557 }, | |
558 "timeseries": { | |
559 "decoder": { | |
560 "activation": null, | |
561 "bias_initializer": "zeros", | |
562 "clip": null, | |
563 "fc_activation": "relu", | |
564 "fc_bias_initializer": "zeros", | |
565 "fc_dropout": 0.0, | |
566 "fc_layers": null, | |
567 "fc_norm": null, | |
568 "fc_norm_params": null, | |
569 "fc_output_size": 256, | |
570 "fc_use_bias": true, | |
571 "fc_weights_initializer": "xavier_uniform", | |
572 "input_size": null, | |
573 "multiplier": 1.0, | |
574 "num_fc_layers": 0, | |
575 "output_size": null, | |
576 "type": "projector", | |
577 "use_bias": true, | |
578 "weights_initializer": "xavier_uniform" | |
579 }, | |
580 "encoder": { | |
581 "activation": "relu", | |
582 "bias_initializer": "zeros", | |
583 "conv_layers": null, | |
584 "dropout": 0.0, | |
585 "embedding_size": 256, | |
586 "embeddings_on_cpu": false, | |
587 "embeddings_trainable": true, | |
588 "fc_layers": null, | |
589 "filter_size": 3, | |
590 "max_sequence_length": null, | |
591 "norm": null, | |
592 "norm_params": null, | |
593 "num_conv_layers": null, | |
594 "num_fc_layers": null, | |
595 "num_filters": 256, | |
596 "output_size": 256, | |
597 "pool_function": "max", | |
598 "pool_size": null, | |
599 "pretrained_embeddings": null, | |
600 "reduce_output": "sum", | |
601 "representation": "dense", | |
602 "should_embed": true, | |
603 "skip": false, | |
604 "type": "parallel_cnn", | |
605 "use_bias": true, | |
606 "vocab": null, | |
607 "weights_initializer": "xavier_uniform" | |
608 }, | |
609 "loss": { | |
610 "delta": 1.0, | |
611 "type": "huber", | |
612 "weight": 1.0 | |
613 }, | |
614 "preprocessing": { | |
615 "computed_fill_value": "", | |
616 "fill_value": "", | |
617 "missing_value_strategy": "fill_with_const", | |
618 "padding": "right", | |
619 "padding_value": 0.0, | |
620 "timeseries_length_limit": 256, | |
621 "tokenizer": "space", | |
622 "window_size": 0 | |
623 } | |
624 }, | |
625 "vector": { | |
626 "decoder": { | |
627 "activation": null, | |
628 "bias_initializer": "zeros", | |
629 "clip": null, | |
630 "fc_activation": "relu", | |
631 "fc_bias_initializer": "zeros", | |
632 "fc_dropout": 0.0, | |
633 "fc_layers": null, | |
634 "fc_norm": null, | |
635 "fc_norm_params": null, | |
636 "fc_output_size": 256, | |
637 "fc_use_bias": true, | |
638 "fc_weights_initializer": "xavier_uniform", | |
639 "input_size": null, | |
640 "multiplier": 1.0, | |
641 "num_fc_layers": 0, | |
642 "output_size": null, | |
643 "type": "projector", | |
644 "use_bias": true, | |
645 "weights_initializer": "xavier_uniform" | |
646 }, | |
647 "encoder": { | |
648 "activation": "relu", | |
649 "bias_initializer": "zeros", | |
650 "dropout": 0.0, | |
651 "fc_layers": null, | |
652 "input_size": null, | |
653 "norm": null, | |
654 "norm_params": null, | |
655 "num_layers": 1, | |
656 "output_size": 256, | |
657 "skip": false, | |
658 "type": "dense", | |
659 "use_bias": true, | |
660 "weights_initializer": "xavier_uniform" | |
661 }, | |
662 "loss": { | |
663 "type": "mean_squared_error", | |
664 "weight": 1.0 | |
665 }, | |
666 "preprocessing": { | |
667 "computed_fill_value": "", | |
668 "fill_value": "", | |
669 "missing_value_strategy": "fill_with_const", | |
670 "vector_size": null | |
671 } | |
672 } | |
673 }, | |
674 "hyperopt": null, | |
675 "input_features": [ | |
676 { | |
677 "active": true, | |
678 "column": "temperature_feature", | |
679 "encoder": { | |
680 "activation": "tanh", | |
681 "bias_initializer": "zeros", | |
682 "bidirectional": false, | |
683 "cell_type": "rnn", | |
684 "dropout": 0.0, | |
685 "embedding_size": 32, | |
686 "embeddings_on_cpu": false, | |
687 "embeddings_trainable": true, | |
688 "fc_activation": "relu", | |
689 "fc_dropout": 0.0, | |
690 "fc_layers": null, | |
691 "max_sequence_length": null, | |
692 "norm": null, | |
693 "norm_params": null, | |
694 "num_fc_layers": 0, | |
695 "num_layers": 1, | |
696 "output_size": 256, | |
697 "pretrained_embeddings": null, | |
698 "recurrent_activation": "sigmoid", | |
699 "recurrent_dropout": 0.0, | |
700 "recurrent_initializer": "orthogonal", | |
701 "reduce_output": "last", | |
702 "representation": "dense", | |
703 "should_embed": true, | |
704 "skip": false, | |
705 "state_size": 32, | |
706 "type": "rnn", | |
707 "unit_forget_bias": true, | |
708 "use_bias": true, | |
709 "vocab": null, | |
710 "weights_initializer": "xavier_uniform" | |
711 }, | |
712 "name": "temperature_feature", | |
713 "preprocessing": { | |
714 "cache_encoder_embeddings": false, | |
715 "computed_fill_value": "", | |
716 "fill_value": "", | |
717 "missing_value_strategy": "fill_with_const", | |
718 "padding": "right", | |
719 "padding_value": 0.0, | |
720 "timeseries_length_limit": 256, | |
721 "tokenizer": "space", | |
722 "window_size": 0 | |
723 }, | |
724 "proc_column": "temperature_feature_XJMv7q", | |
725 "tied": null, | |
726 "type": "timeseries" | |
727 } | |
728 ], | |
729 "ludwig_version": "0.10.1", | |
730 "model_type": "ecd", | |
731 "output_features": [ | |
732 { | |
733 "active": true, | |
734 "clip": null, | |
735 "column": "temperature", | |
736 "decoder": { | |
737 "bias_initializer": "zeros", | |
738 "fc_activation": "relu", | |
739 "fc_bias_initializer": "zeros", | |
740 "fc_dropout": 0.0, | |
741 "fc_layers": null, | |
742 "fc_norm": null, | |
743 "fc_norm_params": null, | |
744 "fc_output_size": 256, | |
745 "fc_use_bias": true, | |
746 "fc_weights_initializer": "xavier_uniform", | |
747 "input_size": null, | |
748 "num_fc_layers": 0, | |
749 "type": "regressor", | |
750 "use_bias": true, | |
751 "weights_initializer": "xavier_uniform" | |
752 }, | |
753 "default_validation_metric": "mean_squared_error", | |
754 "dependencies": [], | |
755 "input_size": null, | |
756 "loss": { | |
757 "type": "mean_squared_error", | |
758 "weight": 1.0 | |
759 }, | |
760 "name": "temperature", | |
761 "num_classes": null, | |
762 "preprocessing": { | |
763 "computed_fill_value": 0.0, | |
764 "computed_outlier_fill_value": 0.0, | |
765 "fill_value": 0.0, | |
766 "missing_value_strategy": "drop_row", | |
767 "normalization": null, | |
768 "outlier_strategy": null, | |
769 "outlier_threshold": 3.0 | |
770 }, | |
771 "proc_column": "temperature_VO1XAD", | |
772 "reduce_dependencies": "sum", | |
773 "reduce_input": "sum", | |
774 "type": "number" | |
775 } | |
776 ], | |
777 "preprocessing": { | |
778 "global_max_sequence_length": null, | |
779 "oversample_minority": null, | |
780 "sample_ratio": 1.0, | |
781 "sample_size": null, | |
782 "split": { | |
783 "probabilities": [ | |
784 0.7, | |
785 0.1, | |
786 0.2 | |
787 ], | |
788 "type": "random" | |
789 }, | |
790 "undersample_majority": null | |
791 }, | |
792 "trainer": { | |
793 "batch_size": "auto", | |
794 "bucketing_field": null, | |
795 "checkpoints_per_epoch": 0, | |
796 "compile": false, | |
797 "early_stop": 5, | |
798 "effective_batch_size": "auto", | |
799 "enable_gradient_checkpointing": false, | |
800 "enable_profiling": false, | |
801 "epochs": 2, | |
802 "eval_batch_size": null, | |
803 "eval_steps": null, | |
804 "evaluate_training_set": false, | |
805 "gradient_accumulation_steps": "auto", | |
806 "gradient_clipping": { | |
807 "clipglobalnorm": 0.5, | |
808 "clipnorm": null, | |
809 "clipvalue": null | |
810 }, | |
811 "increase_batch_size_eval_metric": "loss", | |
812 "increase_batch_size_eval_split": "training", | |
813 "increase_batch_size_on_plateau": 0, | |
814 "increase_batch_size_on_plateau_patience": 5, | |
815 "increase_batch_size_on_plateau_rate": 2.0, | |
816 "learning_rate": 0.001, | |
817 "learning_rate_scaling": "linear", | |
818 "learning_rate_scheduler": { | |
819 "decay": null, | |
820 "decay_rate": 0.96, | |
821 "decay_steps": 10000, | |
822 "eta_min": 0, | |
823 "reduce_eval_metric": "loss", | |
824 "reduce_eval_split": "training", | |
825 "reduce_on_plateau": 0, | |
826 "reduce_on_plateau_patience": 10, | |
827 "reduce_on_plateau_rate": 0.1, | |
828 "staircase": false, | |
829 "t_0": null, | |
830 "t_mult": 1, | |
831 "warmup_evaluations": 0, | |
832 "warmup_fraction": 0.0 | |
833 }, | |
834 "max_batch_size": 1099511627776, | |
835 "optimizer": { | |
836 "amsgrad": false, | |
837 "betas": [ | |
838 0.9, | |
839 0.999 | |
840 ], | |
841 "eps": 1e-08, | |
842 "type": "adam", | |
843 "weight_decay": 0.0 | |
844 }, | |
845 "profiler": { | |
846 "active": 3, | |
847 "repeat": 5, | |
848 "skip_first": 0, | |
849 "wait": 1, | |
850 "warmup": 1 | |
851 }, | |
852 "regularization_lambda": 0.0, | |
853 "regularization_type": "l2", | |
854 "should_shuffle": true, | |
855 "skip_all_evaluation": false, | |
856 "steps_per_checkpoint": 0, | |
857 "train_steps": null, | |
858 "use_mixed_precision": false, | |
859 "validation_field": "temperature", | |
860 "validation_metric": "mean_squared_error" | |
861 } | |
862 }, | |
863 "data_format": "csv", | |
864 "dataset": "/tmp/tmp0u6yc1yw/job_working_directory/000/3/working/temperature_la.csv", | |
865 "ludwig_version": "0.10.1", | |
866 "random_seed": 42, | |
867 "torch_version": "2.1.0+cu118" | |
868 } |