Yoel Sanchez Araujo

Results 7 comments of Yoel Sanchez Araujo

related to this, was wondering if it can be explained how and where `d` is used in: ```julia # Define dense layer: struct Dense; w; b; f; end (d::Dense)(x) =...

oh ok I understand now, thank you!

@joshualeond could you say what version of turing are you using? When I try your example I get an error ``` ERROR: MethodError: no method matching vectorize(::LKJCholesky{Float64}, ::Cholesky{Float64, Matrix{Float64}}) ```...

I also get the above ^ but it seems to happen at random.

it seems like the basic advice is to add some small value along the diagonal of Sigma, but how big that should be will differ from case to case. it...

looking at [advance function in pgas](https://github.com/TuringLang/AdvancedPS.jl/blob/master/src/pgas.jl#L87) it looks like it's not possible in this formulation? In my case: ``` rand(init_step(model)) # # will just give a random element of: (...