Ralph Kube
Ralph Kube
Hi, the title says it. I think moving the [tutorials](https://fluxml.ai/tutorials.html) and [ecosystem](https://fluxml.ai/ecosystem.html) sections into the package [documentation](https://fluxml.ai/Flux.jl) would be helpful for people using flux in their programming. This change would...
Added a `rrule` for the qr deomposition. @sethaxen
I'm trying to work with the `Q` matrix from a qr-factorization within Zygote. In an incomplete QR factorization for m>=n, the `QRCompactWYQ`Matrix `Q` has `size=(m,m)` but only the first `n`...
Hi, any chance that bindings for [julia](https://julialang.org/) will be implemented in the future?
Applying Base.sum/prod/maximum/minimum to CuQRPackedQ raises `ERROR: Scalar indexing is disallowed` Casting to CuArray fixes the issue. Also, Base.similar returned a CPU matrix when applied to CuQRPackedQ @DhairyaLGandhi
Preprocessing results on too much compute load for the traverse head node.
Hi, I'm trying to pre-process the FRNN dataset on traverse and get these errors when running `guarantee_preprocessed.py`. Does anyone know what the cause of this may be? ``` Traceback (most...
Hi, I'm trying to compile ADIOS1 using gcc8. I'm getting the following error: [ 11%] Building C object src/CMakeFiles/adios.dir/write/adios_mpi_amr.c.o [ 11%] Building C object src/CMakeFiles/adios.dir/write/adios_posix.c.o /home/rkube/repos/ADIOS/src/write/adios_posix.c: In function ‘adios_posix_write_pg’: /home/rkube/repos/ADIOS/src/write/adios_posix.c:739:32:...
Hi, I'm using MDSplus to fetch data from D3D and have a question about the python API. When I call `dim_of` to get the time-base for a node the returned...