G-Research / fasttrackml

Experiment tracking server focused on speed and scalability
https://fasttrackml.io/
Apache License 2.0
98 stars 19 forks source link

Allow logging numbers in params #1218

Closed jescalada closed 5 months ago

jescalada commented 5 months ago

Logging numeric params is not possible at the moment as they get converted into strings by the logger, forcing users to log those numbers as metrics instead.

image

suprjinx commented 5 months ago

handled in another issue -- use FasttrackML python client to ensure conversion of value to right type.