-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add ability to upload artifacts to experiments via the UI #73
Comments
Thanks for suggesting @bhood2! Can you elaborate on the use case: Which artifacts are you modifying, and to what end? How does your code handle such changes? |
Our use case was to be able to add additional artifacts (think training models) to an existing experiment and store them in AWS S3 for future use. I'm not actually modifying the artifact, simply adding new ones to an experiment. The code takes the raw file and uploads it to S3 then updates the experiment in the DB with the new artifact information. The code could easily support additional storage services with minimal modifications. |
Thanks for the added insight @bhood2. |
Thank you for the reply @ainoam. |
Currently, artifacts can only be uploaded by the SDK. It would be helpful for a user to be able to upload artifacts directly in the UI for the experiment they are modifying.
The text was updated successfully, but these errors were encountered: