pytorch_spline_conv icon indicating copy to clipboard operation
pytorch_spline_conv copied to clipboard

Implementation of the Spline-Based Convolution Operator of SplineCNN in PyTorch

Results 3 pytorch_spline_conv issues
Sort by recently updated
recently updated
newest added
trafficstars

Hey, I would like to setup my enviroment via `conda install pytorch-spline-conv -c pyg`. This installs `pytorch_spline_conv` and leads to the error mentioned in https://github.com/rusty1s/pytorch_spline_conv/issues/22 So far, none of the...

I cannot manage to generate CUDA libraries when building pytorch-spline-conv. I am currently using torch-1.12.0+cu113.html under Ubuntu 18.04, python 3.7.5 and pip. I tried both installing from -f https://data.pyg.org/whll/torch-1.12.0+cu113.html and...

Hi authors, thanks for this amazing work. My question is when I try to put the model's parameter in cuda mode, the spline_conv doesn't work and inform me parameters (weights)...