Skip to content
#

experiment-tracking

Here are 31 public repositories matching this topic...

kedro
alberttorosyan
alberttorosyan commented Jan 18, 2022

The web API endpoints (mainly, the search endpoints) do pack the encoded content (key, value pairs) to a bytes stream. This step uses struct.pack but is suboptimal and should be improved.
The issue applies mainly to https://github.com/aimhubio/aim/blob/9ba5fdca36e69ab6cbb74296333c2f8bc56392a4/aim/web/api/runs/utils.py#L109.
Other places where struct is used should be checked and enhanced if

Improve this page

Add a description, image, and links to the experiment-tracking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the experiment-tracking topic, visit your repo's landing page and select "manage topics."

Learn more