Stefan Webb

Results 10 issues of Stefan Webb

In the example file it is starting a new chain each time, rather than refeeding the previous value into `hmc`

I think the signs of `energy_function` and `log_posterior` should be flipped to make everything consistent

Should the following line, https://github.com/casperkaae/parmesan/blob/master/examples/vimco.py#L248 actually read `g_lb_inference = T.mean(T.sum(dg(L_corr) * log_qz_given_x, axis=2) + L)` instead of `g_lb_inference = T.mean(T.sum(dg(L_corr) * log_qz_given_x) + L)` ? I think with the current...

Summary: Enabled Google Analytics for the Docsaurus v2 website to get automated repo checkup to pass Differential Revision: D32608371

CLA Signed
fb-exported

Implement these three important Bijectors. Should probably start with the most important one, `reshape`

enhancement

This is a work in progress to finish documentation of the Bijector and Params interfaces, the conditional distribution API, and implementations of all this. (I have started taking some of...

documentation
enhancement
wip

We need to add type hints to the existing code and maintain this habit moving forwards

Having converted the class/methods to use type hints, we should complete existing code to have docstrings and verify their output in the generated docs