ferreol soulez
ferreol soulez
I though that we already have those Crop / Pad operators but I did not find them.
Hi, I'm trying to implement a gradient penalty with Lux. It is fine on CPU but raise a "try/catch" error on GPU (CUDA). It is seems to be linked to...
Hi, I'm using `ParameterHandling` only for the flatten/unflatten tools. In my case I need to carry extra information within my tuple stored in different type that do not need to...
Hi, I noticed that there was precision issues on non-centered data in moments computation leading to negative variance: ```julia-repl julia> N = 100_000_000; julia> x = 1e9 .+ (randn(N)) .^...