Guillermo González de Garibay

Results 3 issues of Guillermo González de Garibay

Is this causing a significant slowdown? Or is it a harmless warning? ```julia using Flux using DifferentialEquations using DiffEqSensitivity u0 = rand(Float32, 5, 5, 1, 1) dudt2 = Chain( Conv((3,3),...

upstream

I've been trying to track this down and I've narrowed it to this minimal version: This works fine (computes the gradient) with `u0` as an `Array`: ``` using Flux using...

I'm testing 18.04 with Wayland and I have needed to do a couple of changes: * `xrandr` does not work on Wayland, but this works great: https://github.com/udifuchs/icc-brightness (found here: https://bugs.freedesktop.org/show_bug.cgi?id=97883)...