-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adding Polaris consumer #181
Conversation
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.
I left some comments for you to look at, but my big picture concern is to take a second look at the assumptions regarding data shape in PolarisConsumer._consume
. My impression is that you are assuming that you are going to get a 2d image with a batch dimension added by get_image
. Is that assertion enforced somewhere else in the code? Have you tried uploading data with non-standard dimensions to see how its tolerated?
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.
This is really close! Thanks for being so patient with all the questions and double-checks. Mostly what is left here are style-related comments, but I'm essentially ready to approve.
Co-authored-by: Morgan Schwartz <[email protected]>
Co-authored-by: Morgan Schwartz <[email protected]>
Adding Polaris consumer and tests