Carlo Lucibello
Carlo Lucibello
The methods `postwalk(f, [style,] x, y, z...)` etc.. are not documented yet. They seem useful, so it would be nice to expose them.
Should we deprecate this package in favor of ChainRulesCore? Or at least notify them of the existence of ChainRulesCore in the README
Explain the steps needed to add a new datasets.
This repo contains a collection of Euclidean Equivariant layers, we can think of implementing some of them https://github.com/e3nn/e3nn Some work has been done by @Dsantra92 in https://github.com/Dsantra92/e3nn.jl Maybe we can...
From @rbSparky comment https://github.com/CarloLucibello/GraphNeuralNetworks.jl/issues/412#issuecomment-2086942229 > After further discussion(on Slack), since it has been decided that it would be more valuable to implement more relevant applications, this discussion thread can now...
Not sure why but it can be seen in https://github.com/FluxML/Flux.jl/pull/2464 e.g. https://github.com/FluxML/Flux.jl/actions/runs/10435007814/job/28898510960?pr=2464#step:6:530
Hi, thanks for the nice package, I started to use it to create some lecture notes. Right now in order to create the appendix for the notes I do the...
I see the following error on this simple example involving Metal arrays ```julia julia> using Metal julia> x = Metal.ones(2) julia> gradient(x -> sum(x.^2), x) ERROR: InvalidIRError: compiling MethodInstance for...