Feynman Liang
Feynman Liang
Wraps the author's github repo https://github.com/CW-Huang/naf_examples as a big `Param` with a dumb `Bijector`; will break it down before finalizing.
Closes #28
NOTE: it may be incorrect to remove `event_dim=1` from the bijector; @stefanwebb to confirm This change is [](https://reviewable.io/reviews/stefanwebb/flowtorch/29)
I ran a `git bisect` and found f42811c1831d82b121eb4d04c7593366d1d2e9dc to break some tests in beanmachine which assert on the closeness of variational approximations (in terms of means and K-S statistics). Will...
When I run ``` import simplex.bijectors import simplex.params d, params = simplex.bijectors.AffineAutoregressive( simplex.params.DenseAutoregressive())(dist.Normal(0, 1)) d.log_prob(torch.zeros((10,1))).shape ``` I expect the shape of the `log_prob` of a (sample_shape=[10], batch_shape=[], event_shape=[1]) sample+distribution to...
L121 makes it so that `index` is never 0 --- This change is [](https://reviewable.io/reviews/msultan/vde_metadynamics/2)
Mirrord works great with Istio's traditional sidecar deployment mode, and even gives a helpful message about `--steal` when it detects service meshes. However, I'm not sure if it's a bug...
[The function call and inherit](https://github.com/Evertras/simple-homemanager/blob/main/04-explain-outputs-function.md#the-function-call-and-inherit) > How are you supposed to know this? You read it somewhere and copy/paste like the rest of us. Welcome to Nix! I actually still...
When I don't have ca-certificates.crt, I get SSL errors ``` feynman@nesterov:~/code/nixosity/home-manager> nix-portable nix run github:nix-community/home-manager warning: error: unable to download 'https://api.github.com/repos/nix-community/home-manager/commits/HEAD': SSL connect error (35); retrying in 297 ms warning:...