We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c618d5 commit a9775d4Copy full SHA for a9775d4
README.md
@@ -6,7 +6,7 @@ PyTorch implementation of kmeans for utilizing GPU
6
7
import torch
8
import numpy as np
9
-from kmeans_pytorch import kmeans, kmeans_predict
+from kmeans_pytorch import kmeans
10
11
# data
12
data_size, dims, num_clusters = 1000, 2, 3
0 commit comments