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

Flatten the means from BaeysianNeuralFieldEstimator.predict #17

Open
fsaad opened this issue Feb 9, 2024 · 0 comments
Open

Flatten the means from BaeysianNeuralFieldEstimator.predict #17

fsaad opened this issue Feb 9, 2024 · 0 comments

Comments

@fsaad
Copy link
Collaborator

fsaad commented Feb 9, 2024

The predicted mean array returned by

def predict(self, table, quantiles=(0.5,)):

has three dimensions, (num_devices, ensemble_size // num_devices, len(table) (for MLE/MAP) or even four dimensions (for VI).

It is more convenient to have only two dimensions.

Related #19.

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

No branches or pull requests

1 participant