fasttrackml icon indicating copy to clipboard operation
fasttrackml copied to clipboard

Make artifacts visible in Aim UI

Open jgiannuzzi opened this issue 2 years ago • 1 comments

Once #6 and #224 are implemented, artifacts will become visible in the MLFlow UI.

This issue is about making them visible in the Aim UI. Aim treats artifacts like metrics and thus expects a few extra properties. Here is how I suggest we map them initially:

Aim FML
name file name
context {}
step 0
epoch 0
timestamp file timestamp

There is also limited support for artifact types. I think we only want to expose images and texts initially. We could detect the file's MIME type to distinguish between images and texts. The search possibilities will be quite limited and tricky unless we implement #225 and use it to store metadata in our database.

jgiannuzzi avatar Aug 09 '23 13:08 jgiannuzzi

This would be great to see folks. Thank you :))

Sharpz7 avatar Dec 11 '23 03:12 Sharpz7