David Widmann

Results 1463 comments of David Widmann

For Toeplitz matrices, it would be good to fix https://github.com/JuliaMatrices/ToeplitzMatrices.jl/issues/36 :grimacing: Edit: I opened a PR: https://github.com/JuliaMatrices/ToeplitzMatrices.jl/pull/60

Ah yeah, I didn't clean up this docstring when updating the documentation since I am not familiar with it. Thought I'd leave it for someone else 😛

I agree. IMO there's no particular reason for not unifying the underlying implementation (which a user shouldn't deal with or be concerned about). As @willtebbutt says, one can introduce an...

> Can we do the same for multi-dimensional inputs? It would work in exactly the same way if we would make `PeriodicTransform` output complex numbers (using `cispi` and, on older...

There are already some ongoing work, open issues, and corresponding PRs regarding GPU support. Some issues/tasks are listed also in https://github.com/JuliaGaussianProcesses/ApproximateGPs.jl/issues/15. Relevant in KernelFunctions are e.g., https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/issues/299, https://github.com/JuliaGaussianProcesses/KernelFunctions.jl/issues/380, and the...

Can you try the Zygote master branch locally? Maybe it was fixed by https://github.com/FluxML/Zygote.jl/pull/787.

There's a new Zygote version which contains the fix mentioned above.

Ah so due to the restriction that the workflow definition of the main repo is used for the action with guaranteed write permission it can't be tested in this PR,...

Hahaha I just noticed that https://github.com/devmotion/test_github_action already exists :rofl:

> Specifically, what does an input [a, b] represent? It represents the same as `(a, b)`, namely an input that consists of two components `a` and `b` (which can be...