-
Notifications
You must be signed in to change notification settings - Fork 433
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
log image fix #3286
Merged
Merged
log image fix #3286
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mvpatel2000
approved these changes
May 14, 2024
9e9dc37
to
604c85d
Compare
Signed-off-by: Jesse Chan <jesse.chan@databricks.com>
Signed-off-by: Jesse Chan <jesse.chan@databricks.com>
493148c
to
deed464
Compare
milocress
previously approved these changes
Jun 13, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving to unblock. @mvpatel2000 can you take another look to make sure everything is shipshape? 🚢 🚢 🚢
milocress
reviewed
Jun 13, 2024
milocress
reviewed
Jun 13, 2024
mvpatel2000
reviewed
Jun 14, 2024
Dismissing since you did changes on PR
Co-authored-by: Mihir Patel <mihir.v.patel7@gmail.com>
mvpatel2000
approved these changes
Jun 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
mvpatel2000
added a commit
to mvpatel2000/composer
that referenced
this pull request
Jul 21, 2024
* log image fix Signed-off-by: Jesse Chan <jesse.chan@databricks.com> * fixed log image tests Signed-off-by: Jesse Chan <jesse.chan@databricks.com> * linter Signed-off-by: Jesse Chan <jesse.chan@databricks.com> * add simd requirement * post0? * versioning yada yada yada * guh * import fix? * update deps * fix * fix II * remove other dependency * debug statement, remove * post1?! * build from source * whitespace? * use pillow * delete a unit test and ignore some types * s/type/pyright * formatting * formatting * ignore more stuff * Apply suggestions from code review * remove rest * Update setup.py Co-authored-by: Mihir Patel <mihir.v.patel7@gmail.com> * try no ignore * remove intenum --------- Signed-off-by: Jesse Chan <jesse.chan@databricks.com> Co-authored-by: Daniel King <43149077+dakinggg@users.noreply.github.com> Co-authored-by: Milo Cress <milo.cress@databricks.com> Co-authored-by: Mihir Patel <mihir.v.patel7@gmail.com>
mvpatel2000
added a commit
that referenced
this pull request
Jul 21, 2024
* log image fix Signed-off-by: Jesse Chan <jesse.chan@databricks.com> * fixed log image tests Signed-off-by: Jesse Chan <jesse.chan@databricks.com> * linter Signed-off-by: Jesse Chan <jesse.chan@databricks.com> * add simd requirement * post0? * versioning yada yada yada * guh * import fix? * update deps * fix * fix II * remove other dependency * debug statement, remove * post1?! * build from source * whitespace? * use pillow * delete a unit test and ignore some types * s/type/pyright * formatting * formatting * ignore more stuff * Apply suggestions from code review * remove rest * Update setup.py Co-authored-by: Mihir Patel <mihir.v.patel7@gmail.com> * try no ignore * remove intenum --------- Signed-off-by: Jesse Chan <jesse.chan@databricks.com> Co-authored-by: Daniel King <43149077+dakinggg@users.noreply.github.com> Co-authored-by: Milo Cress <milo.cress@databricks.com> Co-authored-by: Mihir Patel <mihir.v.patel7@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Updates mlflow logger
log_image
to use the new API with time-dimension. This will enable viewing the images in MLflowWhat issue(s) does this change relate to?
Before submitting
pre-commit
on your change? (see thepre-commit
section of prerequisites)