-
Found a bunch of repeated words, many of which appear to be erroneous (e.g. "An event is an an element"). I haven't checked all of them though.
Repeated token 'an' at:
discuss in Section 2.1.1.4…
-
According to your reply, I calculate the mean as follows:
`prior_logits, means, log_scales = base_dist.get_params(h, emb)`
`s = torch.exp(log_scales)`
`prior = torch.exp(prior_logits) `
`expectat…
-
Hello, all!
I was speaking with @yebai about how Turing could support the whole Bayesian Workflow following Bob Carpenter presentation at ProbProg 2021 in October, 2021. And I gave him an idea abou…
-
## Description of your problem
When trying to build the docs, all the notebook sections fail to make it into the built html.
```sh
(venv)% python -m pip install .
(venv)% python -m pip insta…
-
this umbrella issue tracks my current progress and discuss priority of planned TODOs. It has been closed since all objectives are hit.
# Goal
- [x] achieve a high quality human-like text to spe…
-
I was looking at the modules and wasn't exactly clear on which flows are suitable for which purposes. I've tried most of them by now, but for example the NSF_CL and OneByOneConv do not work for 1-dime…
-
https://arxiv.org/abs/2004.07159
![image](https://user-images.githubusercontent.com/42434734/98514096-4b6bb000-22ac-11eb-9eb7-c9ccd9f29ef8.png)
Abstract
: This work presents PALM with a nov…
-
From our [website](https://www.eleuther.ai/major-projects/gpt-neo) we link the following papers:
- [ ] [Outrageously Large Neural Networks: The Sparsely-Gated Mixture-of-Experts Layer](https://arxi…
-
Suggested by @AlexAndorra [here](https://github.com/pymc-devs/pymc3/pull/4088#issuecomment-690479838), opening this as a placeholder so I don't forget.
Any preferences on `black` formatting, or are…
-
Hello,
first of all, thanks for sharing your toolbox!
However, I have a minor problem using it. When I try to import the masked autoregressive flow using `from nflows.flows import autoregressiv…