-
Hi,
Can we please get a new release? I need some fixes in Zygote master over in https://github.com/TuringLang/DistributionsAD.jl/pull/25. Thank you.
-
Maybe we can modify the [build](https://github.com/TuringLang/Libtask.jl/blob/master/.github/workflows/BuildDylib.yaml) script of `Libtask`, so that a tag is automatically created if the tag does not …
yebai updated
4 years ago
-
```julia
julia> using ThArrays
julia> x = Tensor(rand(1,5000), requires_grad=true);
julia> f(x) = begin
y=Tensor(0.0, requires_grad=true)
for i=1:length(x)
y+=x[i]…
yebai updated
4 years ago
-
I copied the [code ](https://turing.ml/dev/tutorials/5-linearregression/) but did not get the correct results:
```julia
julia> describe(chain)
2-element Array{ChainDataFrame,1}
Summary Statist…
-
```
Simplex Tracker AD: Error During Test at /home/runner/work/Turing.jl/Turing.jl/test/core/ad.jl:264
Got exception outside of a @test
MethodError: no method matching invlink(::Dirichlet{Float…
yebai updated
4 years ago
-
I want make a mixture model of circular data(-pi to +pi).
When I tried modelling referring [this tutorial](https://turing.ml/dev/tutorials/1-gaussianmixturemodel/), so many errors occurred .
Is von …
-
Question on: https://github.com/TuringLang/Turing.jl/edit/master/docs/_docs/using-turing/guide.md
Dead link in "For more details of compositional sampling in Turing.jl, please check the correspondi…
-
After updating to AdvancedHMC v0.2.23, Turing now produces a method error for Preconditioner. Here is a MWE:
```
using Turing, Distributions, Random
Random.seed!(80214)
y = rand(Normal(0, 1)…
-
I tried to convert the mixture tutorial from univariate to bivariate mixtures: https://turing.ml/dev/tutorials/6-infinitemixturemodel/
Here's the new model:
```
@model infiniteGMM(x) = begin
…
-
@Vaibhavdixit02 can you take a look at it?
@mohamed82008 is there any ways to make this more stable? It seems like Turing breaks their interface every month and this is really hard to keep up with.