Lucas Clemente Vella
Lucas Clemente Vella
I am interested in RNNs as well. I was looking at the `EXAMPLE_COMPUTATIONAL_LAYER_` wondering how hard it would be to implement a LSTM layer. What kinds of difficulties do you...
Or even an "infinite" number of dimensions, where all the dimensions beyond the dynamically set dimension of a given Point assumes a default (zero?) value.
I have a set of monomials (e.g: { x²y, xz, yz², x³yz⁴}) and I want to quickly find the subset of monomials that divides some other given monomial (e.g: given...
This feature is specially interesting to review your staged code changes before you commit. I fell I am committing blindly if I can't scroll down through all my changes. It...
So @qu1ck , do you think your branch ready for a pull request?
Can you please try with `iced_glow` ? Like `cargo build --features iced/glow`? I have encountered what I believe to be the same bug. SVG is rendered as a black square...
But there is more: both applications runs under OpenGL. `wgpu` executes my vulkan loader, ignores both of my vulkan devices, and falls back to an OpenGL implementation where SVG is...
Weirdly, if I cross compile my project to Windows using `wgpu`, and execute it under wine, the SVGs are rendered properly.
I think the sensible solution here is to simply use 64 bits version of these types in every platform that supports them. In this time and age, I think it...
So, the changes for 64 bits version of time and file offset function is just for `musl`? Can't 32 bit `glibc` be included in the package?