Skip to content
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

fixed log_p_x function compat for cifar dataset #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

RR-N
Copy link

@RR-N RR-N commented Mar 21, 2023

during our pod proceedings, we found that the log_p_x function caused issues down the road if you were using the CIFAR dataset because it failed to account for its additional dimensions. this fixes that with a ternary operator.

during our pod proceedings, we found that the log_p_x function caused issues down the road if you were using the CIFAR dataset because it failed to account for the additional dimensions. this fixed that with a ternary operator
Copy link
Contributor

@j6k4m8 j6k4m8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for the edits! Would it be possible to just push the changed lines to avoid the excessive diff?

Copy link
Contributor

@fyy26 fyy26 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What @j6k4m8 said ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants