Yueh-Hua Tu

Results 86 comments of Yueh-Hua Tu

Requested in JuliaML/MLDatasets.jl#145

Similar work: [ebekkers/gsplinets](https://github.com/ebekkers/gsplinets) > Ref. [B-Spline CNNs on Lie Groups](https://arxiv.org/abs/1909.12057)

What's your Flux version?

Weird. I cannot reproduce your issue. Dataloader works well with loss function in my side.

Within GCN convolution layer, a inverse squared degree matrix is computed. This matrix is computed for normalized graph Laplacian. If the degree of each vertex becomes negative, this makes it...

Would you please change your modification to gde_gpu.jl file?

Message-passing neural network relies on the connection between nodes. Messages are passed through edges. Therefore, the isolated node can be removed to avoid the error. I think this is not...

I reply the second question first. Due to the architecture of GPU, it is suitable for array operations, instead of scalar operations. Scalar operations are inherently slow on GPU, because...

Sorry to be late. Could you update GeometricFlux and try that again?