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

add notebook: amortized point estimation #145

Merged
merged 2 commits into from
Mar 9, 2024

Conversation

vpratz
Copy link
Contributor

@vpratz vpratz commented Mar 9, 2024

A quick demonstration on how to use the new AmortizedPointEstimator class discussed in #121. Contains the illustrative example of the original paper.

@stefanradev93
Copy link
Owner

Very nice! The ConfigurableMLP is now part of the library in helper_networks.py, so the notebook can directly import and use it.

@vpratz
Copy link
Contributor Author

vpratz commented Mar 9, 2024

Thanks for the review! I extended ConfigurableMLP to allow for arbitrary output dimensionality, so now we can use it for the current use case (input_dim!=output_dim) as well.

@stefanradev93 stefanradev93 merged commit 65961be into stefanradev93:Development Mar 9, 2024
0 of 4 checks passed
@stefanradev93
Copy link
Owner

Cool and good idea with the different dimensionalities!

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.

None yet

2 participants