Mateusz Kaduk
Mateusz Kaduk
Hi, I am having the following issues, first logistic SVD fails ``` > logisticPCA::logisticSVD(bdata,k=2) 45 rows and 395 columns Rank 2 solution 20.3% of deviance explained 11 iterations to converge...
Hi, Consider following example ``` using Makie.KernelDensity x = randn(1000) k = kde(x, npoints = 200) f = Figure() ax = Axis3(f[1, 1], limits = (-4, 4, -4, 4, 0,...
Hi, Would it be possible to adapt HydraBus firmware such that it's recognized by http://sigrok.org/wiki/PulseView in ADC mode ? I am looking for a cheap low speed 3.3V oscilloscope that...
I see these ugly vertical lines around the segments either black on orange or orange on black.  To exclude any interaction with other modules, I made this minimal config...
**Describe the bug** Multiplication of either CSC or CSR sparse matrices is prohibitively slow. **To reproduce** The Minimal Working Example (MWE) for this bug: ```julia using CUDA using SparseArrays A...
[Enter steps to reproduce:] 1. Executing this code ``` using JSServe using WGLMakie points = Node(Point2f[(0.0, 0.0)]) axis = [] app = App() do session::Session s1 = DOM.h1("Board") fig, ax...
Hi, I think to be able to automatically remap to latest KiCad 5, cache file needs to be present in repository. Can that be commited to git ? Thanks
Long story short, release 1.9.0 seems broken to me Trying to build JuliaSysImage.so with Vscode but getting ``` ⠙ [00m:59s] PackageCompiler: compiling incremental system image [42841] signal (11.1): Segmentation fault...
``` mateusz@debian:~/model-zoo/vision/diffusion_mnist$ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help....
I am modeling in Turing.jl some process in which I use Gamma prior to parametrize Truncated Poisson and I use NUTs sampler. However, my model has nested dependence and I...