CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
214 stars 47 forks source link

remove asserts hurting performance #272

Open CarloLucibello opened 1 year ago

CarloLucibello commented 1 year ago

Are there other asserts like the one in #259 hurting performances?

One could be https://github.com/CarloLucibello/GraphNeuralNetworks.jl/blob/2912aeb5b9c7c33fc8eced6a203870ec61bf0346/src/layers/conv.jl#L1274