-
Hi,
I'm considering using webppl with node for a project but I'm a bit worried that it might be slow compared to pyro/edward. How is the performance of webppl compared to other existing ppl?
-
-
In order to properly install this, one should cd into .webppl after making that dir.
```
cd ~ # or however you get to the home directory
mkdir .webppl …
-
I'm trying to include some MDP/POMDP in a chapter for my fork of probmods2. And I've been banging my head against the code for a few hours, trying to figure out how agentmodels.org includes dependenci…
-
There should be an option to automatically open rendered graphs, when running webppl from command line.
The following patch to index.js does that by default:
```
@@ -3,6 +3,7 @@
var $ = requi…
-
In Pyro, this runs without throwing an exception:
```py
def model():
return pyro.sample("x", dist.normal, Variable(torch.ones(1)), Variable(torch.ones(1)))
conditioned_model = pyro.conditi…
-
Remaining action item from #120:
Refactor the existing integration tests to inherit from a common structure - where the model, guide, inference algorithms and their parameters, expected posterior e…
-
Hello,
I was able to `npm install webppl` in a project, but when I tried to install globally, I got the following error:
/usr/local/bin/webppl -> /usr/local/lib/node_modules/webppl/webppl
w…
-
Visualization is critical for understanding and debugging models and inference algorithms. What are our visualization desiderata and what features are necessary to support them?
It seems to me t…
-
Our post install script can fail in some situations. See #887. ~As discussed in that issue, a workaround is to install with the `npm` flag `--ignore-scripts`, and then run the scripts with appropriat…