-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPIKE: Design image and text support (currently disabled in Aim UI) #1171
Comments
Presumably we could use artifact support for this? |
Some Spike FindingsIn general, an Aim's image explorer is similar to the metrics explorer. Aim To support this, we will need MLflow api logging capability for storing the path and metadata. The image itself can be stored as artifact, directly to S3 or local using the existing client methods -- so likely a two-phase save, where we first store artifact and then log it as image. These could be consolidated in one function in the FasttrackML client. Test coverage in the Aim Python tests will give us a good starting point for compatibility in the UI. Just add this to tests/integration/python/config.json: As far as "text support", Aim does not seem to have explorer-level support for text artifacts. |
@suprjinx can we turn this into a list of tickets in the public repo? I'm happy to work with you on it next week. |
@dave-gantenbein added this epic and some children #1230 |
Suggested on the MLOps slack channel:
The text was updated successfully, but these errors were encountered: