Greg Lee

Results 10 issues of Greg Lee

The [GraphLayout](https://github.com/IainNZ/GraphLayout.jl) package is deprecated in favor of GraphPlot. I also added a link for GraphRecipes, which seems to be the most comprehensive visualization solution right now.

Question on: https://github.com/TuringLang/Turing.jl/edit/master/docs/_tutorials/3_BayesNN.md Is this the new doc location? https://github.com/TuringLang/TuringTutorials/blob/master/tutorials/03-bayesian-neural-network/03_bayesian-neural-network.jmd

doc

In the [Bayesian Neural Network ](https://turing.ml/dev/tutorials/03-bayesian-neural-network/) tutorial, there is code for a "Generic Bayesian Neural Network," that rebuilds the Flux model with the new sampled parameters. The tutorial itself also...

I ran into a few issues trying to follow the instructions for getting the benchmarks up and running locally. I'm sure I'm missing some steps. I'll update the documentation, but...

I followed the directions in the readme for downloading, unrarring/unzipping, and loading the rom files. I can see them in `.local/lib/python3.8/site-packages/atari_py/atari_roms`. However, ale.loadROM() is unable to find the ROM file:...

It looks like the OccamNet [example](https://datadriven.sciml.ai/dev/symbolic_regression/) is working in the new version of the docs. However, running locally, I can't get the basis to show up from the result. Running...

Given dg as a DiGraph: ``` julia> dg {75, 213} directed simple Int64 graph ``` ``` using GraphRecipes using Plots graphplot(dg, method=:tree) ``` Fails with: ```julia ERROR: LoadError: DimensionMismatch("new dimensions...

Question on: https://github.com/TuringLang/Turing.jl/edit/master/docs/_tutorials/3_BayesNN.md Is this the new doc location? https://github.com/TuringLang/TuringTutorials/blob/master/tutorials/03-bayesian-neural-network/03_bayesian-neural-network.jmd

In the [Bayesian Neural Network ](https://turing.ml/dev/tutorials/03-bayesian-neural-network/) tutorial, there is code for a "Generic Bayesian Neural Network," that rebuilds the Flux model with the new sampled parameters. The tutorial itself also...

Basically, how do we want to encourage or force people to upgrade the app? Android users are generally bad about upgrading, and if we ever deprecate part of the API,...