-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
G-Research/fasttrackml-ui-aim
#100Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request