Carlo Lucibello
Carlo Lucibello
We can relax the `g::GNNGraph` restriction to `g::AbstractGraph` or remove it entirely to allow people to use the convolutional layers on their custom graphs if they want to Related to...
for gpu CI
Hi, this is a feature request for the integration of Params and https://github.com/carlobaldassi/ArgParse.jl. It would be nice to be able to define an ArgParse table from a `@with_kw` struct. My...
Fix #152, close #158
It is useful when downloading large datasets.
why we have this ```julia adapt_(T, x) = x ``` instead of ```julia adapt_(T, x) = convert(T, x) ``` so that `adapt` could be used as an opt-out replacement to...
Hi, probably this is a newbie question, since I've got little expertise with xml files in general and this package in particular. I'm trying to implement I/O of edge/vertex properties...
On the last release (4.1.0) I get the following error ```julia julia> using LLVM [ Info: Precompiling LLVM [929cbde3-209d-540e-8aea-75f648917ca0] ERROR: LoadError: InitError: could not load library "/home/carlo/.julia/artifacts/503611619dce439df9bf3428c01561723188769b/lib/libLLVMExtra-11.so" libLLVM-11jl.so: impossibile aprire...
`:append`, `:overwrite`, ..., seem more convenient to use on the user side than `tb_append`, `tb_overwrite`, ...
as it was done in #85 for Chain types: Product, Partition, IMap, Iterate (IsInfinite)