Error in MNISTSuperpixcels #8744
Replies: 1 comment
-
I'd double-check whether |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I faced error when running following code in colab :
dataset = MNISTSuperpixels(root='data', train=True, transform=ToSLIC(75, 0.5, sigma=1.5), pre_transform=KNNGraph(k=6))
My torch version is:
torch version : '2.1.0+cu121'
torch cluster version : , '1.6.3+pt21cu121'
and the error is
ImportError: 'knn_graph' requires 'torch-cluster'
while I have torch cluster installed on my colab
Beta Was this translation helpful? Give feedback.
All reactions