bgruening / galaxytools

:microscope::books: Galaxy Tool wrappers
MIT License
115 stars 222 forks source link

Output CSVLogger callback to a tabular file #1335

Closed anuprulez closed 9 months ago

anuprulez commented 10 months ago

The PR adds an output dataset for displaying training logs if selected as a callback in the Keras model builder tool.

To use it, one needs to select the CSVLogger callback in the "Keras Model Builder" tool and then in the "Deep learning training and evaluation conduct deep training and evaluation either implicitly or explicitly", check the "Display CSVLogger if selected as a callback in the Keras model builder tool" checkbox.

"Keras Model Builder" tool Screenshot from 2023-09-25 18-04-01

"Deep learning training and evaluation conduct deep training and evaluation either implicitly or explicitly" tool

Screenshot from 2023-09-25 18-03-08

ping @qiagu @kxk302. Can you look at this feature and provide your feedback?

Thanks

bgruening commented 9 months ago

Its completely optional, so I don't see how this can harm. Lets get it in.

anuprulez commented 9 months ago

Thanks @bgruening