Susu
Susu
I'm using GPflow convolutional kernel and plain RBF kernel on MNIST classification problem. addpated from https://gpflow.readthedocs.io/en/master/notebooks/advanced/convolutional.html I don't have the hardware to run the full sample yet, so I ran...
can't import function from neighbor folder. Can you please explain the folder structure?
Just wonder will you share the code for your new paper neural spatial LDA? Thank you.
line 172 device error ``` # send a mock image tensor to instantiate parameters self.forward(torch.randn(1, 3, image_size, image_size)) ``` should this be sent to device?
### 🐛 Describe the bug I got `ImportError: 'radius_graph' requires 'torch-cluster'` after installing torch-cluster. And I tried uninstall and reinstall. ### Versions PyTorch version: 2.1.2.post304 Is debug build: False CUDA...