G-Research / fasttrackml

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

Run Logs: Python client capture stdout/stderr and send to endpoint #1254

Closed suprjinx closed 2 months ago

suprjinx commented 2 months ago

Python client will need to capture stdout/stderr and send chunks to the new endpoint of #1253. A background process that can send all new lines and then sleep a bit is probably good.