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

unexpected density shape #282

Open
oeur opened this issue May 4, 2022 · 1 comment
Open

unexpected density shape #282

oeur opened this issue May 4, 2022 · 1 comment
Labels

Comments

@oeur
Copy link

oeur commented May 4, 2022

In the density computation, an unexpected shape for density is returned. I expected the shape of the input position indexed to exclude the 0th, [1:]. Instead, the input shape is (3,60,60) and the outputted shape returns (3600,), when documentation says it should be (60,60). Hope I explained this well! Thanks!!

@adrn
Copy link
Owner

adrn commented May 5, 2022

Thanks! Working on this now

@adrn adrn added the bug label May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants