Mercurial > repos > goeckslab > ludwig_train
diff test-data/render_config01.yml @ 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/render_config01.yml Tue Jan 07 22:44:09 2025 +0000 @@ -0,0 +1,26 @@ +input_features: +- name: '' + encoder: + type: passthrough + type: number +output_features: +- name: '' + decoder: + num_fc_layers: 0 + output_size: 256 + fc_dropout: 0.0 + type: classifier + loss: + type: softmax_cross_entropy + top_k: 3 + type: category +combiner: + type: concat +trainer: + batch_size: 128 + epochs: 100 + optimizer: + type: adam + learning_rate: 0.001 + early_stop: 5 +model_type: ecd