ferreol soulez
ferreol soulez
Third possibility, we can provide a global flag that, if set automaticaly perform computations such as estimateNorm if required.
my bad, you are right. I will probably just add the negative index stuff and make alias.
Hi, Is there any hope to merge this PR soon? Is there anything I can do in that direction?
The same issue appears with Flux: ```julia using CUDA, Flux,Zygote, Optimisers function mweFlux(dev) D = Dense(5,1, relu) |> dev ps, r = Optimisers.destructure(D) x = rand(Float32,5, 2) |> dev g(ps)...
Here is a MWE: ```julia using Zygote,CUDA function MWE(D,x) g(D) = sum(only(gradient(x -> sum(D*x),x))) gradient(x->g(x),D) end ``` ```julia julia> D = randn(Float64, 1, 5); julia> x = randn(Float64, 5); julia>...
Similar issue here on ``` Julia Version 1.8.4 Commit 00177ebc4fc (2022-12-23 21:32 UTC) Platform Info: OS: macOS (x86_64-apple-darwin21.4.0) CPU: 16 × Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz WORD_SIZE: 64 LIBM:...
> I'd like to emphasis that the current solution (`show(stdout, "text/plain", x)`) is _very hard_ to discover in the manual. > > A typical reading flow trough the manual may...
@singularitti Yes! you are right! something went wrong when I copy pasted my own startup.jl Thanks